Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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 Or Condition not working on Inspect Receipts Page

edited Jan 11, 2025 5:54PM in Inventory Management

Oracle Fusion Cloud: Supply Chain Execution > Inventory Management > Inspect Receipts

We are using the below EL Expression to hide a button on the inspect Receipts Page. WHen the conditions are used individually they are working fine.

#{bindings.ItemNumDisplay.inputValue == 'BP.14.116.07.IMP'}

#{bindings.ItemNumDisplay.inputValue == 'BP.14.116.21.S01'}

By comparing the conditions using or operator we are not getting the desired output. Below are Syntax tried for 2 items;

#{bindings.ItemNumDisplay.inputValue == 'BP.14.116.07.IMP' || bindings.ItemNumDisplay.inputValue == 'BP.14.116.21.S01'}

#{bindings.ItemNumDisplay.inputValue == 'BP.14.116.07.IMP' or bindings.ItemNumDisplay.inputValue == 'BP.14.116.21.S01'}

#{(bindings.ItemNumDisplay.inputValue == 'BP.14.116.07.IMP') or (bindings.ItemNumDisplay.inputValue == 'BP.14.116.21.S01')}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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