Skip to main content
Nintex Community Menu Bar

Defining Signer Attachments In XML

  • January 11, 2022
  • 0 replies
  • 11 views
  • Translate

butlerj
Nintex Employee
Forum|alt.badge.img+20

Signer attachments may be added or modified by adding a SignerAttachments collection of SignerAttachment elements as a child of the FileDocument element (for SubmitWithFile and AsyncSubmitWithFile operations) or FileRetrievalDocument element (for SubmitWithFileRetrieval and AsyncSubmitWithFileRetrieval operations).

So, for example, to override the instructions of a signer attachment named "Photo ID" that is defined in the template, the following XML could be added to a document submission:

<SignerAttachments>
    <SignerAttachment Label="Photo ID" Instructions="Please upload a picture of your drivers license" />
</SignerAttachments>

To create an entirely new signer attachment the following could be specified:

<SignerAttachments>
    <SignerAttachment Label="Proof of Residence" Instructions="Please upload two different utility bills." Required="true" AllowMultiple="true" SignatoryEmail="john.doe@assuresign.com">
</SignerAttachments>

Properties that may be set on dynamically created signer attachments can be found here.

Did this topic help you find an answer to your question?

0 replies

Be the first to reply!

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings