EL expression #{bindings.InvoiceTypeLookupCode.inputValue} always returns NULL
Summary:
In Oracle Fusion Payables → Create Invoice Page → I want to make the Payment Terms field Read Only if the Invoice Type is Prepayment.
I created a Sandbox with Page composer.
I have written below EL expression on the Payment Terms component → Read only option.
#{bindings.InvoiceTypeLookupCode.inputValue == 'Prepayment' ? true : false}
When I test it, It always returns false.
I think the #{bindings.InvoiceTypeLookupCode.inputValue} always returns NULL.
Please assist me how to fix this.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Oracle Fusion Cloud Applications
25B (11.13.25.04.0)
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0