Returns a table array, including headers, of all of the account details for all accounts.
SFGetAllAccountsWithDetail([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 |
---|---|
SFGetAllAccountsWithDetail(TRUE) | Returns a table array of the account details (Including headers). Change this value to refresh the status. |
SFGetAllAccountsWithDetail(LoginReturn) | Returns a table array of the account details using the Login control to refresh the status (Includes headers). |