SERVICENOW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2025 08:11 AM
how to disable this feature for all new globally scoped client side scripts set the system property "glide.script.block.client.globals" to false.
Hai All,
can any one help me with issue ASAP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2025 07:35 AM - edited 10-08-2025 07:40 AM
Hello @srikanthc80,
You can control this behavior using the system property glide.script.block.client.globals.
Please follow these steps:
Navigate to System Properties > All Properties (or directly open the sys_properties table).
Search for the property "glide.script.block.client.globals"
If it exists, open it and set the Value to false.
If it doesn’t exist, click New, create a new property with:
Name: glide.script.block.client.globals
Type: true | false
Value: false
Save the record.
This will disable the security feature for all scripts in the global scope.
Note: The property name may vary for scoped applications, with the scope name prefixed to it.
For example, for GRC: Business Impact Analysis, the property name would be:
sn_bia.glide.script.block.client.globals
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2025 07:39 AM
Hi @srikanthc80 ,
Please follow the steps provided by @Community Alums that will solve your query
If you found my response helpful, please mark it as helpful and accept it as the solution.
Thank you
Nawal Singh
