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.
Need to do a Conditional Replacement on HCM Extract with EText Template
Summary:
Hello!
I have 5 Value Set/Fast Formula for attributes in HCM Extract. 4 of them have some conditions to change a information showed on the 5th(The 5fth one is an flexfield value, and depending on 4 conditions it would displace otherthing).
Can I use a IF on the attribute, like this:
IF SHORT1 IS NULL THEN SHORT2
IF SHORT1 IS NULL AND SHORT2 IS NULL AND LONG1 IS NOT NULL THEN LONG1
IF SHORT1 IS NULL AND SHORT2 IS NULL AND LONG1 IS NULL THEN LONG2
IF SHORT1 IS NULL AND SHORT2 IS NULL AND LONG1 IS NULL AND LONG2 IS NULL THEN NORMAL_ATTRIBUTE
0