For more information, please refer to this announcement explaining best practices for getting answers to questions.
Goal Sharing is going for Approval
Content
When a person Shares a goal, we want it to be auto approved. Since moving to the NUI it is going for Manager Approval whenever somebody tries to share a goal. Can somebody give me the syntax to add to my approval rule as I cant figure out where I am going wrong.
Current setup is as follows:
Auto Approve
((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")