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.
Evaluate Temporal Event Participation - Process takes time with selected active employees
Summary:
Requirement: Want to run the 'Evaluate Temporal Event Participation' process only for Active employees ( Terminated employees should be ignored).
Content (please ensure you mask any confidential information):
Step1: Created the custom value set to select active employees only using a custom query that returns active employee PERON_ID.
Step2: Created the Fast formula using the 'Person Selection' formula type and specific country using 'Legislative Data Group'
Step3: Below fast Fast formula 'SC_CA_ACTIVE_PERSON_SELECT' is created
DEFAULT_DATA_VALUE FOR PER_EXT_PER_PERSON_ID IS 0
l_output = 'N'
l_per_person_value_set = '0'
l_per_person = 0
0