Returns a Boolean value based on whether or not a successful connection was made to Salesforce.
SFCurrentlyLoggedIn([Trigger])
Where:
Trigger is the value to change in order to re-evaluate the function.
Rule | Meaning |
---|---|
SFCurrentlyLoggedIn(TRUE) | Returns the currently logged in status. |
SFCurrentlyLoggedIn(LoginReturn) | Returns the currently logged in status using the Login control. |