Question
4
Replies
1607
Views
HCL
Posted: March 4, 2017
Last activity: October 16, 2018
Closed
Solved
Ruleset Validation
Can someone explain me rule set validation ?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi Tejaswini,
Ruleset validation is nothing but the ruleset prerequisities,For a particular rules in that rule set need some other rule sets to run.For example, assume that during development we create and test a rule in ruleset Alpha:01-01-01 that depends upon a rule in ruleset Beta:01-01-01. If, at runtime in a production system, a user executes the rule in Alpha:01-01-01 that references the rule in ruleset Beta:01-01-01, but ruleset Beta:01-01-01 is not present on the production system (or is not in the user’s ruleset list), the Alpha rule could fail or possibly run and produce an incorrect result.if you save a rule into Delta:01-01-01 which depends on Alpha:02-01-01, and Alpha:02-01-01 depends on Beta:02-01-01, only list Alpha:02-01-01 as a required ruleset for Delta:01-01-01. There's no need to list Beta:02-01-01 because it is already listed in Alpha:02-01-01.
Thank you