Codeunit 5452 Graph Sync. Runner in 17
- App
- Base Application
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) | - |