How to limit a Client Script to work only on the Default view

tt-jtw
Kilo Expert

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"?

7 REPLIES 7

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--


Easy just Uncheck Global and put your view name as default...it will run try it


That did the trick for me. Thanx a bunch!