Returns a pipe bar (|) delimited list of the account names in Salesforce.
SFGetAccounts([Connect to Salesforce])
Where:
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 |
|---|---|
| SFGetAccounts(TRUE) | Returns a pipe bar (|) delimited list of the account names. Change this value to refresh the status. |
| SFGetAccounts(LoginReturn) | Returns a pipe bar (|) delimited list of the account names using the Login control to refresh the status. |