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.
Auto Approve Rule configuration for Copying a Goal from one Review Period to another Review Period
Summary
Auto Approve Rule configuration for Copying a Goal from one Review Period to another Review PeriodContent
Hi Team,
When I copy a Goal from one Review Period to another Review Period, It should get auto Approved.
Already I have implemented Approval rule for Add, Delete, Cancel, Update.
For sharing a Goal Auto Approve is configured.
Is there any condition to add for Configuration Rule when Goal is copied from One Review Period to another Review Period.
Code is shared below
Thank You
Code Snippet
Already I used the below code. Auto ((transactionApprovalRequest.attribute25 == "Y") AND (transactionApprovalRequest.attribute10 != "") AND (Performance Goals != null) AND (Performance Goals.Goal Version Type Code == "PENDING_APPROVAL") AND (Performance Goals.Goal Created Flag != "Y") AND (Performance Goals.Goal Deleted Flag != "Y") AND (Performance Goals.Legacy Key Attribute Updated != "Y")AND(Performance Goals.Status Code != "COMPLETED") AND (Performance Goals.Share Created Flag == "Y")) Manual: ((transactionApprovalRequest.attribute25 == "Y") AND (transactionApprovalRequest.attribute10 != "") AND (Performance Goals != null) AND (Performance Goals.Goal Version Type Code == "PENDING_APPROVAL") AND ((Performance Goals.Goal Created Flag == "Y") OR ((Performance Goals.Goal Deleted Flag == "Y") OR ((Performance Goals.Legacy Key Attribute Updated == "Y") OR
Tagged:
1