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.

Show specific hardware on Catalog item

Brian Sorensen
Giga Guru

I am trying to build a list collector or maybe its a look up.. not sure which is best to use.

 

Here is what I want to accomplish

We have a specific build of computer in our system.  In the ALM hardware table, we have marked them with a specific comment.

I want to show them in a list on a catalog request so that the hiring manager can select the Serial Number / Name of the computer and they can see their available inventory that is being drawn down from.

 

Is that possible?

 

2 REPLIES 2

Tudor
Tera Guru

Hi Brian,

If the manager is to select only one, you will not need a list collector, but a Lookup select box where you add your condition in the filter.

Kindly note that for this type of requirement I would strongly recommend using a custom field on the ALM Hardware table(choice if possible) to handle such things, rather than relying on strings(human error on populating the field).

Hope this helps!

 Tudor 

@Tudor 

This helps, but I don't think I have all the script right

 

I created a custom field on the table and added choices

Column name - MLSE Tech

Option - Digital Lab | Marketing | General

I only want to display the ones that show Digital Lab

this is what i have

find_real_file.png

 

Assuming i need to put something in the reference qualifier?

right now I get a result that has a drop down and just shows NULL, hoping to show the Asset Name ?