ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Salesforce functions
  • Possible error cases:
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
SFConvertLead (Function)
In french: SFConvertitPiste
Converts the leads. These leads can be converted into account, contact or opportunity.
Remarque: A track is a potential prospect or opportunity. For more details, see the help of Salesforce.
Syntax
<Result> = SFConvertLead(<Salesforce connection> , <Conversion to perform>)
<Result>: Array variable
Array of sfLeadConvertResult variable containing the conversion results.
<Salesforce connection>: sfConnection variable
Name of the variable of type sfConnection to be used.
<Conversion to perform>: Array variable
Array of sfLeadConvert variables containing the different conversions to perform.
Remarks

Possible error cases:

  • The Internet connection is not valid.
  • The authentication was not performed properly.
  • The XML response of the server cannot be read.
To find out whether an error occurred, use the ErrorOccurred variable.
Component: wd300ggl.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help