Codeunit 5345 Integration Rec. Synch. Invoke in 21
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 9
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SetContext | (Record Integration Table Mapping, RecordRef, RecordRef, Codeunit Integration Record Synch., Option, Boolean, Guid, TableConnectionType) | public | - | |
| GetContext | (var Record Integration Table Mapping, var RecordRef, var RecordRef, var Codeunit Integration Record Synch., var Option) | public | - | |
| WasModifiedAfterLastSynch | (Record Integration Table Mapping, RecordRef) | Boolean | public | - |
| GetRowLastModifiedOn | (Record Integration Table Mapping, RecordRef) | DateTime | public | - |
| FindRecord | (var Record Integration Table Mapping, var RecordRef, var RecordRef, var Boolean, TableConnectionType) | Integer | internal | - |
| CheckTransferFields | (var Codeunit Integration Record Synch., var RecordRef, var RecordRef, var Boolean, var Boolean) | public | - | |
| MarkIntegrationRecordAsFailed | (Record Integration Table Mapping, RecordRef, Guid, TableConnectionType) | public | - | |
| MarkIntegrationRecordAsFailed | (Record Integration Table Mapping, RecordRef, Guid, TableConnectionType, Boolean) | public | - | |
| MarkIntegrationRecordAsFailed | (Record Integration Table Mapping, RecordRef, Guid, TableConnectionType, var Option) | public | - |
Events, 13
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnUpdateConflictDetected | (var Record Integration Table Mapping, var RecordRef, var RecordRef, var Boolean, var Boolean) | - |
| Integration event | OnDeletionConflictDetected | (var Record Integration Table Mapping, var RecordRef, var Boolean) | - |
| Integration event | OnBeforeTransferRecordFields | (RecordRef, var RecordRef) | - |
| Integration event | OnAfterTransferRecordFields | (var RecordRef, var RecordRef, var Boolean, Boolean) | - |
| Integration event | OnBeforeModifyRecord | (Record Integration Table Mapping, RecordRef, var RecordRef) | - |
| Integration event | OnAfterModifyRecord | (Record Integration Table Mapping, var RecordRef, var RecordRef) | - |
| Integration event | OnErrorWhenModifyingRecord | (Record Integration Table Mapping, var RecordRef, var RecordRef) | - |
| Integration event | OnBeforeInsertRecord | (Record Integration Table Mapping, RecordRef, var RecordRef) | - |
| Integration event | OnAfterInsertRecord | (Record Integration Table Mapping, var RecordRef, var RecordRef) | - |
| Integration event | OnAfterUnchangedRecordHandled | (Record Integration Table Mapping, RecordRef, RecordRef) | - |
| Integration event | OnBeforeApplyRecordTemplate | (Record Integration Table Mapping, RecordRef, var RecordRef, var Code[10]) | - |
| Integration event | OnAfterApplyRecordTemplate | (Record Integration Table Mapping, RecordRef, var RecordRef) | - |
| Integration event | OnFindUncoupledDestinationRecord | (Record Integration Table Mapping, RecordRef, var RecordRef, var Boolean, var Boolean) | - |