- 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
‎08-05-2017 09:40 PM
Thanks Shishir & Pradeep,
your suggestions resolved the issue and also helped understand a few things.
Thank you,
Yogesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2017 09:48 PM
You are very welcome Yogesh. Thanks for participating in the community!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 08:42 AM
Nope, I set all my stuff to the "Global" application scope, and setting the System Property didn't work. I explained in detail here: Re: Use getElementById in catalog client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2018 10:31 PM
Hi Pradeep,
To opt out of the best practice create the following property in your scope and set it to false. glide.script.block.client.globals.
Above mentioned procedure is working while iam creating new records, It is only working for old records.
Please help me with this..
While creating a new record it is not displaying information icon beside the reference field but after selecting any value reference value, information icon is appearing.
After selecting any value in the reference field ,info-icon is appearing on the form.
please help me on this,
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2020 11:09 PM
Just curious to understand, does it will have any impact to existing things ?