AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Salesforce
  • 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.
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/01/2023

Señalar un error o enviar una sugerencia | Ayuda local