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