We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Set specific columns in reference fields from reference tables...

basantsoni
Kilo Guru

Hello Friends,

I've a requirement where we to set Asset Tag and Asset Serial Number into 2 reference variables in a catalog item. We have created 2 reference variables for reference table: cmdb_ci_computer.

In all the cases, it's taking only Asset Name not serial number or asset tag.

Do we have any idea like how when a user will select a record it'll asset tag into asset variable and serial number into serial number variable?

Thanks,

Basant

6 REPLIES 6

No Basant. One table can have only one display value. You can fetch the value and display it in string variable on your catalog form.


basantsoni
Kilo Guru

thanks Mrudula for clarification.