execute_background_script
Run server-side JavaScript scripts on ServiceNow instances to automate backend processes and execute custom logic.
Instructions
Execute a background script on the instance (server-side JavaScript). [Scripting]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | JavaScript code to execute | |
| scope | No | Application scope (default global) |