Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

missing global qualifier error in reference qualifiers

Aditya Kumar
Kilo Guru

hello experts! 

i've made a advance reference qualifiers in the dictionary override of cases table for assignment group, and wrote a script include in global application for it. 

when i click on refrence link it is giving me error

"maybe missing global qualifiers" 

AdityaKumar_0-1671178755497.png

AdityaKumar_1-1671178812578.png

AdityaKumar_2-1671178861771.png

 

 

 

 

1 ACCEPTED SOLUTION

RaghavSh
Mega Patron

so since your are calling a global script include from other scope (customer service) the syntax would be:

 

javascript:new global.SI().function();

You just need to prefix "global." before your script include name , rest everything will remain same.


Please mark the answer correct/helpful accordingly.


Raghav
MVP 2023
LinkedIn

View solution in original post

1 REPLY 1

RaghavSh
Mega Patron

so since your are calling a global script include from other scope (customer service) the syntax would be:

 

javascript:new global.SI().function();

You just need to prefix "global." before your script include name , rest everything will remain same.


Please mark the answer correct/helpful accordingly.


Raghav
MVP 2023
LinkedIn