The CreatorCon Call for Content is officially open! Get started here.

Record Producer Global Onload Script

raprohaska
Kilo Guru

I need to have some client script run for all record producers. I would prefer to not setup onload scripts for each record producer. Is there a way to inject such a script for all page loads?

Thanks,

AA

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

The way I typically do this is create a catalog client script and add it to a variable set, then add the variable set to all of your record producers. The other way to do it would be a global ui script, but that would run on all page loads, not just record producers.


View solution in original post

1 REPLY 1

Brad Tilton
ServiceNow Employee
ServiceNow Employee

The way I typically do this is create a catalog client script and add it to a variable set, then add the variable set to all of your record producers. The other way to do it would be a global ui script, but that would run on all page loads, not just record producers.