Returns a String value that describes the current status of the connection to Salesforce.
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:
Or
| Rule | Meaning |
|---|---|
| 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. |