Auto Approve Rule configuration for Copying a Goal from one Review Period to another Review Period
Summary
Auto Approve Rule configuration for Copying a Goal from one Review Period to another Review PeriodContent
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:
1