new module:model/ConnectSalesforceObject()
- Source:
Constructs a new ConnectSalesforceObject
.
A connectSalesforceObject
is an object that updates envelope and document status or recipient status in your Salesforce account. When you install DocuSign Connect for Salesforce, the service automatically sets up two Connect objects: one that updates envelope status and documents and one that updates recipient status. You can also customize DocuSign Connect for Salesforce by associating DocuSign objects with Salesforce objects so that DocuSign Connect for Salesforce updates or inserts the information into the Salesforce object. For more information, see DocuSign for Salesforce - Adding Completed Documents to the Notes and Attachments.
Members
(inner) active :String
- Source:
Type:
- String
(inner) description :String
- Source:
Type:
- String
(inner) id :String
- Source:
Type:
- String
(inner) insert :String
- Source:
Type:
- String
(inner) onCompleteOnly :String
- Source:
Type:
- String
(inner) selectFields :Array.<module:model/ConnectSalesforceField>
- Source:
Type:
(inner) sfObject :String
- Source:
Type:
- String
(inner) sfObjectName :String
- Source:
Type:
- String
(inner) updateFields :Array.<module:model/ConnectSalesforceField>
- Source:
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/ConnectSalesforceObject}
- Source:
Constructs a ConnectSalesforceObject
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/ConnectSalesforceObject | Optional instance to populate. |
Returns:
The populated ConnectSalesforceObject
instance.