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:

  • Letter

  • Legal

  • Tabloid

  • Ledger

  • A0 / A / A2 / A3 / A4 / A5 / A6

If left blank, the A4 paper size is set.

Margin Bottom

ctsign__MarginBottom__c

Text(255)

Bottom indent. Available values:

  • px

  • in

  • cm

  • mm

If left blank, the 0 value is set.

Margin Left

ctsign__MarginLeft__c

Text(255)

Left indent. Available values:

  • px

  • in

  • cm

  • mm

If left blank, the 0 value is set.

Margin Right

ctsign__MarginRight__c

Text(255)

Right indent. Available values:

  • px

  • in

  • cm

  • mm

If left blank, the 0 value is set.

Margin Top

ctsign__MarginTop__c

Text(255)

Top indent. Available values:

  • px

  • in

  • cm

  • mm

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:

  • Portrait

  • Landscape

If left blank, the portrait orientation is set.

Provider

ctsign__Provider__c

Picklist

Available providers:

  • DocuSign

  • Simple: the provider is not connected.

Record Type

ctsign__RecordType__c

Text(255)

The record type for the object is specified in the ctsign__Object__c field.

  • Empty: applied to any available record type of the object.

  • --Master--: applied to the Master record type.

``