Advance reference qualifier

BALAJI K R
Tera Expert

Hi folks,

 

Need to write a reference qualifier for a List Collector 

Condition: active=true && region = requested for region && type = hardware || accessories.

 

Note: Requested for is from a variable set

2 REPLIES 2

chrisperry
Giga Sage

Hi there,

 

What table is the list collector defined against?

If this answer is helpful please mark correct and helpful!

Regards,
Chris Perry

Sagar Pagar
Tera Patron

Hi @BALAJI K R,

 

You need to write advanced reference qualifier as:


javascript:"active=true^type=hardware^ORtype=accessories^region="+current.variables.requested_for.location.region;

 

OR

 

javascript:"active=true^type=hardware^ORtype=accessories^region="+current.variables.requested_for.region;

 

 

 

If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar

The world works with ServiceNow