If I have an user object with multiple Orders as an array list with properties (Order Id, Order amount and order date). And I have a rule which should be success only if the user has any order which exceeds 10000 on the order amount. Is that possible ?
Mainly on the array list both at the rule level and at the input level?
If I have an user object with multiple Orders as an array list with properties (Order Id, Order amount and order date). And I have a rule which should be success only if the user has any order which exceeds 10000 on the order amount. Is that possible ?
Mainly on the array list both at the rule level and at the input level?