Home Search

DriveWorks Pro 21
SFGetAccountDetailByIDForSpecificFields

Send Feedback

SFGetAccountDetailByIDForSpecificFields

Returns a pipe bar (|) delimited list of the details for an account for specific fields only.

Syntax

SFGetAccountDetailByIDForSpecificFields([AccountID],[Field List],[Connect to Salesforce])

Where:

AccountID is the ID of the account in Salesforce.

Field List is a pipe bar (|) delimited list of fields for which to get the account details. Must be valid fields.

Connect to Salesforce False to NOT connect, any other value to connect. Can be used as a way to refresh the data, by simply changing this value.

Examples

RuleMeaning
SFGetAccountDetailByIDForSpecificFields("001A000000EAs9IIAT","Name",TRUE)Returns the Name of the account from the specified ID.
SFGetAccountDetailByIDForSpecificFields(AccountIDReturn,"id|Name|Type|BillingAddress",LoginReturn)Returns the ID, Name, Account Type and BillingAddress from the AccountID control.
For more information on permitted Object Names (Standard Objects) and the Standard Fields that are required, please see:

Salesforce SOAP API Developer Guide.