create_uib_page
Create a ServiceNow UI Builder page and register its URL route, specifying parent app, path, title, and layout.
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) |