---
title: "Codeunit 5473 Graph Mgt - Company Info."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5473-graph-mgt-company-info/
type: codeunit
id: 5473
name: "Graph Mgt - Company Info."
app: "Base Application"
namespace: Microsoft.Integration.Graph
versions: "17-23"
build: 23.5.16502.31399
obsolete: "Pending 21.0"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 5473 Graph Mgt - Company Info.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5473-graph-mgt-company-info/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Integration.Graph |
| Versions | 17-23 |
| Obsolete | Pending 21.0, seen from 21. Microsoft Invoicing has been discontinued. |
| Source file | Integration/Graph/GraphMgtCompanyInfo.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ProcessComplexTypes | (var Record Company Information, Text) | - | public | 17-23 | - | - |
| PostalAddressToJSON | (Record Company Information) | Text | public | 17-23 | - | - |
| UpdateIntegrationRecords | (Boolean) | - | public | 17-21 | Pending 17.0 | Integration Records will be replaced by SystemID and SystemModifiedAt  |
| AddEmailAddress | (var Codeunit JSON Management, Text, Text, Text) | - | public | 17-23 | - | - |
| GetPostalAddress | (Text, Text, var Text[100], var Text[50], var Text[30], var Text[30], var Code[10], var Code[20]) | - | public | 17-23 | - | - |
| GetEmailAddress | (Text, Text, var Text) | - | public | 17-23 | - | - |
| GetPhone | (Text, Text, var Text) | - | public | 17-23 | - | - |
| GetWebsite | (Text, var Text) | - | public | 17-23 | - | - |
| GetSocialNetworksJSON | (var Record O365 Social Network, var Text) | - | public | 17-23 | - | - |
| HasPostalAddress | (Text, Text) | Boolean | public | 17-23 | - | - |
| HasEmailAddress | (Text, Text) | Boolean | public | 17-23 | - | - |
| HasPhoneNumber | (Text, Text) | Boolean | public | 17-23 | - | - |
| UpdateEmailAddressJson | (Text, Text, Text) | Text | public | 17-23 | - | - |
| UpdatePhoneJson | (Text, Text, Text) | Text | public | 17-23 | - | - |
| UpdatePostalAddressJson | (Text, Text, Text[100], Text[50], Text[30], Text[30], Code[10], Code[20]) | Text | public | 17-23 | - | - |
| UpdateSocialNetworks | (Text) | - | public | 17-23 | - | - |
| UpdateWorkWebsiteJson | (Text, Text, Text[80]) | Text | public | 17-23 | - | - |

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