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.
Retrieve Element Entry at Compensation plan cycle date
Content
Hello,
we have two element entries E for the employee A:
- 5000$ from 30th April to 30th May
- 10000$ from 31st May
We have also two different compensation plan cycles (May and June) and we have to retrieve the correct import for each of them by fast formula:
- May: 5000$
- June: 10000$
The fact is that the fast formula I set up retrieves 5000$ even for the June cycle.
Here's the code of the FF:
default for PATTI_NON_CONCORRENZA_IMPORTO_ASG_ENTRY_VALUE is 0
patti = PATTI_NON_CONCORRENZA_IMPORTO_ASG_ENTRY_VALUE
return patti
Can someone please light me up?
Let me know if further informations are needed.
Tagged:
0