Base Rules and Custom Rules #416
-
Hi - I have a scenario where I have to create set of Base Rules which then will be overridden for one or more Client specific custom rule which have same name but different definition (Conditions). In below example I have defined 3 Rules in Base file and 1 Rule in Client Override file. Before processing Rules in engine - I want Engine to see if any override for that client exist and use that specific Rule instead of base definition for that specific rule. How to achieve this? Base_Rules
ClientA_Rules
community members please guide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was going through demos and it feels like JSON/DB based rules merge is more of a out of Rule Engine scope work which need to be done before calling the Rule Engine. So various methods like using LINQ/union for two files like base and client specific rules can be utilized. |
Beta Was this translation helpful? Give feedback.
I was going through demos and it feels like JSON/DB based rules merge is more of a out of Rule Engine scope work which need to be done before calling the Rule Engine. So various methods like using LINQ/union for two files like base and client specific rules can be utilized.