ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Salesforce functions
  • Properties specific to sfLeadConvertResult variables
  • Functions that handle the sfLeadConvertResult type
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
sfLeadConvertResult (Type of variable)
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.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Remarks

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.

Functions that handle 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: 01/26/2023

Send a report | Local help