Performance Goals Approval sends FYI alone and not approve action
Manager Approval action is not triggered when performance goal is added or deleted. I just enabled redwood pages and don't know if this is the cause.
See below approval configuration
PerformanceGoalAutoApproval
((transactionApprovalRequest.attribute25 == "Y") 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") AND (Performance Goals.Share Created Flag != "Y"))
PerformanceGoalManualApproval
((transactionApprovalRequest.attribute25 == "Y") AND (Performance Goals != null) 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") OR (Performance Goals.Share Created Flag == "Y")))))) AND (Performance Goals.Goal Version Type Code == "PENDING_APPROVAL"))