Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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