Home Search

DriveWorks Pro 21
SFGetAccounts

Send Feedback

SFGetAccounts

Returns a pipe bar (|) delimited list of the account names in Salesforce.

Syntax

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.

Examples

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