You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood for Oracle Cloud HCM   Begin Now

CEO goal

edited Aug 23, 2024 11:30AM in Performance Management 1 comment

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

  1. ((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

  1. ((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"))))))

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!