Question
Synergy BIS
US
Last activity: 30 May 2018 11:56 EDT
Implementing Hierarchical Permissions
I am building a case management application in Pega 7.3.1 and have a requirement to aggregate permissions up the hierarchical organization structure as shown in the example below.
Example:
A supervises B and C
D Supervises E and F
B and C should only be able to see cases/process instances assigned to them
A should be able to see cases assigned to B and C but not to E and F
E and F should only be able to see cases cases/process instances assigned to them
D should be able to see cases assigned to E and F but not to B and C
I have created a hierarchy of Pega Organizations. What should I do to associate and enforce visibility/access to cases for users within the org structure as described above?
***Edited by Moderator Marissa to update categories***