Home Search

DriveWorks Pro 21
SFGetAllContactDetailForAccountByname

Send Feedback

SFGetAllContactDetailForAccountByname

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

Syntax

SFGetAllContactDetailForAccountByname([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
SFGetAllContactDetailForAccountByname("Leeds Leaders", TRUE)Returns a table array (including headers) of all the contacts details for each contact from the "Leeds Leaders" account.
SFGetAllContactDetailForAccountByname(AccountNameReturn,LoginReturn)Returns a table array (including headers) of all the contacts details for each contact from the AccountName control.