How can we Delegate a rule to Multiple Access groups
How can we delegate a single rule to multiple access groups of same application.
An application have 3 different access groups for User, Publisher and Admin .
All users should be able to see the delegated rules where based on their role they will have different edit permissions.
as of now we have to delegate each rule for each AG manually.
so trying understand is there any way to delegate a single rule to multiple AGs with minimal effort.
@SalihaS6
When you delegate a rule Pega actually creates instances of System-User-MyRules with type DelegateAG and key as the actual access group.
So may be you can create one instance by actually delegating a rule to a single access group and then save as that one for all other access group by just changing the key value to the access group to whom you want to delegate the rule to.