Codeunit 5340 CRM Integration Table Synch. in 25
- App
- Base Application
- Namespace
- Microsoft.Integration.Dataverse
Versions171819202122232425262728latest
Source29
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| InitConnection | () | Text | internal | - |
| TestConnection | () | internal | - | |
| CloseConnection | (Text) | internal | - | |
| GetOutOfMapFilter | () | Boolean | public | - |
| SynchRecord | (Record Integration Table Mapping, Variant, Boolean, Boolean) | Guid | public | - |
| SyncNAVRecordToCRM | (var RecordRef, Record Integration Table Mapping, var Codeunit Integration Table Synch., var Record CRM Integration Record, var DateTime) | public | - | |
| CreateCRMIntegrationRecordClone | (Integer, var Record CRM Integration Record) | internal | - | |
| GetMaxNumberOfConditions | () | Integer | public | - |
| SynchOption | (var Record Integration Table Mapping) | public | - | |
| LoadCRMOption | (var RecordRef, Record Integration Table Mapping) | public | - | |
| SynchRecordsToIntegrationTable | (var RecordRef, Boolean, Boolean) | Guid | public | - |
| SynchRecordsFromIntegrationTable | (var RecordRef, Integer, Boolean, Boolean) | Guid | public | - |
Events, 9
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnQueryPostFilterIgnoreRecord | (RecordRef, var Boolean) | - |
| Integration event | OnBeforeRun | (Record Integration Table Mapping, var Boolean) | - |
| Integration event | OnBeforeUpdateTableMappingModifiedOn | (var Record Integration Table Mapping, DateTime, var Boolean) | - |
| Integration event | OnSynchNAVTableToCRMOnBeforeCheckLatestModifiedOn | (var RecordRef, Record Integration Table Mapping) | - |
| Integration event | OnGetMaxNumberOfConditions | (var Boolean, var Integer) | - |
| Integration event | OnLoadCRMOption | (var RecordRef, Record Integration Table Mapping) | - |
| Integration event | OnIsModifiedByFilterNeeded | (var Record Integration Table Mapping, var Boolean, var Boolean) | - |
| Integration event | OnBeforeSynchRecordsFromIntegrationTable | (var RecordRef, Integer, Boolean, Boolean, var Boolean) | - |
| Integration event | OnBeforeSynchRecordsToIntegrationTable | (var RecordRef, Boolean, Boolean, var Boolean) | - |