...
Parameter | Type | Required | Description |
---|---|---|---|
sfdcConnection | Yes | Salesforce Connection - it is the object resulted from the call to the connectToSalesforce routine. | |
sfdcAccount | SFDCAccount | Yes | Structure containing the fields of the account that will be created. This is a predefined structure type described below. When creating an account, only the Name field is required. |
sfdcAPIVersion | string | No | The Salesforce API version to be called when creating the account, it should have the following form: "vXX.X" - eg: "v43.0", "v42.0". It is not required and if empty, the latest available version will be used. |
SFDCAccount fields
...
Note | ||
---|---|---|
| ||
The Name field is required, the rest of the fields are optional. |
...
Name
...
string
...
AccountNumber
...
See SFDCAccount for more details. |
Return type
string - Salesforce Account ID
...