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

# Codeunit 5451 Graph Integration Table Sync

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5451-graph-integration-table-sync/

| | |
| --- | --- |
| App | Base Application |
| Versions | 17-19 |
| Obsolete | Pending 17.0, seen from 17. This functionality will be removed. The API that it was integrating to was discontinued. |
| Source file | GraphIntegrationTableSync.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| PerformRecordSynchToIntegrationTable | (var Record Integration Table Mapping, RecordRef) | Boolean | public | 17-19 | - | - |
| PerformRecordSynchFromIntegrationTable | (var Record Integration Table Mapping, RecordRef) | - | public | 17-19 | - | - |
| PerformRecordDeleteFromIntegrationTable | (var Record Integration Table Mapping, RecordRef) | - | public | 17-19 | - | - |
| PerformRecordDeleteToIntegrationTable | (var Record Integration Table Mapping, RecordRef) | - | public | 17-19 | - | - |
| WasChangeKeyModifiedAfterLastRecordSynch | (Record Integration Table Mapping, var RecordRef) | Boolean | public | 17-19 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeSynchronizationStart | (Record Integration Table Mapping, RecordRef, var Boolean) | 17-19 | - | - |

## 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.
