Ext. System Public API
Contains public functions and events for External Systems.
Object Definition
Object Type | Codeunit |
Object ID | 70314119 |
Object Name | QWESR Ext. System Public API |
Procedures
Name | Description |
---|---|
CreateAllChangeLogEntries(Code[20]; Boolean) | Creates change log entries for all records in all tables configured for the provided External System. |
CreateAllChangeLogEntries(Code[20]; Code[20]; Boolean) | Creates change log entries for all records in all tables configured for the provided External System and External Subsystem. |
GetChangedRecords(Code[20]; Code[20]; Guid; Record "QWESR EXT Sync Record" temporary): Integer | Gets any changed records for the given External System. |
GetChangedRecords(Code[20]; Guid; Record "QWESR EXT Sync Record" temporary): Integer | Gets any changed records for the given External System. |
LogDelete(Variant; Code[20]) | Logs a deleted record in the External System Change Log for a specified External System. |
LogDelete(Variant; Code[20]; Code[20]) | Logs a deleted record in the External System Change Log for a specified External Subsystem. |
LogDelete(Variant; Code[20]; Code[20]; Integer) | Logs a deleted record in the External System Change Log for a specified External Subsystem. |
LogDelete(Variant; Code[20]; Integer) | Logs a deleted record in the External System Change Log for a specified External System. |
LogInsert(Variant; Code[20]) | Logs an inserted record in the External System Change Log for a specified External System. |
LogInsert(Variant; Code[20]; Code[20]) | Logs an inserted record in the External System Change Log for a specified External Subsystem. |
LogInsert(Variant; Code[20]; Code[20]; Integer) | Logs an inserted record in the External System Change Log for a specified External Subsystem. |
LogInsert(Variant; Code[20]; Integer) | Logs an inserted record in the External System Change Log for a specified External System. |
LogModify(Variant; Code[20]) | Logs a modified record in the External System Change Log for a specified External System. |
LogModify(Variant; Code[20]; Code[20]) | Logs a modified record in the External System Change Log for a specified External Subsystem. |
LogModify(Variant; Code[20]; Code[20]; Integer) | Logs a modified record in the External System Change Log for a specified External Subsystem. |
LogModify(Variant; Code[20]; Integer) | Logs a modified record in the External System Change Log for a specified External System. |
MoveChangedRecordsToHistory(Code[20]; Guid) | Moves the Change Log records associated with the FetchId to the History tables. |
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. |
Events
This documentation is generated from Spider v24.0.193641.0