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.
Aggregate actions, and make it consistent across languages
Summary
Aggregate actions, and make it consistent across languagesContent
Hi,
we need to aggregate action and make it consistent across languages in OTBI.
I modify the formula of Action field
CASE
WHEN "HR Action"."Action Name" = 'Add Contingent Worker' THEN 'Hire'
WHEN "HR Action"."Action Name" = 'Rehire an Employee' THEN 'Hire'
WHEN "HR Action"."Action Name" = 'Add Contingent Work Relationship' THEN 'Hire'
WHEN "HR Action"."Action Name" = 'Add Employee Work Relationship' THEN 'Hire'
WHEN "HR Action"."Action Name" = 'Renew Placement' THEN 'Hire'
ELSE "HR Action"."Action Name"
END
"Worker Assignment Details"."Action Name"
and action code:
CASE
WHEN "HR Action"."Action Code" = 'ADD_CWK' THEN 'HIRE'
Tagged:
0