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.
ICPs with value set validation on input values
Summary:
Value sets for ICPs can't use PARAMETER.SysEffectiveDate , so what parameter can you use to limit the value set based on an effective date?
Content (please ensure you mask any confidential information):
I have created an element with an input value called "Grades" and I want to use a table value set to limit the values to grades that are still active as at the date the element is created. The SQL I used for the where clause initially was:
:{PARAMETER.SysEffectiveDate} between grades.effective_start_date and grades.effective_end_date
This works fine if you create element entries via the payroll screens, but when you hook the element up to an ICP the drop down boxes don't return any values.
0