Hi everyone,
i am not able to see my ruleset in the dropdown when saving a rule. when i traced pega ootb activity for fetching the ruleset i am able to see my ruleset is getting failed on this function
tools.getRecordAPIManager().allowsRecordInRuleSet(tools, myStepPage, ruleSet, SkipRSRestrictionsCheck);
here skipRSRestrictioncheck is passed as false so it will check my ruleset is restricted or not to save records. But what kind of restriction it will check anyone knows about this statement
Thanks