create_uib_page
Create a UI Builder page and register its route in ServiceNow. Define title, path, layout, and parent app to set up a new 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) |