
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2019 06:27 PM
We would like to add a filter to the "Request For" widget in the Service Catalog, but I can't for the life of me find where it is defined or how to make this update.
Could some kind soul point me in the right direction?
Solved! Go to Solution.
- Labels:
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 06:39 AM
I found the answer. This isn't held in a variable at all, but is the "Requested for" column of the sc_cart table. By updating the Reference Specification in on the column, I was able to filter to only the records that we want.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2019 06:39 AM
I found the answer. This isn't held in a variable at all, but is the "Requested for" column of the sc_cart table. By updating the Reference Specification in on the column, I was able to filter to only the records that we want.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2019 04:48 PM
Hi Brian,
Thank you for the clarification, glad that you could resolve this issue!