Triggers the synchronization process that creates beans for the custom objects based on the trigger state. The triggerSynchronize() method triggers the synchronization process only if you define the synchronization settings for the custom object and select the Synchronize option in the synchronization settings of the custom object.
Parameters:
newObjects
List of new versions of custom objects.
oldObjects
List of old versions of custom objects.
isInsert
Indicates whether to trigger the synchronization process for the insert operation.
Specify true to trigger the synchronization process, or specify false to not trigger the process.
isUpdate
Indicates whether to trigger the synchronization process for the update operation.
Specify true to trigger the synchronization process, or specify false to not trigger the process.
isDelete
Indicates whether to trigger the synchronization process for the delete operation.
Specify true to trigger the synchronization process, or specify false to not trigger the process.
isUnDelete
Indicates whether to trigger the synchronization process if the record is recovered from the Recycle Bin.
Specify true to trigger the synchronization process, or specify false to not trigger the process.
isBefore
Indicates whether to trigger the synchronization process before you save a record.
Specify true to trigger the synchronization process, or specify false to not trigger the process.
isAfter
Indicates whether to trigger the synchronization process after you save a record.
Specify true to trigger the synchronization process, or specify false to not trigger the process.