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
  • Properties specific to sfMergeResult variables
  • Functions that use the sfMergeResult type
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
The sfMergeResult type is used to find out the result of SFMerge. The characteristics of this result are returned by several WLanguage properties.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Propiedades

Properties specific to sfMergeResult variables

The following properties can be used to handle the result of SFMerge:
NameType usedEffect
ErrorArray of sfErrorStatus report of errors.
IDCharacter stringIdentifier of the merged object.
This property is read-only.
UpdatedRelatedRecordIDCharacter stringList of Salesforce identifiers of the records that have been modified further to the merge operation (records linked to the merged records). The different identifiers are separated by CR characters (Carriage Return).
This property is read-only.
MergedRecordIDCharacter stringList of Salesforce identifiers of the merged records. The different identifiers are separated by CR characters (Carriage Return).
This property is read-only.
SuccessBoolean
  • True if the merge operation was successfully performed,
  • False if an error occurs.
This property is read-only.
Observaciones

Functions that use the sfMergeResult type

SFMergeFusiona los registros de Salesforce (también llamados objetos de Salesforce).
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 28/03/2025

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