Returns a pipe bar (|) delimited list of the account names in Salesforce.
SFGetAccounts(Connect to Salesforce)
Where:
Connect to Salesforce is False to NOT connect, any other value to connect. Can be used as a way to refresh the data, by simply changing this value.
We recommend the value of this variable is triggered during a running specification (not when the specification loads).
For example:
Or
| 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. |