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

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!