For the complete documentation index, see llms.txt. This page is also available as Markdown.

Duplicate Field API

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 field example

<duplicate
    name="customer_name_copy"
    documentId="document-id"
    relatedTo="customer_name"
    search="true"
/>

Required attributes

  • 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.

Optional attributes

  • 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?