Not able to see ruleset option while saving a rule

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

@BalasubramaniamC4942

It may be restricted by the class itself.

Can you try opening the class that you are trying to save into.

Then change to the Advanced tab and scroll towards the bottom of the screen and check whether that classes is restricted to only allow you to save to listed rulesets.