View Source DocuSign.Model.EnvelopeCustomFields (DocuSign v1.2.0)

An envelope custom field enables you to collect custom data about envelopes on a per-envelope basis. You can then use the custom data for sorting, organizing, searching, and other downstream processes. For example, you can use custom fields to copy envelopes or data to multiple areas in Salesforce. eOriginal customers can eVault their documents from the web app on a per-envelope basis by setting an envelope custom field with a name like "eVault with eOriginal?" to "Yes" or "No". When a user creates an envelope, the envelope custom fields display in the Envelope Settings section of the DocuSign console. Envelope recipients do not see the envelope custom fields. For more information, see Envelope Custom Fields.

Summary

Types

@type t() :: %DocuSign.Model.EnvelopeCustomFields{
  listCustomFields: [DocuSign.Model.ListCustomField.t()] | nil,
  textCustomFields: [DocuSign.Model.TextCustomField.t()] | nil
}