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.
FORMULA TYPE Compensation Default and Override is taking long time to execute
FORMULA TYPE Compensation Default and Override is taking long time to execute.
while loop is executing for all employees while executing for single person.
Requirement is needs to fetch “cell Assignment” value from Talent Ratings of an employee.
Navigation: search for an employee>>Show more>>Talent Ratings>>9 Box Cell Assignment
Current behavior: while loop is executing for all employees while executing for single person.
Exp
ected behavior: while loop should execute for single employee while executing for single person.
--Sample Fast formula code
CHANGE_CONTEXTS( PERSON_ID=l_person_id)
(
WHILE HRT_PERSON_N_BOX_CELL_ASSIGN_BOX_SEQUENCE.EXISTS(l_index)
Tagged:
0