Get Started with Redwood for Oracle Cloud HCM Begin Now
CEO goal
Summary:
Hi Team,
We are using below approval rules, if employee submit the goal approval goes to manager that is working as expected.
But CEO don't have any Manager if they add the goal approval will because he don't have any Manager.
Could you please help me to write the rule something if CEO submit the goal it will approve automatically
- ((transactionApprovalRequest.attribute25 == "Y") AND (TransactionApprovalRequest.attribute10 != "") AND (Performance Goals.Goal Version Type Code == "PENDING_APPROVAL") AND ((1 == 1) OR (Performance Goals.Private Flag == "Y")))
Manager approval
- ((transactionApprovalRequest.attribute25 == "Y") AND (TransactionApprovalRequest.attribute10 != "") AND (Performance Goals.Private Flag != "Y") AND (Performance Goals != null) AND (Performance Goals.Goal Version Type Code == "PENDING_APPROVAL") AND ((Performance Goals.Goal Created Flag == "NOT_Y") OR ((Performance Goals.Goal Deleted Flag == "NOT_Y") OR ((Performance Goals.Legacy Key Attribute Updated == "NOT_Y") OR ((Performance Goals.Status Code == "NOT_CANCEL") OR (Performance Goals.Status Code == "NOT_COMPLETED"))))))
0