List View Service Catalog?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2019 10:42 AM
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2019 11:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2019 11:36 AM
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.