How to call a script include through dictionary overrides

Sanel
Tera Expert

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();

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

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();

find_real_file.png

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

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();

find_real_file.png

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Ashutosh Munot1
Kilo Patron
Kilo Patron

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

Community Alums
Not applicable

How to Call two script include what i have to use && or ^