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

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5503-graph-mgt-attachment-buffer/

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| LoadAttachments | (var Record Attachment Entity Buffer, Text, Text) | - | public | 17-28 | - | - |
| LoadAttachmentsWithDocumentType | (var Record Attachment Entity Buffer, Text, Text, Text) | - | public | 17-28 | - | - |
| PropagateInsertAttachment | (var Record Attachment Entity Buffer, var Record Field Buffer) | - | public | 17-28 | - | - |
| PropagateInsertAttachmentSafe | (var Record Attachment Entity Buffer, var Record Field Buffer) | - | public | 17-28 | - | - |
| PropagateInsertAttachmentSafeWithDocumentType | (var Record Attachment Entity Buffer, var Record Field Buffer) | - | public | 17-28 | - | - |
| PropagateModifyAttachment | (var Record Attachment Entity Buffer, var Record Field Buffer) | - | public | 17-28 | - | - |
| PropagateModifyAttachmentWithDocumentType | (var Record Attachment Entity Buffer, var Record Field Buffer) | - | public | 17-28 | - | - |
| PropagateDeleteAttachment | (var Record Attachment Entity Buffer) | - | public | 17-28 | - | - |
| PropagateDeleteAttachmentWithDocumentType | (var Record Attachment Entity Buffer) | - | public | 17-28 | - | - |
| DeleteLinkedAttachment | (var Record Incoming Document Attachment, var Record Incoming Document) | - | public | 17-28 | - | - |
| UpdateAttachments | (var Record Attachment Entity Buffer, var Record Attachment Entity Buffer, Guid) | - | public | 17-28 | - | - |
| CopyAttachment | (var Record Attachment Entity Buffer, var Record Unlinked Attachment, Boolean) | - | public | 17-28 | - | - |
| RegisterFieldSet | (Integer, var Record Field Buffer) | - | public | 17-28 | - | - |
| GetDocumentIdFromAttachmentId | (Guid) | Guid | public | 17-28 | - | - |
| GetDocumentTypeFromAttachmentIdAndDocumentId | (Guid, Guid) | Enum Attachment Entity Buffer Document Type | public | 17-28 | - | - |
| TransferFromIncomingDocumentAttachment | (var Record Attachment Entity Buffer, var Record Incoming Document Attachment) | - | public | 17-28 | - | - |
| TransferFromUnlinkedAttachment | (var Record Attachment Entity Buffer, var Record Unlinked Attachment) | - | public | 17-28 | - | - |
| GetContentLength | (var Codeunit Temp Blob) | Integer | public | 17-28 | - | - |
| LoadDocumentAttachments | (var Record Attachment Entity Buffer, Text) | - | public | 22-28 | - | - |
| ConvertDocumentTypeToDocumentAttachment | (var Record Attachment Entity Buffer, var Record Document Attachment) | - | public | 22-28 | - | - |
| InsertFromTempAttachmentEntityBufferToDocumentAttachment | (var Record Document Attachment, var Record Attachment Entity Buffer, var Record Field Buffer) | - | public | 22-28 | - | - |
| ModifyFromTempAttachmentEntityBufferToDocumentAttachment | (var Record Document Attachment, var Record Attachment Entity Buffer, var Record Field Buffer) | - | public | 22-28 | - | - |
| SetDocumentAttachmentNo | (var Record Document Attachment, var Record Attachment Entity Buffer) | - | public | 22-28 | - | - |
| LoadAttachmentsWithoutDocumentType | (var Record Attachment Entity Buffer, Text) | - | public | 25-28 | - | - |
| PropagateInsertAttachmentSafeWithoutDocumentType | (var Record Attachment Entity Buffer, var Record Field Buffer) | - | public | 25-28 | - | - |
| PropagateModifyAttachmentWithoutDocumentType | (var Record Attachment Entity Buffer, var Record Field Buffer) | - | public | 25-28 | - | - |
| PropagateDeleteAttachmentWithoutDocumentType | (var Record Attachment Entity Buffer) | - | public | 25-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.
