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
  • Properties specific to sfLeadConvertResult variables
  • Functions that use the sfLeadConvertResult type
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
sfLeadConvertResult (Variable type)
In french: sfRésultatConvertitPiste
The sfLeadConvertResult type is used to find out the result of SFConvertLead. The characteristics of this result are returned by several WLanguage properties.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Properties

Properties specific to sfLeadConvertResult variables

The following properties can be used to handle the result of SFConvertLead:
NameType usedEffect
ErrorArray of sfErrorStatus report of errors.
AccountIDCharacter stringIdentifier of the account created or modified during the conversion.
This property is read-only.
ContactIDCharacter stringIdentifier of the contact created or modified during the conversion.
This property is read-only.
OpportunityIDCharacter stringIdentifier of the opportunity possibly created during the conversion.
This property is read-only.
LeadIDCharacter stringIdentifier of the converted lead.
This property is read-only.
SuccessBoolean
  • True if the conversion was successfully performed,
  • False if an error occurs.
This property is read-only.
Remarks

Functions that use the sfLeadConvertResult type

SFConvertLeadConverts the leads.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help