Home Search

DriveWorks Pro 21
SFGetContactNamesForAccountByID

Send Feedback

SFGetContactNamesForAccountByID

Returns a pipe bar (|) delimited list of the contact names for this account.

Syntax

SFGetContactNamesForAccountByID ([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
SFGetContactNamesForAccountByID("001A000000EAs9OIAT",TRUE)Returns a pipe bar (|) delimited list of all the contact names for the specified account ID.
SFGetContactNamesForAccountByID(AccountIDReturn,LoginReturn)Returns a pipe bar (|) delimited list of all the contact names from the AccountID control.