when inactive development the approval rules get failed
Summary:
When we inactive the development goal the approval is going for transaction and it is getting failed.
Below is the approval rule that we are using
((transactionApprovalRequest.transactionId > 0) AND (Development Goals != null) AND (Development Goals.Private Flag != "Y") AND (Development Goals.Goal Version Type Code == "PENDING_APPROVAL") AND ((Development Goals.Goal Added Flag == "Y") OR ((Development Goals.Goal Updated Flag == "Y") OR ((Development Goals.Goal Deleted Flag == "Y") OR ((Development Goals.Status Code == "COMPLETED") OR ((Development Goals.Task Added Flag == "Y") OR ((Development Goals.Task Deleted Flag == "Y") OR (Development Goals.Task Updated Flag == "Y"))))))))
Content (please ensure you mask any confidential information):