How to change approval flow based on status
Hi All
As per the requirement we do not want to send any approval to manager for any status update rest all conditions should trigger to manager
( (Performance Goals.Status Code != "COMPLETED") OR (Performance Goals.Status Code != "NOT_STARTED")) OR
(Performance Goals.Status Code != "IN_PROGRESS"))
If i will modify the Existing approval flow with above condition will it work?If not can you please suggest on this?
Existing Approval Flow:
Manual 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") 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"))))