Goal Approval based on status
Summary:
Hi All
We have configured below rule based on oracle document.
Can you please explain how this approval is working? Also it is showing as completed by Workflow system?
Route to Line manager approval for “Add”, “Delete”, “Update”, “Cancel” and “Complete” Actions on Goals. All other actions should get Auto Approve
Manual Approval Rule:
((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 ((Performance Goals.Status Code == "CANCEL") OR (Performance Goals.Status Code == "COMPLETED"))))