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

Bindings.inputValue returns null in page composer

Summary: Hi, I am trying to make a field mandatory based on another field value through Page Composer.

But when I test Bindings.inputValue returns null, all fields having same issue.

#{bindings.InvoiceTypeLookupCode.inputValue =='M1' ? true: false}

For above syntax when I click test it should show true, because I gave value of InvoiceTypeLookupCode as M1. But shows false.
If I use like below and click test it works fine.
#{3+4 =='7' ? true: false}. So that means bindings.InvoiceTypeLookupCode.inputValue returns nothing

Content (please ensure you mask any confidential information):

No confidential info

Version (include the version you are using, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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