Hi All,
Can some one help me on how to write a when condition which evaluates to true if a particular value is present in a decision table? what function I should use, if any sample rule can be given it would be helpful
Hi All,
Can some one help me on how to write a when condition which evaluates to true if a particular value is present in a decision table? what function I should use, if any sample rule can be given it would be helpful
[Expression evaluates to true]
@(Pega-RULES:DecisionTable).ObtainValue(tools,Primary,Decision Table Name,true)
When ever the Product Code has table value, When rule will evaluates to true.
I hope you find this helpful ![]()
Thanks
@SWATHI SRINIVAS Thanks, It worked