Returns a table array, including headers, of all of the contacts details for each contact for this account.
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.
Rule | Meaning |
---|---|
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. |