Documents Other Signers Cannot See
Wednesday, October 5, 2016 at 07:35amI have a document package that contains two documents and three signers. One of the three signers only has an approval on one of the two documents. While I am able to limit that user's signing ability, they can still see the other document that they did not sign. Is there a way to hide the other document from them?
Reply to: Documents Other Signers Cannot See
Thursday, October 13, 2016 at 04:02amReply to: Documents Other Signers Cannot See
Wednesday, October 5, 2016 at 08:00am{ "visibility": "SIGNER" }Reply to: Documents Other Signers Cannot See
Wednesday, October 5, 2016 at 08:04amReply to: Documents Other Signers Cannot See
Wednesday, October 5, 2016 at 08:04amReply to: Documents Other Signers Cannot See
Friday, October 7, 2016 at 07:30amReply to: Documents Other Signers Cannot See
Tuesday, October 11, 2016 at 04:04amReply to: Documents Other Signers Cannot See
Tuesday, October 11, 2016 at 06:27amReply to: Documents Other Signers Cannot See
Tuesday, October 11, 2016 at 08:27am{ "settings": { "ceremony": { "documentVisibility": "signer" } } }And I can confirm that the visibility is indeed "SIGNER" and not "SENDER". I went ahead and tested this myself and it worked as expected.Reply to: Documents Other Signers Cannot See
Wednesday, October 12, 2016 at 10:13am{ "type": "PACKAGE", "language": "en", "emailMessage": "", "autoComplete": true, "status": "SENT", "roles": [ { "locked": false, "emailMessage": { "content": "" }, "attachmentRequirements": [], "reassign": false, "specialTypes": [], "data": null, "type": "SIGNER", "index": 0, "signers": [ { "auth": { "challenges": [], "scheme": "NONE" }, "company": "", "phone": "", "knowledgeBasedAuthentication": null, "language": "en", "title": "", "external": null, "professionalIdentityFields": [], "userCustomFields": [], "delivery": { "email": true, "provider": true, "download": true }, "group": null, "signature": null, "address": null, "data": null, "name": "", "specialTypes": [], "firstName": "Steve", "lastName": "Mikes", "email": "[email protected]", "id": "Customer" } ], "name": "Customer", "id": "Customer" }, { "locked": false, "emailMessage": { "content": "" }, "attachmentRequirements": [], "reassign": false, "specialTypes": [], "data": null, "type": "SIGNER", "index": 0, "signers": [ { "auth": { "challenges": [], "scheme": "NONE" }, "company": "", "phone": "", "knowledgeBasedAuthentication": null, "language": "en", "title": "", "external": null, "professionalIdentityFields": [], "userCustomFields": [], "delivery": { "email": true, "provider": true, "download": true }, "group": null, "signature": null, "address": null, "data": null, "name": "", "specialTypes": [], "firstName": "Jane", "lastName": "Doe", "email": "[email protected]", "id": "Co-Buyer" } ], "name": "Co-Buyer", "id": "Co-Buyer" }, { "locked": false, "emailMessage": { "content": "" }, "attachmentRequirements": [], "reassign": false, "specialTypes": [], "data": null, "type": "SIGNER", "index": 0, "signers": [ { "auth": { "challenges": [], "scheme": "NONE" }, "company": "", "phone": "", "knowledgeBasedAuthentication": null, "language": "en", "title": "", "external": null, "professionalIdentityFields": [], "userCustomFields": [], "delivery": { "email": true, "provider": true, "download": true }, "group": null, "signature": null, "address": null, "data": null, "name": "", "specialTypes": [], "firstName": "PRcoRate Demo", "lastName": "Inc.", "email": "[email protected]", "id": "Dealer" } ], "name": "Dealer", "id": "Dealer" } ], "documents": [ { "approvals": [ { "role": "Customer", "fields": [ { "type": "INPUT", "extract": true, "subtype": "LABEL", "required": true, "binding": "{approval.signed}", "name": "BuyerSignDate" }, { "type": "SIGNATURE", "extract": true, "subtype": "CAPTURE", "required": true, "name": "vtBuyerSig" } ] }, { "role": "Dealer", "fields": [ { "type": "INPUT", "extract": true, "subtype": "LABEL", "required": true, "binding": "{approval.signed}", "name": "SellerSignDate" }, { "type": "SIGNATURE", "extract": true, "subtype": "FULLNAME", "required": true, "name": "vtSellerSig" } ] }, { "role": "Co-Buyer", "fields": [ { "type": "INPUT", "extract": true, "subtype": "LABEL", "required": true, "binding": "{approval.signed}", "name": "CoBuyerSignDate" }, { "type": "SIGNATURE", "extract": true, "subtype": "CAPTURE", "required": true, "name": "vtCOBuyerSig" } ] } ], "extract": true, "name": "California, Idaho, Washington GAP Contract" }, { "approvals": [ { "role": "Customer", "fields": [ { "type": "INPUT", "extract": true, "subtype": "LABEL", "required": true, "binding": "{approval.signed}", "name": "BuyerSignDate" }, { "type": "SIGNATURE", "extract": true, "subtype": "CAPTURE", "required": true, "name": "vtBuyerSig" } ] }, { "role": "Dealer", "fields": [ { "type": "INPUT", "extract": true, "subtype": "LABEL", "required": true, "binding": "{approval.signed}", "name": "SellerSignDate" }, { "type": "SIGNATURE", "extract": true, "subtype": "FULLNAME", "required": true, "name": "vtSellerSig" } ] } ], "extract": true, "name": "California VSC Contract" } ], "settings": { "ceremony": { "documentVisibility": "signer" } }, "name": "VSC & GAP Contracts for 10/12/2016", "description": "VSC & GAP Contracts for 10/12/2016" }Reply to: Documents Other Signers Cannot See
Thursday, October 13, 2016 at 11:15am