Create an approval workflow for Birth certificate under Manage document records process.
Summary: The flow I currently have continues to fail and I don't understand why. I have other flows for document records that flow fine but Birth certificate fails unknowingly.
Content (required):
Approval Rules
Manage Document Records
Birth Certificate document type
Version (include the version you are using, if applicable):
23B
Code Snippet (add any code snippets that support your topic, if applicable):
((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "Y") AND ((getNewDoRByTransactionIdResponse.result.documentType == "Birth Certificate") OR ((getNewDoRByTransactionIdResponse.result.documentType == "Court Order For Dependents") OR ((getNewDoRByTransactionIdResponse.result.documentType == "Marriage Certificate") OR ((getNewDoRByTransactionIdResponse.result.documentType == "Legal Custody Certificate") OR (((getNewDoRByTransactionIdResponse.result.documentType == "Adoption Certificate") OR (getNewDoRByTransactionIdResponse.result.documentType == "Proof of Other Coverage")) OR (getNewDoRByTransactionIdResponse.result.documentType == "Proof of Disability for Dependents")))))))