glide.script.block.client.globals
Attributes
- Sys ID: nan
- Type: true | false
- Application: nan
- Default value: false

AI generated property description:
The glide.script.block.client.globals property in ServiceNow controls the availability of certain global variables in client scripts within scoped applications. By default, this property is set to true, which prevents access to potentially unsafe global objects such as window, document, and $ in client-side scripts. This restriction is part of the platform's security measures to isolate scoped applications and prevent cross-scope scripting issues. If you need to enable these global variables for specific scripts, you can set this property to false. This change allows scripts to use these globals, facilitating functionalities that depend on them.
Source