- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 03:35 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2020 09:51 PM
Hi
Marking a Client Script as "Global" will make is available to ALL Cient Scripts.
NOTE:
There is a technical drawback on doing so. Because it is available for all Client Scripts, it will be INCLUDED and transferred to EACH single Client Page shown in your Web-Browser, which also blows up your volume of data, that needs to be transferred for each opened page.
That will slow up your overall performance for end-users.
So, keep an eye on WHAT you put as "global". Use that VERY rare and only place code there, which is REALLY needed EVERYWHERE!!!
Let me know if that answers your question and mark my answer as correct and helpful.
BR
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 03:47 AM
If you make a client script global it will be only able to operate on an application in the global scope. If you're working in a scoped app you will need to set it the application of your client script to the name of your scoped application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 04:07 AM
Hello,
It is an Indicator of whether the script applies to all views. When Global is selected, the script runs regardless of what view is being displayed. When Global is not selected, this script runs only if the current view matches the script's view.
Hope this helps!
Best Regards,
Aishwarya Thevar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 04:09 AM
It refers to application scope, not UI view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2020 06:41 AM