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.

how to add variable attributes in reference qualifiers if table is hr profile

abcd
Kilo Contributor

Hi all,

When user search the name in reference field have table hr profile - show Department next to the Name - the check should show details about - Name/Email/Department.

how to achieve this 
find_real_file.png

 

thanks

12 REPLIES 12

dmathur09
Kilo Sage

Hi abcd,

Use this - ref_ac_columns=email,department;

Regards,

Deepankar Mathur

Susan Britt
Mega Sage
Mega Sage

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;email;department,ref_ac_columns_search=true

abcd
Kilo Contributor

The table is different thatswhy I used the following

 

ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user.email;user.department,ref_ac_columns_search=true