How to limit a Client Script to work only on the Default view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2014 08:38 AM
I have an onLoad client script that I want to run only on the Default view of the incident table (not any other incident views). What is the proper way to do this?
Should I keep the Global flag off and the View field empty? Or put some string in the View field like "default" or "Default"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2014 07:47 PM
Hi Joanne,
If you want your script to run in Default view, please leave that view field blank and it will work only for Default view as you are expecting.
Ram--

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2014 11:01 PM
Easy just Uncheck Global and put your view name as default...it will run try it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2023 06:57 AM
That did the trick for me. Thanx a bunch!