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.
Checking Assignment fields whether its has change or not in Approval
Summary
Checking Assignment fields whether its has change or not in ApprovalContent
Requirement:>>
Based on field update/change we have different approval flow. So we have required to check whether assignment fields has updated/Change for approval Flow.
What done:>>
We checked if field is updated using
Worker's Current Assignment.Assignment Category != Worker's Proposed Assignment.Assignment Category
--->This is working.
Problem:>>
We are not able to check if field not updated.
We tried using
Worker's Current Assignment.Assignment Category == Worker's Proposed Assignment.Assignment Category
---> BUT THIS is not working.
Please suggest on this..
Tagged:
0