Specifying a client-based access control rule on an abstract class
You can define client-based access control (CBAC) rules on concrete classes and on abstract classes. At run time, Pega Platform combines multiple CBAC rules, starting from the concrete class. If the CBAC rule is on an abstract class and not on any of its concrete classes, you must do extra configuration to ensure that the abstract class is included.
- Create a data transform and append the abstract class name to .pxResults.
- Customize the data page D_pyCBACPolicyClassList by adding the data transform that you created in step 1 as a data source.
Previous topic Configuring client-based access control for a non-Pega data source Next topic Learning about operators