Skip document sign order?
Monday, October 22, 2018 at 09:21amGuys,
Is there a way to allow a signer to skip signing a document? If there are three documents, (A,B,C), can Signer A sign A and C and then come back to B?
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: Skip document sign order?
Monday, October 22, 2018 at 10:10am{ "documents": [ { "id": "doc1", "index": 1, "name": "First Document" }, { "id": "doc2", "index": 2, "name": "Second Document" }, { "id": "doc3", "index": 2, "name": "Third Document" } ], "name": "Document Workflow", "type": "PACKAGE", "status": "DRAFT" }Few places to notice: 1.Index 0 is for default consent document 2.you can put ABC docs the index of "1 1 1" or "1 2 2 " depending on your own needs. Hope this could help you! Duo