---
title: "Codeunit 5452 Graph Sync. Runner"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5452-graph-sync-runner/
type: codeunit
id: 5452
name: "Graph Sync. Runner"
app: "Base Application"
versions: "17-20"
build: 20.5.45456.61928
obsolete: "Pending 18.0"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 5452 Graph Sync. Runner

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5452-graph-sync-runner/

| | |
| --- | --- |
| App | Base Application |
| Versions | 17-20 |
| Obsolete | Pending 18.0, seen from 18. This codeunit will be removed. The functionality is not supported any more. |
| Source file | GraphSyncRunner.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| IsGraphSyncEnabled | () | Boolean | public | 17-20 | - | - |
| RunDeltaSync | () | - | public | 17-20 | - | - |
| RunDeltaSyncForEntity | (Integer) | - | public | 17-20 | - | - |
| RunFullSync | () | - | public | 17-20 | - | - |
| RunFullSyncForEntity | (Integer) | - | public | 17-20 | - | - |
| RunIntegrationTableSynch | (Record Integration Table Mapping) | - | public | 17-20 | - | - |
| SyncFromGraphSynchronously | (Integer, Integer) | - | public | 17-20 | - | - |
| GetDefaultSyncSynchronouslyTimeoutInSeconds | () | Integer | public | 17-20 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnCheckAuxiliarySyncEnabled | (var Boolean) | 17-20 | - | - |
| Integration event | OnRunGraphDeltaSync | () | 17-20 | - | - |
| Integration event | OnRunGraphFullSync | () | 17-20 | - | - |
| Integration event | OnSyncSynchronouslyCannotStartSession | (Text) | 17-20 | - | - |
| Integration event | OnSyncSynchronouslyTimeout | (Text) | 17-20 | - | - |
| Integration event | OnAfterRunDeltaSyncForEntity | (Integer) | 17-20 | - | - |
| Integration event | OnAfterRunFullSyncForEntity | (Integer) | 17-20 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.

Jonas Paprotka, 2026-09-20.
