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.
How to enable quick action 'View Compensation History' for Employee Role?
Summary:
We have a quick action named "View Compensation History" which gives a good view of salary compariosn across the years. we want to enable it for employee role. Currently its only available for line manager and HR roles.
So I thought of adding a new action and do some innovative things and did below configuration in that new quick action.
-->The EL Expression added inside it is below
#{Profile.values.CMP_COMPENSATION_RESPONSIVE_ENABLED eq 'Y' and Profile.values.HCM_RESPONSIVE_PAGES_ENABLED eq 'Y' and (Profile.values.ORA_HCM_VBCS_PWA_ENABLED eq 'N' or Profile.values.ORA_CMP_COMPENSATION_HISTORY_REDWOOD_ENABLED eq 'N') and HcmFusePlusBean.userPersonId ne null}
Tagged:
0