我正在使用启用了文档可见性的复合模板。
签名者被正确排除在他们没有标签的文档之外,或者可以明确排除那些没有签名者使用excludedDocuments
参数标记的文档。
我的问题是这个:发件人(我)无法查看信封中发件人不是收件人的其中一个文件。根据文件:
具有管理角色的收件人(具有操作的收件人) 管理信封,地址收件人,管理收件人,接收 复制或确认收据)可以随时查看所有文件 信封,除非在发送信封时将其排除在外。文件 没有标签的标签始终对所有收件人可见,除非 发送信封时将其排除在外。
我尝试将发件人添加为文档的收件人但收到错误:
文档可见性不允许自由格式签名
这表明我需要为发件人添加SignHereTab - 但没有任何要签名的内容,它应仅供查看。
部分请求,包括相关文档。您可以看到发件人不是此文档的收件人。
{
"status":"sent",
"compositeTemplates":[
{
"inlineTemplates":[
{
"sequence":"0",
"recipients":{
"signers":[
{
"name":"Harvey k",
"email":"somewhere",
"recipientId":1,
"accessCode":null,
"roleName":"Recipient",
"tabs":{
"signHereTabs":[
{
"tabLabel":"borrowerSignHere\\*",
"documentId":2,
"recipientId":1,
"templateLocked":true,
"templateRequired":true,
"optional":false,
}
]
}
},
{
"name":"first1 last1",
"email":"somewhere",
"recipientId":2,
"accessCode":null,
"roleName":"Signer",
"tabs":{
"signHereTabs":[
{
"tabLabel":"agentSignHere\\*",
"documentId":2,
"recipientId":2,
"templateLocked":true,
"templateRequired":true,
"optional":false,
}
]
},
"excludedDocuments":[2,3,4,5,6]
}
]
}
}
],
"document":{
"name":"Agent Agreement",
"documentId":2,
"documentBase64":"...",
"transformPdfFields":true
}
} // ... more templates documentId 2+
]
}
答案 0 :(得分:2)
尝试使用其他收件人之后的路由顺序使发件人成为Carbon Copies收件人。