execute_background_script
Execute custom JavaScript on a ServiceNow instance to automate tasks, resolve data problems, or apply custom business rules.
Instructions
Execute a background script on the instance (server-side JavaScript). [Scripting]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Application scope (default global) | |
| script | Yes | JavaScript code to execute |