execute_background_script
Run server-side JavaScript in the background on ServiceNow instances to automate workflows, manipulate records, and extend platform functionality.
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 |