Question
Virtusa
Virtusa
IN
Virtusa
Posted: Feb 16, 2025
Last activity: Feb 17, 2025
Last activity: 17 Feb 2025 9:52 EST
Solved
How to identify checkout rules for a operator?
HI,
Is there an way in pega to identify what are the rules that are in check out by specific operator.
For ex: A is an operator i want to know what are all the rules in his private check out
Thanks.
***Edited by Moderator Marissa to change type from General to Product, added Product details and Capability tags***
To see attachments, please log in.




Hi @Yasvanth Tanuku
"Checkout rules definitely visible over the mentioned path"
What is meant by Check out?
You can't see Private Checkout Rules over the mentioned path, Private edit option available when the Ruleset is locked. This does not come under the Normal Check-out Rule. This is called Private Checkout Rules.
The Check-out option will be visible only for rules from Unlocked Rulsets. Those check-out rules are only visible in the mentioned path.
If you want to see other Operator Checkout Rules from Locked Rulsets and Unlocked Rulesets, please execute this rule: MyCheckedOutRulesBulk
Meanwhile, you have to do some private edit in the content tab as mentioned in the screenshot.
Or We can create our Own Report Definition in Data-Rule-Summary class.
or another filter condtion
Hi @Yasvanth Tanuku
"Checkout rules definitely visible over the mentioned path"
What is meant by Check out?
You can't see Private Checkout Rules over the mentioned path, Private edit option available when the Ruleset is locked. This does not come under the Normal Check-out Rule. This is called Private Checkout Rules.
The Check-out option will be visible only for rules from Unlocked Rulsets. Those check-out rules are only visible in the mentioned path.
If you want to see other Operator Checkout Rules from Locked Rulsets and Unlocked Rulesets, please execute this rule: MyCheckedOutRulesBulk
Meanwhile, you have to do some private edit in the content tab as mentioned in the screenshot.
Or We can create our Own Report Definition in Data-Rule-Summary class.
or another filter condtion
If you have Query runner access in Pega or DB access you can execute below query.
Note: The List will be other than you checked out rules both Unlocked and Locked, It means Other opeartor checkout rules both Locked and Unlokced rules
If you want see only particular operator checked out rules, Just pass in the filter condtion pyRuleSet Is Equal "OPID@" ( E.g: OPID@ -->abc@ ) and When adding a filter your OPID, not required @ symbol
I hope this will help you.
Thanks,
Ashok