You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!