Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Syntax

sfdcGetOpportunity(sfdcConnection, sfdcOpportunityId, [sfdcAPIVersion])

...

Excerpt

Retrieves data related to an opportunity from the Salesforce environment.

Parameters

Parameter

Type

Required

Description

sfdcConnection

SFDCConnection

Yes

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

sfdcOpportunityIdstringYesID of the Salesforce opportunity to be retrieved.
sfdcAPIVersionstringNoSalesforce API version to be called when creating the opportunity, 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.

...