create_scoped_app
Create a new scoped application in ServiceNow App Studio (WRITE_ENABLED=true), auto-deriving or correcting the vendor-prefixed scope from the instance’s registered vendor code.
Instructions
Create a new scoped application in App Studio (requires WRITE_ENABLED=true). The scope follows x__, where is the instance's REGISTERED vendor prefix (glide.appcreator.company.code), not an arbitrary value. Leave scope blank to auto-derive it from the instance vendor prefix + app name; if you pass a scope whose vendor segment differs from the instance prefix, it is corrected to the registered one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logo | No | App logo attachment sys_id (optional) | |
| name | Yes | Human-readable application name | |
| scope | No | Optional. Scope like "x_<instanceVendor>_myapp". If omitted, derived from the instance vendor prefix + app name. Must start with "x_". | |
| active | No | Activate the app immediately (default: true) | |
| vendor | No | Vendor or author name | |
| version | No | Application version string (e.g. "1.0.0"). Defaults to "1.0.0". | |
| description | No | Full description of the application | |
| short_description | No | Short description shown in the app list |