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

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

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

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| GetEmailAddress | (Integer, var Text, var Text) | - | public | 17-28 | - | - |
| AddEmailAddress | (Text, Text) | - | public | 17-28 | - | - |
| UpdateEmailAddress | (Text, Integer, Text) | Text | public | 17-28 | - | - |
| GetWebsiteByIndex | (Integer, var Option, var Text, var Text, var Text) | - | public | 17-28 | - | - |
| AddWebsite | (Option, Text, Text, Text) | - | public | 17-28 | - | - |
| UpdateWebsite | (Option, Text) | - | public | 17-28 | - | - |
| GetImAddress | (Integer, var Text) | - | public | 17-28 | - | - |
| AddImAddress | (Text) | - | public | 17-28 | - | - |
| GetPhoneByIndex | (Integer, var Option, var Text) | - | public | 17-28 | - | - |
| GetPhoneByType | (Option, var Text) | - | public | 17-28 | - | - |
| AddPhone | (Option, Text) | - | public | 17-28 | - | - |
| GetPostalAddressByIndex | (Integer, var Option, var Text, var Text, var Text, var Text, var Text, var Text) | - | public | 17-28 | - | - |
| AddPostalAddress | (Option, Text, Text, Text, Text, Text, Text) | - | public | 17-28 | - | - |
| GetChildren | (Integer, var Text) | - | public | 17-28 | - | - |
| AddChildren | (Text) | - | public | 17-28 | - | - |
| GetFlag | (var Text, var Text, var Text, var Text, var Text, var Text, var Option) | - | public | 17-28 | - | - |
| AddFlag | (Text, Text, Text, Text, Text, Text, Option) | - | public | 17-28 | - | - |
| GetCategory | (Integer, var Text) | - | public | 17-28 | - | - |
| AddCategory | (Text) | - | public | 17-28 | - | - |
| HasHomeAddressOrPhone | (Text, Text, Text) | Boolean | public | 17-28 | - | - |
| HasBusinessAddressOrPhone | (Text, Text, Text) | Boolean | public | 17-28 | - | - |
| HasBusinessAddress | (Text) | Boolean | public | 17-28 | - | - |
| HasOtherAddressOrPhone | (Text, Text, Text) | Boolean | public | 17-28 | - | - |
| UpdateHomeAddress | (Text, Text[100], Text[50], Text[30], Text[30], Code[10], Code[20]) | Text | public | 17-28 | - | - |
| UpdateBusinessAddress | (Text, Text[100], Text[50], Text[30], Text[30], Code[10], Code[20]) | Text | public | 17-28 | - | - |
| UpdateOtherAddress | (Text, Text[100], Text[50], Text[30], Text[30], Code[10], Code[20]) | Text | public | 17-28 | - | - |
| GetHomeAddress | (Text, var Text[100], var Text[50], var Text[30], var Text[30], var Code[10], var Code[20]) | - | public | 17-28 | - | - |
| GetBusinessAddress | (Text, var Text[100], var Text[50], var Text[30], var Text[30], var Code[10], var Code[20]) | - | public | 17-28 | - | - |
| GetOtherAddress | (Text, var Text[100], var Text[50], var Text[30], var Text[30], var Code[10], var Code[20]) | - | public | 17-28 | - | - |
| UpdateHomePhone | (Text, Text) | Text | public | 17-28 | - | - |
| UpdateBusinessPhone | (Text, Text) | Text | public | 17-28 | - | - |
| UpdateMobilePhone | (Text, Text) | Text | public | 17-28 | - | - |
| UpdateOtherPhone | (Text, Text) | Text | public | 17-28 | - | - |
| UpdateAssistantPhone | (Text, Text) | Text | public | 17-28 | - | - |
| UpdateHomeFaxPhone | (Text, Text) | Text | public | 17-28 | - | - |
| UpdateBusinessFaxPhone | (Text, Text) | Text | public | 17-28 | - | - |
| UpdateOtherFaxPhone | (Text, Text) | Text | public | 17-28 | - | - |
| UpdatePagerPhone | (Text, Text) | Text | public | 17-28 | - | - |
| UpdateRadioPhone | (Text, Text) | Text | public | 17-28 | - | - |
| GetHomePhone | (Text, var Text) | - | public | 17-28 | - | - |
| GetBusinessPhone | (Text, var Text) | - | public | 17-28 | - | - |
| GetMobilePhone | (Text, var Text) | - | public | 17-28 | - | - |
| GetOtherPhone | (Text, var Text) | - | public | 17-28 | - | - |
| GetAssistantPhone | (Text, var Text) | - | public | 17-28 | - | - |
| GetHomeFaxPhone | (Text, var Text) | - | public | 17-28 | - | - |
| GetBusinessFaxPhone | (Text, var Text) | - | public | 17-28 | - | - |
| GetOtherFaxPhone | (Text, var Text) | - | public | 17-28 | - | - |
| GetPagerPhone | (Text, var Text) | - | public | 17-28 | - | - |
| GetRadioPhone | (Text, var Text) | - | public | 17-28 | - | - |
| GetWorkWebsite | (Text, var Text[80]) | - | public | 17-28 | - | - |
| GetHomeWebsite | (Text, var Text[80]) | - | public | 17-28 | - | - |
| UpdateWorkWebsite | (Text, Text[80]) | Text | public | 17-28 | - | - |
| UpdateHomeWebsite | (Text, Text[80]) | Text | public | 17-28 | - | - |
| HasBusinessType | (Text) | Boolean | public | 17-28 | - | - |
| TryGetBusinessTypeValue | (Text, var Text) | Boolean | public | 17-28 | - | - |
| GetBusinessType | (Text, var Option) | - | public | 17-28 | - | - |
| AddBusinessType | (Option) | Text | public | 17-28 | - | - |
| HasIsCustomer | (Text) | Boolean | public | 17-28 | - | - |
| GetIsCustomer | (Text) | Boolean | public | 17-28 | - | - |
| TryGetIsCustomerValue | (Text, var Text) | Boolean | public | 17-28 | - | - |
| AddIsCustomer | (Boolean) | Text | public | 17-28 | - | - |
| HasIsVendor | (Text) | Boolean | public | 17-28 | - | - |
| GetIsVendor | (Text) | Boolean | public | 17-28 | - | - |
| TryGetIsVendorValue | (Text, var Text) | Boolean | public | 17-28 | - | - |
| AddIsVendor | (Boolean) | Text | public | 17-28 | - | - |
| HasIsBank | (Text) | Boolean | public | 17-28 | - | - |
| GetIsBank | (Text) | Boolean | public | 17-28 | - | - |
| TryGetIsBankValue | (Text, var Text) | Boolean | public | 17-28 | - | - |
| AddIsBank | (Boolean) | Text | public | 17-28 | - | - |
| GetIsNavCreated | (Text) | Boolean | public | 17-28 | - | - |
| AddIsNavCreated | (Boolean) | Text | public | 17-28 | - | - |
| GetNavIntegrationId | (Text) | Guid | public | 17-28 | - | - |
| AddNavIntegrationId | (Guid) | Text | public | 17-28 | - | - |
| HasIsContact | (Text) | Boolean | public | 17-28 | - | - |
| GetIsContact | (Text) | Boolean | public | 17-28 | - | - |
| TryGetIsContactValue | (Text, var Text) | Boolean | public | 17-28 | - | - |
| AddIsContact | (Boolean) | Text | public | 17-28 | - | - |
| HasIsLead | (Text) | Boolean | public | 17-28 | - | - |
| GetIsLead | (Text) | Boolean | public | 17-28 | - | - |
| TryGetIsLeadValue | (Text, var Text) | Boolean | public | 17-28 | - | - |
| HasIsPartner | (Text) | Boolean | public | 17-28 | - | - |
| GetIsPartner | (Text) | Boolean | public | 17-28 | - | - |
| TryGetIsPartnerValue | (Text, var Text) | Boolean | public | 17-28 | - | - |
| ConcatenateStreet | (Text, Text) | Text | public | 17-28 | - | - |
| SplitStreet | (Text, var Text[100], var Text[50]) | - | public | 17-28 | - | - |
| FindCountryRegionCode | (Text) | Code[10] | public | 17-28 | - | - |
| GetContactComments | (Record Contact) | Text | public | 17-28 | - | - |
| SetContactComments | (Record Contact, Text) | - | public | 17-28 | - | - |
| InitializeCollection | (Text) | - | public | 17-28 | - | - |
| InitializeObject | (Text) | - | public | 17-28 | - | - |
| IsBlankOrEmptyJsonObject | (Text) | Boolean | public | 17-28 | - | - |
| WriteCollectionToString | () | Text | public | 17-28 | - | - |
| WriteObjectToString | () | Text | public | 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.
