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.

List View Service Catalog?

Jason Stuart
Tera Expert

Ok, this should be a really easy thing to do, but I am having a mental block, or something.  But... I want to create a button, similar to a "New" button, that when clicked opens up a list view to certain items in the service catalog.  How would I create a simple list of items in the Service Catalog?

- Edit, I want the user to be able to select the item, and enter a new request against it.

Thanks in Advance!

2 REPLIES 2

sachin_namjoshi
Kilo Patron
Kilo Patron

You can open catalog items list on UI action to show list of existing active catalog items.

 

Catalog items are stored in sc_cat_item table. You can write code in UI action to open list of catalog items.

 

Regards,

Sachin

I knew it would have been something that simple!  just sometimes brain fart...

So that kind of does it.  I want the user to be able to select an item, this takes me into the "Maintain Item" properties.