Document of Records approval where document type is tagged as approval not required
Summary:
Hello,
I'm trying to configure an approval rule for Manage Document Records where the document types are tagged as Approval not Required. I used a sample condition ((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "N") AND (getNewDoRByTransactionIdResponse.result.documentType == "Adoption certificate")), but this rule does not go through the approval being configured. It still being auto-approved.
Can someone help on what else could be done to pass this kind of scenario? Or is it not feasible since the document type is tagged as Approval not Required?
Content (please ensure you mask any confidential information):
((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "N") AND (getNewDoRByTransactionIdResponse.result.documentType == "Adoption certificate"))