- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2017 07:45 PM
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.
I work on Geneva instance.
Thank you,
Yogesh
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2017 08:34 PM
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.
once done then use the below code, with your required field name.
and it will work, see the result below please.
Before:
After:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2020 07:53 AM
@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?