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.
Restricting DFF Based On Employee Assignment Type
Summary
Restricting DFF Based On Employee Assignment TypeContent
We have a DFF inside the goals page. and want to restrict this DFF to be visible to only for 'Probation' Employee based on The Employee Assignment Category. But when I applied the following formula the DFF is not showing for all assignment categories but it should only be for the mentioned category.
I tried below with the formula through page customization. The formula with equal or not equal non of them are working as expected.
#{bindings.AssignmentCategory.inputValue=='Probation'}
#{bindings.AssignmentCategory.inputValue!='Probation'}
Have any one come across such requirement ?
0