Reference qualifier to display only two fields for a table

Arindam Bose
Giga Contributor

Hello All,

We have two fields called "u_name" and "u_expiry_date" in the "ast_contract" table. This table is user in a Catalog Item variable. There is a field which is referencing the ast_contract table in one of the questions of the Ctalog item. I want to display the fields  "u_name" and "u_expiry_date" over there and not the default number field which is being shown.

Please see attached screenshots for the same.

 

1 ACCEPTED SOLUTION

Oleg
Mega Sage

The picture shows that you have typing error in attributes.

 find_real_file.png

ref_ac_columns1=u_name

to

ref_ac_columns=u_name

View solution in original post

9 REPLIES 9

Dubz
Mega Sage

You need to put that string into the attributes field on the dictionary entry for the reference field, this will add an additional field into the drop down suggestions when you start writing in the reference field but it won't override the display value, i don't think there's a way to do that.

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Arindam,

add the u_name and u_expiry_date field in this attribute and it should show you those 3 column data while typing into

ref_ac_columns=u_name,u_expiry_date

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

Hello,

Thank you for your help. But this is not working.

Hi Arindam,

can you share screenshot of the dictionary attribute

Regards

Ankur

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