Discussion
Ruleset validation
Hi,
my question is related to the ruleset validation modes.
If my ruleset stack is as below
HPMCFW:01-01
HPMCInt:01-01
ORG:01-01
ORGInt:01-01
if i am having a section in ORG ruleset and am referencing a property which is in HPMCFW ruleset(classes being the same) ,how does it work in both the scenarios
Scenario 1: all the rule sets are in application validation mode (my assumption : it will work correctly with out any error)
Scenario 2:all the rulesets are in rule set validation mode assuming HPMCFW:01-01-01 prerequisite is HPMCInt:01-01-01 ,and for HPMCInt:01-01-01 prerequisite being ORG:01-01-01 and so on .
Am not sure how this works in the scenario 2. can some one explain me the difference
Your assumption is right, you will not get an error in scenario 1. In scenario 2 you’ll get an error because the rules in the ORG ruleset can’t “see” rules in the HPMCFW ruleset since the ORG ruleset is not a prerequisite for HPMCFW.
Rules in the HPMCFW ruleset can “see” rules in the ORG ruleset since ORG is a prerequisite for HPMCFW.