SyncExternalSystemFromLog Procedure
Codeunit Ext. System Public API
Synchronizes the provided External System with all entries saved in the change log.
Overloads
Name | Description |
---|---|
SyncExternalSystemFromLog(Code[20]) | Synchronizes the provided External System with all entries saved in the change log. |
SyncExternalSystemFromLog(Code[20]; Code[20]) | Synchronizes the provided External Subsystem with all entries saved in the change log. |
SyncExternalSystemFromLog(Code[20]) Procedure
Synchronizes the provided External System with all entries saved in the change log.
Signature
SyncExternalSystemFromLog(SystemCode: Code[20])
Parameters
SystemCode
Code[20]
The code of the External System that will be synchronized.
SyncExternalSystemFromLog(Code[20]; Code[20]) Procedure
Synchronizes the provided External Subsystem with all entries saved in the change log.
Signature
SyncExternalSystemFromLog(SystemCode: Code[20]; ExternalSubsystemCode: Code[20])
Parameters
SystemCode
Code[20]
The code of the External System that will be synchronized.
ExternalSubsystemCode
Code[20]
The code of the External Subsystem that will be synchronized.
This documentation is generated from Spider v24.1.207985.0