Home Search

DriveWorks Pro 21
SFGetAllContactDetailForAccountByID

Send Feedback

SFGetAllContactDetailForAccountByID

Returns a table array, including headers, of all of the contacts details for each contact for this account.

Syntax

SFGetAllContactDetailForAccountByID([AccountID],[Connect to Salesforce])

Where:

AccountID is the ID of the account in Salesforce.

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
SFGetAllContactDetailForAccountByID("001A000000EAs9BIAT",TRUE)Returns a table array (including headers) of all of the contacts details for each contact for the specified account ID.
SFGetAllContactDetailForAccountByID(AccountIDReturn,LoginReturn)Returns a table array (including headers) of all of the contacts details for each contact for the AccountID control.