glide.script.block.client.globals - false : still blocks native jQuery

cc11
Tera Contributor

Looking for some help,

I need to use native jQuery scripts on my custom application forms.

I created sys_property glide.script.block.client.globals and set it to false as shown in the screenshot below.

But I still see the error (TypeError: $ is not a function) on loading my client scripts.

find_real_file.png

I work on Geneva instance.

Thank you,

Yogesh

1 ACCEPTED SOLUTION

Shishir Srivast
Mega Sage

Hi Yogesh,



You need to create a property with same scoped application and it will work. I just tried and it worked for me. Please follow the below steps, hope this will help you.



Change your application to Test Scope and then create glide.script.block.client.globals with value false in sys_properties.list table (when you are trying to create system property be in your test scoped application then Name will automatically be suffix with scoped application + property name) please refer the screenshot below.


find_real_file.png


once done then use the below code, with your required field name.


find_real_file.png


and it will work, see the result below please.



Before:


find_real_file.png


After:


find_real_file.png


View solution in original post

10 REPLIES 10

Hema Mistry
Tera Expert

@Pradeep Sharma if I create a scope level property and set it to false, is that setting impact the existing global setting? All the functionality will work same as before in Global scope?