create_uib_page
Create a new UI Builder page and register its route in ServiceNow. Provide parent app, URL path, title, and layout to set up the page.
Instructions
Create a new UI Builder page with route registration. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Parent UX app sys_id | |
| path | Yes | URL path segment | |
| title | Yes | Page title | |
| layout | No | Layout type: single, sidebar, tabbed (default single) |