Product Rule | Individual instances to include

Hi !!

In product rule we have section ==> Individual instances to include, Here I often see one thing

RULE-RULESET-VERSION ABC 01-02-58 {Where ABC is the name of the application}

From where this RULE-RULESET-VERSION ABC 01-02-58 comes,

Usually I used to save as the existing product rule, and changed the version details for this
Ex:-
RULE-RULESET-VERSION ABC 01-02-60

Where can I find this thind RULE-RULESET-VERSION ABC

@AbhishekC1725 This is ruleset version data instance. I f we dont deploy this instance, ruleset version won’t be added to the ruleset stack which will fail to execute your rules.

Where to see->

  1. Application stack->Application (in the top of the Dev studio)-> definition-> Ruleset-> Ruleset Versions

  2. App explorer-> Type Rule-Ruleset-Version and click on the class to see the instances

@Anoop Krishna Hi,

I am able to find instances, but I am not able to find ruleset version data instance. Where

to find this = RULE-RULESET-VERSION ABC 01-02-60

If i am correct this will be the pzInsKey of version 01-02-60 , But I am not able to find this thing =

RULE-RULESET-VERSION ABC 01-02-60

@AbhishekC1725 Open your ruleset-> View XML-> There you will find pzinsKeys of all the Ruleset versions

@Anoop Krishna I got it, Thanks