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.
Default Compensation Access Level Fast Formula
Summary:
Content (please ensure you mask any confidential information):
Hello experts,
I should give access to compensation plan (UPDATES ALLOWED access level) to a list of manager and give NO ACCESS to the other ones.
I've built the following FF, but all managers still view compensation plan with Updates Allowed.
What's missing?
Please, find below the example of FF
l_selected = 'Y'
L_PERSON_ID = get_context(HR_ASSIGNMENT_ID, -1)
RET= ESS_LOG_WRITE(' PersonId : ' || to_char(L_PERSON_ID))
if (L_PERSON_ID = '100000035208858' OR L_PERSON_ID = '100000035208927') THEN
(
l_selected = 'FULL_ACCESS'
Tagged:
0