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.
Fast Formula Entry Validation to restrict 10 days request per year
Hi,
We have an absence type of 'paid sick leave' (qualification plan) which connected to few absence reasons. One of the reason is 'Sick leave - without doctor certificate'.
We want to limit the request for submissions related to the above reason to 10 days per year.
I thought about two possible solutions:
- Use GET_VALUE_SET - the problem is that it seems that I cannot use group by and sum function in the value set.
- Use array to loop through the requests which have been submitted this year.
Regarding the option two, I tried the below formula but it doesn't work for me.
1