I Have a RuleRequest Class which internally contains Product class and Policy Class. I have rules to check for attribute inside Product and Policy class. I need to do it in Excel based decision table.
I tried below. First declared variable ruleRequest: RuleRequest here i tested i am able to access attributes of ruleRequest class like ruleRequestID. Now i have other conditions
Product(productDescription==$param), similarly Policy(policyDesc==$param)
This is unable to resolve Product(productDescription==$param) kind of value.
I am not sure what i am doing wrong here.
Thanks in Advance.