Table of Contents

JQ Ext. Sys. Sync.

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

This will process the regular synchronization functionality for all entries that exists in the external system change log.

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 ID70314162
Object NameQWESR JQ Ext. Sys. Sync.
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