|
|
|
|
|
<sfConnection variable>.Connect (Function) In french: <Variable sfConnexion>.Connecte Manages authentication on a Salesforce platform.
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 occurs. To get more details on 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|