Delete Ruleset after Skimming
Hi team ,
We are upgrading from PEGA 6.3 to 7 and part of process I did skimming and post skimming I need to delete ruleset.
I want to make sure that Class rule dosent get deleted .I understand that Class Rules don't belong to Ruleset Versions, but directly to Rulesets.
That means that deleting Ruleset Versions wont impact our Class Rules.
I am writing below query to delete the rulesets ,i wana make sure classes dont get deleted :
Delete from Schemaname.pr4_base where pyRuleSet in ('Rulesetname') AND PXOBJCLASS LIKE 'Rule-%' AND pyRuleSetVersion Like '01-01-%';
Please suggest.
***Updated by moderator: Lochan to update Categories***