Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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
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.

Auto Approve Rule configuration for Copying a Goal from one Review Period to another Review Period

edited Mar 30, 2021 12:02PM in Performance Management 1 comment

Summary

Auto Approve Rule configuration for Copying a Goal from one Review Period to another Review Period

Content

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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