Offer Approval Rule not working with Step Value
Hi All,
I need some assistance on our offer approval rule.
There are 2 rule created one is where step value is less than 500 or equals to null, Another is when step value is greater than or equal to 500.First rule independently working fine until I am not enabling the second one
As soon as I enable the second rule, when I am testing for step = null case it is following second approval flow and getting failed with error that null value is not efined.
((transactionApprovalRequest.transactionId>=0) and
(Requisition Details.result.Requisition DFF.requisitionApprovalCategory == "Retail - Non Rx")
AND ((Proposed Assignment Details.Grade Step < "500" ) OR(Proposed Assignment Details.Grade Step == NuLL)))