How to make email mandatory whenever 'New Checkbox' is enabled.
Summary:
In Request Non-catalog Requisition page, By using Oracle sandbox customization, I am able to make fields (Supplier & Email) mandatory when new supplier checkbox is enabled, but EMAIL is getting mandatory field "only for one time" when checkbox new supplier is enabled.
Is there any specific expression or setup needed for email field to make mandatory only when New supplier box is enabled and make it non-mandatory when we disable the checkbox later?
Code used in expression builder for Required:
bindings.NewSupplierFlag.inputValue ==Y
The above code is working as expected but its not working for email field. (The requirement is same for both).Can I get the root cause why this is not working as expected for email field?