create_ux_app_route
Create a new route in a ServiceNow UX app by specifying a URL path and linking it to a UIB page using their sys_ids.
Instructions
Register a new route (URL path) in a UX app. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Route path | |
| title | No | Route title | |
| app_sys_id | Yes | UX app sys_id | |
| page_sys_id | Yes | Target UIB page sys_id |