JQ Ext. Sys. RefreshSync
This codeunit is used to schedule a "refresh synchronization" of an External System.
This will:
- Remove all entries from the external system change log, except those with a change type equal to Deleted.
- Create new external system change log entries for all records that are configured by this external system.
- 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 Type | Codeunit |
Object ID | 70314111 |
Object Name | QWESR JQ Ext. Sys. RefreshSync |
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.0