'Goal Source Code' Payload Attributes for Goals approval is not present in Transaction Console
Summary:
'Goal Source Code' Payload Attributes for Goals approval is not present in Transaction Console.
We have the below requirement and we tried using the below payload to handle this requirement.
Employee should not Cancel goal assigned by Manager – manual Approval should trigger to Line Manager if Emp Cancels. However, Employee can cancel Goals added by themselves – Auto approval.
But, 'Goal Source Code' Payload Attributes for Goals is not present in Transaction Console.
//PerformanceGoalAutoApproval - Self Auto Approve
((transactionApprovalRequest.attribute25 == "Y") AND
(TransactionApprovalRequest.attribute10 != "") AND
(Performance Goals.Goal Version Type Code == "PENDING_APPROVAL") AND
(((Performance Goals.Status Code != "CANCEL") AND (Performance Goals.Goal Source Code != "MANAGER")) OR