Codeunit 5345 Integration Rec. Synch. Invoke in 24
- App
- Base Application
- Namespace
- Microsoft.Integration.SyncEngine
Versions171819202122232425262728latest
Source29
Procedures, 11
| 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 | - | |
| FindCoupledRecord | (var Record Integration Table Mapping, var RecordRef, var RecordRef, var Boolean, TableConnectionType) | Integer | internal | - |
| PrepareNewDestination | (var Record Integration Table Mapping, var RecordRef, var RecordRef) | public | - |
Events, 21
| 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) | - |
| Integration event | OnBeforeDetermineConfigTemplateCode | (Record Integration Table Mapping, var Code[10], var Boolean) | - |
| Integration event | OnUpdateIntegrationRecordCoupling | (Record Integration Table Mapping, var RecordRef, var RecordRef, var Boolean, TableConnectionType) | - |
| Integration event | OnWasModifiedAfterLastSynch | (TableConnectionType, Record Integration Table Mapping, var RecordRef, var Boolean, var Boolean) | - |
| Integration event | OnUpdateIntegrationRecordTimestamp | (Record Integration Table Mapping, var RecordRef, var RecordRef, TableConnectionType, Guid, Boolean, var Boolean) | - |
| Integration event | OnBeforeIgnoreUnchangedRecordHandled | (Record Integration Table Mapping, RecordRef, RecordRef) | - |
| Integration event | OnInsertRecordOnAfterApplyConfigTemplate | (Record Integration Table Mapping, var RecordRef, var RecordRef) | - |
| Integration event | OnDeletionConflictSetSynchAction | (var Record Integration Table Mapping, var RecordRef, var Option, var Boolean) | - |
| Integration event | OnDeletionConflictDetectedSetRecordStateAndSynchAction | (var Record Integration Table Mapping, var RecordRef, var RecordRef, var Option, var Option, var Boolean) | - |