|
|
|
|
|
<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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|