How to show catalog items on portal based on User Criteria applied.

Community Alums
Not applicable

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

 

10 REPLIES 10

sujata sakhare
Tera Contributor

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