---
title: "Codeunit 1652 Add-in Manifest Management"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/1652-add-in-manifest-management/
type: codeunit
id: 1652
name: "Add-in Manifest Management"
app: "Base Application"
namespace: System.Integration
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/1652-add-in-manifest-management/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 1652 Add-in Manifest Management

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/1652-add-in-manifest-management/

| | |
| --- | --- |
| App | Base Application |
| Namespace | System.Integration |
| Versions | 17-28 |
| Source file | System/Exchange/AddinManifestManagement.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| DownloadManifestToClient | (var Record Office Add-in, Text) | Boolean | public | 17-28 | - | - |
| SaveManifestToServer | (var Record Office Add-in) | Text | public | 17-28 | - | - |
| UploadDefaultManifest | (var Record Office Add-in, Text) | - | public | 17-28 | - | - |
| UploadDefaultManifestText | (var Record Office Add-in, Text) | - | public | 17-28 | - | - |
| CreateAddin | (var Record Office Add-in, Text, Text[50], Text[250], Text[50], Integer) | - | public | 17-28 | - | - |
| GenerateManifest | (Record Office Add-in, var Text) | - | public | 17-28 | - | - |
| SetCommonManifestItems | (var Text) | - | public | 17-28 | - | - |
| SetNodeValue | (var Text, Variant, Option, Option) | - | public | 17-28 | - | - |
| SetNodeResource | (var Text, Text[32], Text, Option) | - | public | 17-28 | - | - |
| RemoveAddInTriggersFromManifest | (var Text) | - | public | 17-28 | - | - |
| SetSourceLocationNodes | (var Text, Text, Option) | - | public | 17-28 | - | - |
| ConstructURL | (Text, Text, Text) | Text | public | 17-28 | - | - |
| AddRegExRuleNode | (var Text, Text, Text) | - | public | 17-28 | - | - |
| GetImageUrl | (Text) | Text | public | 17-28 | - | - |
| GetAppID | (Text) | Text | public | 17-28 | - | - |
| GetAppName | (Text) | Text[50] | public | 17-28 | - | - |
| GetAppDescription | (Text) | Text[250] | public | 17-28 | - | - |
| GetAppVersion | (Text) | Text[20] | public | 17-28 | - | - |
| SetTestMode | (Boolean) | - | public | 17-28 | - | - |
| XMLEncode | (Text) | Text | public | 17-28 | - | - |
| GetAddinByHostType | (var Record Office Add-in, Text) | - | public | 17-28 | - | - |
| DownloadMultipleManifestsToClient | (var Record Office Add-in) | Boolean | public | 19-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | CreateBasicAddins | (var Record Office Add-in) | 17-28 | - | - |
| Integration event | CreateDefaultAddins | (var Record Office Add-in) | 17-28 | - | - |
| Integration event | GetAddin | (var Record Office Add-in, Integer) | 17-28 | - | - |
| Integration event | GetAddinID | (var Text, Integer) | 17-28 | - | - |
| Integration event | GetAddinVersion | (var Text, Integer) | 17-28 | - | - |
| Integration event | GetManifestCodeunit | (var Integer, Text) | 17-28 | - | - |
| Integration event | OnGenerateManifest | (var Record Office Add-in, var Text, Integer) | 17-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.
