ESignatureConfig
Parent Type
This type extends the Metadata metadata type and inherits its
fullName field.
File Suffix and Directory Location
ESignatureConfig components have the suffix .eSignatureConfig and are stored in the eSignatureConfigs folder.
Version
ESignatureConfig components are available in API version 54.0 and later.
Special Access Rules
Fields
Field Name | Description |
---|---|
configType |
|
configValue |
|
description |
|
groupType |
|
masterLabel |
|
vendor |
|
Declarative Metadata Sample Definition
The following is an example of an ESignatureConfig component.
<?xml version="1.0" encoding="UTF-8"?>
<ESignatureConfig xmlns="http://soap.sforce.com/2006/04/metadata">
<configType>AnchorString</configType>
<groupType>AnchorTabSetting</groupType>
<configValue>12345</configValue>
<masterLabel>DocuSignAnchorString</masterLabel>
<vendor>DocuSign</vendor>
<description>testdescription</description>
</ESignatureConfig>
The following is an example package.xml that references the previous definition.
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>*</members>
<name>ESignatureConfig</name>
</types>
<version>54.0</version>
</Package>