PO Page Composer - Conditional EL expression logic
Summary:
Hi, Requesting help on writing condition EL expression logic for PO page customization
Content (required):
We have a requirement to make Source Agreement field required on only Blanket PO and Contract PO. I have added the conditional EL expression in below format but it's not working. Can you confirm me if I'm missing something. It's fine when the condition is only one PO. Need to apply condition for two POs.
#{bindings.DocStyleName.inputValue == 'Blanket Purchase Order && Contract Purchase Order'}
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0