Home Search

DriveWorks Pro 21
SFCurrentlyLoggedIn

Send Feedback

SFCurrentlyLoggedIn

Returns a Boolean value based on whether or not a successful connection was made to Salesforce.

Syntax

SFCurrentlyLoggedIn([Trigger])

Where:

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

Examples

RuleMeaning
SFCurrentlyLoggedIn(TRUE)Returns the currently logged in status.
SFCurrentlyLoggedIn(LoginReturn)Returns the currently logged in status using the Login control.