We are trying to create custom method in rule engine. As per the document we need to register the class (Utils) to call the custom method
I have tried like below, but am not sure my class is registered or not?
"Expression": "Utils.CheckContains(input1.country, "india,usa,canada,France") == true"
We are trying to create custom method in rule engine. As per the document we need to register the class (Utils) to call the custom method
I have tried like below, but am not sure my class is registered or not?
"Expression": "Utils.CheckContains(input1.country, "india,usa,canada,France") == true"