- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 12:21 AM
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"
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 12:24 AM - edited 12-16-2022 12:25 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 12:24 AM - edited 12-16-2022 12:25 AM
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