Content Version Field Reference
The standard Content Version object is used to store template attributes.
Standard fields in use.
| Field | API Name | Type | Description |
|---|---|---|---|
PathOnClient |
PathOnClient |
string |
The document’s name and the extension, for example, docusign_request.json. |
Title |
Title |
string |
The name of the document being signed. |
VersionData |
VersionData |
base64 |
The JSON file is in the base64 format. |
The following fields are created on the standard Content Version object during the CT Sign installation:
| Field | API Name | Type | Description |
|---|---|---|---|
Format |
ctsign__Format__c |
Text(255) |
The paper size of the document. Available values:
If left blank, the A4 paper size is set. |
Margin Bottom |
ctsign__MarginBottom__c |
Text(255) |
Bottom indent. Available values:
If left blank, the 0 value is set. |
Margin Left |
ctsign__MarginLeft__c |
Text(255) |
Left indent. Available values:
If left blank, the 0 value is set. |
Margin Right |
ctsign__MarginRight__c |
Text(255) |
Right indent. Available values:
If left blank, the 0 value is set. |
Margin Top |
ctsign__MarginTop__c |
Text(255) |
Top indent. Available values:
If left blank, the 0 value is set. |
Object |
ctsign__Object__c |
Text(255) |
The API name of the object to sign. |
Orientation |
ctsign__Orientation__c |
Text(255) |
The document orientation. Available values:
If left blank, the portrait orientation is set. |
Provider |
ctsign__Provider__c |
Picklist |
Available providers:
|
Record Type |
ctsign__RecordType__c |
Text(255) |
The record type for the object is specified in the ctsign__Object__c field.
|