Home Search

DriveWorks Pro 21
SFGetContactNamesForAccountByName

Send Feedback

SFGetContactNamesForAccountByName

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

Syntax

SFGetContactNamesForAccountByName([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
SFGetContactNamesForAccountByName("Acme",TRUE)Returns a pipe bar (|) delimited list of all the contact names from the "Acme" account.
SFGetContactNamesForAccountByName(AccountNameReturn,LoginReturn)Returns a pipe bar (|) delimited list of all the contact names from the AccountName control.