module:model/ConnectSalesforceField

module:model/ConnectSalesforceField

new module:model/ConnectSalesforceField()

Source:

Constructs a new ConnectSalesforceField.
This object is used to match a DocuSign field to a Salesforce field so that Docusign can send information to your Salesforce account.

Members

(inner) dsAttribute :String

Source:
Type:
  • String
Source:
Type:
  • String

(inner) dsNode :String

Source:
Type:
  • String

(inner) id :String

Source:
Type:
  • String

(inner) sfField :String

Source:
Type:
  • String

(inner) sfFieldName :String

Source:
Type:
  • String

(inner) sfFolder :String

Source:
Type:
  • String

(inner) sfLockedValue :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/ConnectSalesforceField}

Source:

Constructs a ConnectSalesforceField from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/ConnectSalesforceField

Optional instance to populate.

Returns:

The populated ConnectSalesforceField instance.

Type
module:model/ConnectSalesforceField