Returns a pipe bar (|) delimited list of the contact names for this account.
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.
Rule | Meaning |
---|---|
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. |