AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones Salesforce
  • Possible error cases:
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
<sfConnection variable>.Merge (Function)
In french: <Variable sfConnexion>.Fusionne
Merges the Salesforce records (also called Salesforce objects).
Syntax
<Result> = <Salesforce connection>.Merge(<Type of merge>)
<Result>: Array variable
Array of sfMergeResult variables containing the result data, especially the identifiers of the merged records.
<Salesforce connection>: sfConnection variable
Name of the variable of type sfConnection to be used
<Type of merge>: Array variable
Array of sfMergeRequest variables corresponding to the records (Salesforce objects) to merge.
Remarks

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.
Component: wd290ggl.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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