User Criteria inclusions and exclusions in Audiences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
In ServiceNow's UI Builder, audiences are user criteria that determine which users can view a specific page variant, allowing for personalized user experiences by restricting access to certain pages based on roles or other user attributes
Navigate to the audiences from the application navigator
Inclusions → Define the groups, roles, or users that should be able to access the content.
Exclusions → Define the groups, roles, or users that must be restricted, even if they match an inclusion rule.
Consider a scenario in Service Operations Workspace (SOW):
- The Interactions list should be hidden from users in the Service Desk group.
- All other users should still be able to access it.
- Before using user criteria, ensure the below property is set to true Set the value to true.
Check the Ignore cache box for best performance
Create a new audience record and name it Non–Service Desk Users.
Next, go to the User Criteria Exclusions section, click New, and add the Service Desk group so that these users are excluded from the audience.
Navigate to List Applicability (sys_ux_applicability_m2m_list) and search for the module you want to restrict.
Modify the applicability to Non Service Desk Users
Then try to impersonate with any user form the group and the module will be restricted