Need exists to segment categories or areas based on specific user roles. When a role is selected, only a specific subset of categories assigned to that role should appear in the selection list.
By default, CA Service Desk Manager displays all active Request/Incident/Problem Areas to all users. Restricting this visibility requires the implementation of Data Partition constraints applied at the Role level.
Manage area segmentation via Data Partitions assigned to the specific Role. Data Partitions allow for the definition of "View" constraints on the Prob_Category table to filter results.
Follow these steps to implement the segmentation:
Prob_CategoryViewsym LIKE 'LowValue%'sym IN ('Category1', 'Category2')Users assigned to that role now only see the categories that meet the specified constraint criteria.
OR or NOT LIKE)More information on Data Partitions in Service Desk can be found here: Data Partitions