Table of Contents

JQ Ext. Sys. FullSync

This codeunit is used to schedule a "full synchronization" of an External System.

This will:

  1. Execute the implementation of InitiateFullSynchronization for the external system.
  2. Create new external system change log entries for all records that are configured by this external system.
  3. Process the regular synchronization functionality for all external system change log entries that was created above.

You must specify which External System to synchronize by setting the code of the External System in the "Parameter String" field on the "Job Queue Entry" record.

If you want to run the synchronization for a specific subsystem you can add it as a second parameter in the "Parameter String" field. The parameters are separated by a comma.

Object Definition

Object TypeCodeunit
Object ID70314209
Object NameQWESR JQ Ext. Sys. FullSync
Table No.Job Queue Entry

Example

Synchronize External System

"Parameter String" = A

If the External System A has subsystems, all subsystems of External System A is synchronized. Otherwise the External System A is synchronized.

Synchronize External Subsystem

"Parameter String" = A,B

This will only synchronize the subsystem B of the External System A.

This documentation is generated from Spider v27.2