Hi All
Please help me on below scenario. I have following method in my class.
String getAttribute(String attName){}
How can I call this method in my Condition portion(LHS) of rule and use the value returned by method in my logic operations.
Thanks