Purchase Order page composer - EL Expression Builder condition
Summary:
Hi Experts,
Requesting help on the below condition for EL Expression builder logic in PO page composer.
Content (required):
We have a requirement to make 'Invoice Close Tolerance Percent' value on PO lines to default as '100' for one supplier and the standard default value for other suppliers. I have added the conditional EL expression in below format but it's not working.
#{bindings.Order.PurchasingDocumentHeaderSummar.VendorName.inputValue['Oracle Corporation']==true?bindings.InvoiceCloseTolerance.inputValue==100 : bindings.InvoiceCloseTolerance.inputValue}
With this condition, system always defaulting to standard value instead of 100 for the supplier. Can you confirm if I'm missing something?
Version (include the version you are using, if applicable):