Home Search

DriveWorks Pro 23
SFConnectionStatus

Send Feedback

SFConnectionStatus

Returns a String value that describes the current status of the connection to Salesforce.

Syntax

SFConnectionStatus(Trigger)

Where:

Trigger is the value to change in order to re-evaluate the function.

We recommend the value of this variable is triggered during a running specification (not when the specification loads).

For example:

  • Use a checkbox to set the variable from FALSE to TRUE when the connection is required to made.

    Or

  • Run a macro on the enter state of the specification that uses the Drive Constant Value task to set this value from FALSE to TRUE.

Examples

RuleMeaning
SFConnectionStatus(TRUE)Will return the connection status. Change this value to refresh the status.
SFConnectionStatus(LoginReturn)Will return the connection status using the Login control.