Codeunit 5452 Graph Sync. Runner in 18
- App
- Base Application
- Obsolete
- Pending 18.0. This codeunit will be removed. The functionality is not supported any more.
Versions171819202122232425262728latest
Source-
Procedures, 8
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| IsGraphSyncEnabled | () | Boolean | public | - |
| RunDeltaSync | () | public | - | |
| RunDeltaSyncForEntity | (Integer) | public | - | |
| RunFullSync | () | public | - | |
| RunFullSyncForEntity | (Integer) | public | - | |
| RunIntegrationTableSynch | (Record Integration Table Mapping) | public | - | |
| SyncFromGraphSynchronously | (Integer, Integer) | public | - | |
| GetDefaultSyncSynchronouslyTimeoutInSeconds | () | Integer | public | - |
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnCheckAuxiliarySyncEnabled | (var Boolean) | - |
| Integration event | OnRunGraphDeltaSync | () | - |
| Integration event | OnRunGraphFullSync | () | - |
| Integration event | OnSyncSynchronouslyCannotStartSession | (Text) | - |
| Integration event | OnSyncSynchronouslyTimeout | (Text) | - |
| Integration event | OnAfterRunDeltaSyncForEntity | (Integer) | - |
| Integration event | OnAfterRunFullSyncForEntity | (Integer) | - |