ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Salesforce functions
  • Possible error cases:
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
<sfConnection variable>.Connect (Function)
In french: <Variable sfConnexion>.Connecte
Used to authenticate yourself beside a Salesforce platform.
Example
// Connect to Salesforce
Cnt is sfConnection
Cnt.Login = "balthazar@gmail.com"
Cnt.Password = "qwerty" + "XXB12VCZ54"
IF Cnt.Connect() =False THEN
Error("The connection failed." + CR + ErrorInfo())
END
Syntax
<Result> = <Salesforce connection>.Connect()
<Result>: Boolean
  • True if the authentication was performed,
  • False if a problem occurred. To get the details of the error, use ErrorInfo.
<Salesforce connection>: sfConnection variable
Name of the sfConnection variable to be used.
Remarks

Possible error cases:

  • The Internet connection is not valid.
  • The authentication was not performed properly.
Component: wd290ggl.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help