Home Search

DriveWorks Pro 21
SFGetAllAccountsWithDetail

Send Feedback

SFGetAllAccountsWithDetail

Returns a table array, including headers, of all of the account details for all accounts.

Syntax

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.

Examples

RuleMeaning
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).