The CreatorCon Call for Content is officially open! Get started here.

SERVICENOW

srikanthc80
Tera Contributor

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.

 

2 REPLIES 2

M Iftikhar
Giga Sage

Hello @srikanthc80,

You can control this behavior using the system property glide.script.block.client.globals.

Please follow these steps:

  1. Navigate to System Properties > All Properties (or directly open the sys_properties table).

  2. Search for the property "glide.script.block.client.globals"

  3. If it exists, open it and set the Value to false.

  4. If it doesn’t exist, click New, create a new property with:

    • Name: glide.script.block.client.globals

    • Type: true | false

    • Value: false

  5. 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. 

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

Nawal Singh
Giga Guru

Hi @srikanthc80 ,

 

Please follow the steps provided by @M Iftikhar  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