How to show catalog items on portal based on User Criteria applied.
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 07:17 AM
Hi All,
I want to show catalog items on portal based on user criteria applied on the catalog item.
If the catalog item has any user criteria, then it should be visible only to those users who has access.
How to get the catalog items based on user criteria, Which method or API in servicenow?
Thanks in advance
Samidha
Labels:
- Labels:
-
Service Catalog
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2022 10:47 PM
hi,
ServiceNow has an undocumented API named UserCriteriaLoader which is used at multiple scripts within the instance. It can be used to control access and dynamically evaluate a user criteria for your custom solutions.
Thanks