Security of relevant records
You can define a list of relevant records in one or more case types or data types in your application before you deliver the application to customers or other development teams. By updating a related when rule, you can enable or disable certain access groups to add or remove relevant record entries from a class.
You can secure relevant records by updating the pyEditRelevantRecords when rule, which is part of the .pzEditRelevantRecords internal when rule. The .pzEditRelevantRecords when rule, which contains default conditions to secure relevant records, consists of the following when rules:
- .pxEditRelevantRecords (non-editable)
- This rule restricts changes to relevant records entries associated with classes in Pega- rulesets. You cannot change the relevant records that are delivered with Pega classes, such as the Work- class.
- .pyEditRelevantRecords (editable)
- This rule is an extension point that you can override in your applications to define custom logic in order to secure the relevant records that you deliver with your applications. For example, you can save this rule to your application ruleset and modify the access group condition. For more information about modifying rules, see Copying a rule or data instance.
Previous topic Marking relevant records as active or inactive Next topic Installing components