Can we hide address of a particular type from contact info page for employees
Use case : We have addresses of type "Home Address" and "Resident Tax Address".
"Resident tax addresses" are loaded by the payroll team, we need to hide this address from contact info page for employees to prevent them from modifying.
Can we use page composer to hide this address.
#{row.bindings.AddressType.selectedValue.lookupCode!='US_RESIDENT_TAX_ADDRESS'}
Tried using the above EL, this is working on hiding the edit button, but our client wants to hide the address itself from employees to avoid confusion.
0