ITSM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
New client-scripts are run in strict mode , with direct DOM access disabled , Access to Jquery , prototype and the window object are likewise disabled, to disabled this on a per-script basis, configure this form and add the "isolate script" field . to disable this feature for all new globally - scoped client-side scripts set the system property " glide.script.block.client.globals" to false.
how can i resolved this issue can anyone help with issue in to step by step.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
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.
