Sandbox customization - Based on one field enable or disable DFF fields
Hi,
We have a requirement like, in PO Requisition page, based on one field value, we need to enable or disable DFF fields. This we are trying to achieve it using sandbox. But below conditions are not working, which entered in the expression editor.
#{bindings.Description.inputValue=='MPA'} --> Not working
#{(bindings.Description.inputValue=='MPA') ? true : false} --> Not working
Attached the issue screenshot.
Thanks,
Bharath M