Duplicate Field API
This document contains the Duplicate field API format and a list of supported attributes.
Last updated
Was this helpful?
This document contains the Duplicate field API format and a list of supported attributes.
Use this page to add a duplicate field to template XML. A duplicate field is read-only and shows the value from another field.
<duplicate
name="customer_name_copy"
documentId="document-id"
relatedTo="customer_name"
search="true"
/>name — field name. Use 1 to 128 characters. Do not use &, ", <, or >. Keep the value unique within one document.
documentId — document ID where the related field is located.
relatedTo — name of the related field.
search — set to true if the field value should be available in envelope search. If you omit it, the default value is false.
Last updated
Was this helpful?
Was this helpful?
