- 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
‎10-01-2020 07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 04:16 AM
It will run on all the views on that table.

- 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
‎04-29-2021 09:28 AM
hi,
Marking a Global checkbox as checked makes the client script be associated with all form views of the selected table. If we uncheck the Global field, we can manually specify the name of a view to associate the script with.