Skip to main content

My company uses our DocuSign integration to send varying amounts of documents in each envelope, and we are adding an optional field that needs to be on each page, but will always be the same value throughout the envelope if the recipient does choose to fill it in. I’ve seen that data replication is possible for fields using the API, but haven’t found any references or instructions specifically related to the Apex toolkit.

Can the Apex toolkit set multiple fields to replicate the data of any one that is filled in by the recipient?

Hi @mmaurer , 

If you use templates, you can set the data replication by having the same tab label name. 
https://support.docusign.com/s/document-item?language=en_US&bundleId=gbo1643332197980&topicId=nas1578456281970.html&_LANG=enus
 

If you use ApexToolkit to build the whole envelope definition object by code, you need to set the same DataLabel value through withDataLabel
https://developers.docusign.com/docs/salesforce/apex-toolkit-reference/tab.html 


Hi @Ivan.Dinkov ,

Thank you for the response! We are using ApexToolkit to build the envelope by code. Are there any configurations that would need to be made for the data replication to work throughout the entire envelope?


Reply