---
title: "Codeunit 5470 Graph Collection Mgt - Item"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5470-graph-collection-mgt-item/
type: codeunit
id: 5470
name: "Graph Collection Mgt - Item"
app: "Base Application"
namespace: Microsoft.Integration.Graph
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/5470-graph-collection-mgt-item/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 5470 Graph Collection Mgt - Item

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5470-graph-collection-mgt-item/

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| InsertItemFromSalesDocument | (var Record Item, var Record Field, Text) | - | public | 17-28 | - | - |
| InsertItem | (var Record Item, var Record Field, Text) | - | public | 17-28 | - | - |
| InsertItem | (var Record Item, var Record Field) | - | public | 17-28 | - | - |
| ProcessComplexTypes | (var Record Item, Text) | - | public | 17-28 | - | - |
| ItemUnitOfMeasureToJSON | (var Record Item, Code[10]) | Text | public | 17-28 | - | - |
| UpdateIntegrationRecords | (Boolean) | - | public | 17-21 | Pending 17.0 | Integration Records will be replaced by SystemID and SystemModifiedAt  |
| UpdateOrCreateItemUnitOfMeasureFromSalesDocument | (Text, var Record Item, var Record Field, var Boolean) | - | public | 17-28 | - | - |
| UpdateUnitOfMeasure | (Text, Integer, var Record Item) | - | public | 17-28 | - | - |
| ParseJSONToUnitOfMeasure | (Text, var Record Unit of Measure) | - | public | 17-28 | - | - |
| WriteItemEDMComplexTypes | () | - | public | 17-28 | - | - |
| SetLastDateTimeModified | () | - | public | 17-28 | - | - |
| UOMComplexTypeUnitCode | () | Text | public | 17-28 | - | - |
| UOMComplexTypeUnitName | () | Text | public | 17-28 | - | - |
| UOMComplexTypeSymbol | () | Text | public | 17-28 | - | - |
| UOMConversionComplexTypeName | () | Text | public | 17-28 | - | - |
| UOMConversionComplexTypeToUnitOfMeasure | () | Text | public | 17-28 | - | - |
| UOMConversionComplexTypeFromToConversionRate | () | Text | public | 17-28 | - | - |
| UpdateIds | () | - | public | 17-28 | - | - |
| ModifyItem | (var Record Item, var Record Field) | - | public | 18-28 | - | - |
| UpdateIds | (Boolean) | - | public | 20-28 | - | - |

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