---
title: "Codeunit 5465 Graph Mgt - General Tools"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5465-graph-mgt-general-tools/
type: codeunit
id: 5465
name: "Graph Mgt - General Tools"
app: "Base Application"
namespace: Microsoft.Integration.Graph
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/5465-graph-mgt-general-tools/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 5465 Graph Mgt - General Tools

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5465-graph-mgt-general-tools/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Integration.Graph |
| Versions | 17-28 |
| Source file | Integration/Graph/GraphMgtGeneralTools.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetMandatoryStringPropertyFromJObject | (var DotNet JObject, Text, var Text) | - | public | 17-28 | - | - |
| UpdateIntegrationRecords | (var RecordRef, Integer, Boolean) | - | public | 17-21 | Pending 18.0 | Integration Records will be replaced by SystemID and SystemModifiedAt  |
| HandleUpdateReferencedIdFieldOnItem | (var RecordRef, Guid, var Boolean, Integer, Integer) | - | public | 17-28 | - | - |
| InsertOrUpdateODataType | (Code[50], Text[250], Text) | - | public | 17-28 | - | - |
| ProcessNewRecordFromAPI | (var RecordRef, var Record Field, DateTime) | - | public | 17-28 | - | - |
| ErrorIdImmutable | () | - | public | 17-28 | - | - |
| ErrorLastDateTimeModifiedImmutable | () | - | public | 17-28 | - | - |
| IsApiEnabled | () | Boolean | public | 17-28 | - | - |
| IsApiSubscriptionEnabled | () | Boolean | public | 17-28 | - | - |
| APISetupIfEnabled | () | - | public | 17-28 | - | - |
| TranslateNAVCurrencyCodeToCurrencyCode | (var Code[10], Code[10]) | Code[10] | public | 17-28 | - | - |
| TranslateCurrencyCodeToNAVCurrencyCode | (var Code[10], Code[10]) | Code[10] | public | 17-28 | - | - |
| TransferRelatedRecordIntegrationIDs | (var RecordRef, var RecordRef, var Record Field) | - | public | 17-28 | - | - |
| CleanAggregateWithoutParent | (Variant) | - | public | 17-28 | - | - |
| ScheduleUpdateAPIRecordsJob | (Integer) | - | public | 17-28 | - | - |
| StripBrackets | (Text) | Text | public | 17-28 | - | - |
| ProcessNewRecordFromAPI | (var RecordRef, var Record Field, DateTime, var Record Config. Template Header) | - | public | 19-28 | - | - |
| GetIdWithoutBrackets | (Guid) | Text | public | 22-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | ApiSetup | () | 17-28 | - | - |
| Integration event | OnGetIsAPIEnabled | (var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnGetAPISubscriptionsEnabled | (var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnForceIsApiEnabledVerification | (var Boolean) | 17-24 | Pending 22.0 | This event is not used. |

## 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.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
