AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Salesforce
  • Possible error cases:
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
<sfConnection variable>.ConvertLead (Función)
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.
Sintaxis
<Result> = <Salesforce connection>.ConvertLead(<Conversion to perform>)
<Result>: Variable de tipo Array
Array of sfLeadConvertResult variable containing the conversion results.
<Salesforce connection>: Variable sfConnection
Name of the variable of type sfConnection to be used.
<Conversion to perform>: Variable de tipo Array
Array of sfLeadConvert variables containing the different conversions to perform.
Observaciones

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.
Componente: wd300ggl.dll
Versión mínima requerida
  • Versión 24
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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