Skip to end of banner
Go to start of banner

Retrieve Salesforce account

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Syntax

sfdcGetAccount(sfdcConnection, sfdcAccountId, [sfdcAPIVersion])

Description

Retrieves data related to an account from the Salesforce environment.


Parameters

Parameter

Type

Required

Description

sfdcConnection

SFDCConnection

Yes

The Salesforce Connection - it is the object resulted from the call to connectToSalesforce routine

sfdcAccountIdstringYesThe ID of the Salesforce account to be retrieved.
sfdcAPIVersionstringNoThe 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 mandatory, if missing the latest available version will be used.

Return type

SFDCAccount (predefined type)

See also

  • No labels