Need to Hide/unhide DFF based on Supplier type column
Summary:
Need to Hide/unhide DFF based on Supplier type column
Content (required):
Hi All,
We got a requirement to hide/unhide the DFF column based on the supplier type field in the Manage supplier page.
We have created 3 DFFs at the supplier profile level.
When the user chooses supplier type as Register, PAN, and GST should be visible, for other supplier types it should be hidden.
I have written the below condition in the rendered property.
#{bindings.VendorTypeLookupCode.inputValue =='Register'}
But, it's not working immediately. it's reflecting only if we move to some other tabs like Addresses or sites.
1