...
Parameter | Type | Required | Description |
---|---|---|---|
sfdcConnection | Yes | Salesforce Connection - it is the object resulted from the call to the connectToSalesforce routine. | |
sfdcAccountId | string | Yes | ID of the Salesforce account to be retrieved. |
sfdcAPIVersion | string | No | 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. |
Return type
SFDCAccount (predefined type)
Example
The following example will get information about the account in Salesforce.
...