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

View solution in original post

1 REPLY 1

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