For more information, please refer to this announcement explaining best practices for getting answers to questions.
Goal Approve by Manager
Summary:
Hi Expert,
I have added the below approval rule
((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.Status Code != "CANCEL") AND (Performance Goals.Legacy Key Attribute Updated != "Y") AND (Performance Goals.Status Code != "COMPLETED")) OR (Performance Goals.Private Flag == "Y")))
((transactionApprovalRequest.attribute25 == "Y") AND (transactionApprovalRequest.attribute10 != "") AND (Performance Goals != null) AND (Performance Goals.Goal Version Type Code == "PENDING_APPROVAL") AND (Performance Goals.Private Flag != "Y") AND ((Performance Goals.Goal Created Flag == "Y") OR ((Performance Goals.Goal Deleted Flag == "Y") OR ((Performance Goals.Legacy Key Attribute Updated == "Y") OR ((Performance Goals.Status Code == "CANCEL") OR (Performance Goals.Status Code == "COMPLETED"))))))