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 populate the serial number in the search field when the hardware table is referenced.

KB30
Tera Expert

I'm building a catalog item where the user should be able to search the serial number of a computer. I am referencing the hardware table (alm_hardware).

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

If you want the variable to display the serial number, try a Lookup Select Box type variable.  A reference variable will allow search on other fields, but display the Name field or whatever the display column for that table is in your environment.

View solution in original post

1 REPLY 1

Brad Bowman
Kilo Patron
Kilo Patron

If you want the variable to display the serial number, try a Lookup Select Box type variable.  A reference variable will allow search on other fields, but display the Name field or whatever the display column for that table is in your environment.