Home Search

DriveWorks Pro 21
SFGetAccountDetailByName

Send Feedback

SFGetAccountDetailByName

Returns a table array, including headers, of all of the account details for the specified account.

Syntax

SFGetAccountDetailByName([Account Name],[Connect to Salesforce])

Where:

Account Name is the name of the account in Salesforce (case sensitive).

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
SFGetAccountDetailByName("Amazon Warriors",TRUE)Returns account details from the "Amazon Warriors" account.
SFGetAccountDetailByName(AccountNameReturn,LoginReturn)Returns account details from the AccountName control.