0

We have created a new template with option to add Attachments using Signer Attachment tabs.

Please let us know how we can programmatically retrieve the Attached files from the envelope using API, we tried using RequestDocumentPDFs() method, but it doesn’t provide us to which “Signer Attachment” tab the document belongs to, since we have multiple “Signer Attachment” tabs.

Ex. Option A (Checkbox 1 tab) – If the user selects, we will ask “Signer Attachment 1” tab to upload the related document. Option B (Checkbox 2 tab) – If the user selects, we will ask “Signer Attachment 2” tab to upload the related document. Option C (Checkbox 3 tab) – If the user selects, we will ask “Signer Attachment 3” tab to upload the related document.

4

1 回答 1

1

DocuSign 似乎没有为您提供一种以编程方式将附件与用于提供附件的特定附件选项卡相关联的方法。但是,在您描述的特定场景中,您似乎可以通过评估附加文档而不是评估复选框选项卡来获得所需的信息:

  • 如果选择了选项 A复选框 1选项卡),则签名者提供的附件与签名者附件 1选项卡相关联。
  • 如果选择了选项 B复选框 2选项卡),则签名者提供的附件与签名者附件 2选项卡相关联。
  • 如果选择了选项 C复选框 3选项卡),则签名者提供的附件与签名者附件 3选项卡相关联。

这种方法足以满足您描述的(简单)场景,但显然在您在整个信封的不同位置收集多个附件的情况下是不够的。

于 2013-09-24T14:50:03.327 回答