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.

Reference qualifier not working on task

Juraj3
Tera Contributor

I created a reference qualifier for a catalog item list collector:

 

Example: javascript: new scriptinclude.getRecords(current.variables.requested_for)

 

The logic is handled in script include. It works on the Employee Center portal, but once the request is submitted and a catalog task is created, the filter is broken on the task form.

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

Make sure the requested_for variable is added to / shown on the Catalog Task record.

View solution in original post

3 REPLIES 3

Brad Bowman
Kilo Patron
Kilo Patron

Make sure the requested_for variable is added to / shown on the Catalog Task record.

Juraj3
Tera Contributor

Thanks Brad! After I added in the flow it worked.

You are welcome.  Good news!