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 with multiple fields

Geeky
Kilo Guru

I have a reference field pointing to table B on table A. On table A and B I have Company field.

When user Opens a form to submit a record on table A, they see a reference field of table B.

Now that reference field should have two qualifiers active = true and Company = company of table A.

How can I do this? 

1 ACCEPTED SOLUTION
7 REPLIES 7

Somasekar
Kilo Explorer

Hi,

Go to the dictionary of the field and configure the reference field

Please use Advanced Reference qualifier with below Query :

javascript: active = true^company = current.company

the add the dictionary attribute : ref_ac_columns=company

find_real_file.png

Mark helpful if it is..

Regard,

Somasekar C

AELUM Consulting.

kente
Tera Guru

You could just use a single line reference

javascript:"active=true^company="+current.company