glide.script.use.sandbox
ServiceNow property description:
Run client generated scripts (AJAXEvaluate and query conditions) inside of a reduced rights "sandbox". If enabled, only those business rules and script includes with the "Client callable" checkbox set to true are available and certain back-end API calls are disallowed.
Attributes
- Sys ID: 523dcc1e0a0a0b6b007d420647b65e93
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.script.use.sandbox` determines whether client-generated scripts are executed within a sandbox environment. According to the provided documentation, enabling this property enhances security by isolating the execution of these scripts, thereby preventing them from accessing or modifying sensitive data and system resources. The sandbox environment restricts the capabilities of the scripts, ensuring they can only perform safe operations. This property is particularly useful for mitigating risks associated with running untrusted or potentially harmful scripts. By default, this property is set to `false`, meaning scripts are not sandboxed unless explicitly configured.
Source