ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Salesforce functions
  • Properties specific to sfMergeResult variables
  • Functions that handle the sfMergeResult 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
sfMergeResult (Type of variable)
In french: sfRésultatFusionne
The sfMergeResult type is used to find out the result of SFMerge. 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 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.

Functions that handle the sfMergeResult type

SFMergeMerges the Salesforce records (also called Salesforce objects).
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/26/2023

Send a report | Local help