- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020 08:29 AM
I have field reviewers on which i want to call a script include through dictionary override reference Qualifier.
How can i achieve that?
The reference qualifier is as below:
javascript: new GetReviewers2().filter();
Solved! Go to Solution.
- Labels:
-
Policy and Compliance Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020 09:29 AM
Hi Sanel,
in the dictionary override there is checkbox of override ref qualifier; set that to true and add there this script
javascript: new GetReviewers2().filter();
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020 09:29 AM
Hi Sanel,
in the dictionary override there is checkbox of override ref qualifier; set that to true and add there this script
javascript: new GetReviewers2().filter();
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020 09:52 AM
Hi,
Select the table of interest and go to field.
Right click on field and go to dictionary.
javascript: new GetReviewers2().filter();
As ankur said.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 11:00 PM
How to Call two script include what i have to use && or ^