---
title: "Codeunit 5300 Outlook Synch. Setup Mgt."
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5300-outlook-synch-setup-mgt/
type: codeunit
id: 5300
name: "Outlook Synch. Setup Mgt."
app: "Base Application"
versions: "17-21"
build: 21.5.53619.63803
obsolete: "Pending 19.0"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 5300 Outlook Synch. Setup Mgt.

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5300-outlook-synch-setup-mgt/

| | |
| --- | --- |
| App | Base Application |
| Versions | 17-21 |
| Obsolete | Pending 19.0, seen from 19. Legacy outlook sync functionality has been removed. |
| Source file | Legacy Outlook Sync/OutlookSynchSetupMgt.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ShowTablesList | () | Integer | public | 17-21 | - | - |
| ShowTableFieldsList | (Integer) | Integer | public | 17-21 | - | - |
| ShowOItemsList | () | Text[80] | public | 17-21 | - | - |
| ShowOItemProperties | (Text) | Text[80] | public | 17-21 | - | - |
| ShowOCollectionsList | (Text) | Text[80] | public | 17-21 | - | - |
| ShowOCollectionProperties | (Text, Text) | Text[80] | public | 17-21 | - | - |
| ShowOEntityCollections | (Code[50], Code[10]) | Integer | public | 17-21 | - | - |
| ShowOptionsLookup | (Text) | Integer | public | 17-21 | - | - |
| ShowEnumerationsLookup | (Text, Text, Text, var Integer) | Text[80] | public | 17-21 | - | - |
| ShowOSynchFiltersForm | (Guid, Integer, Integer) | Text | public | 17-21 | - | - |
| ShowOOptionCorrelForm | (Record Outlook Synch. Field) | - | public | 17-21 | - | - |
| CheckOCollectionAvailability | (Record Outlook Synch. Entity Element, Code[50]) | Boolean | public | 17-21 | - | - |
| ValidateEnumerationValue | (var Text, var Integer, Text, Text, Text) | - | public | 17-21 | - | - |
| ValidateFieldName | (var Text, Integer) | Boolean | public | 17-21 | - | - |
| ValidateOutlookItemName | (var Text) | Boolean | public | 17-21 | - | - |
| ValidateOutlookCollectionName | (var Text, Text) | Boolean | public | 17-21 | - | - |
| ValidateOItemPropertyName | (var Text, Text, var Boolean, Boolean) | Boolean | public | 17-21 | - | - |
| ValidateOCollectPropertyName | (var Text, Text, Text, var Boolean, Boolean) | Boolean | public | 17-21 | - | - |
| ComposeFilterExpression | (Guid, Integer) | Text[250] | public | 17-21 | - | - |
| ComposeTableFilter | (var Record Outlook Synch. Filter, RecordRef) | Text[250] | public | 17-21 | - | - |
| ComposeTableView | (var Record Outlook Synch. Filter, var Record Outlook Synch. Filter, RecordRef) | Text | public | 17-21 | - | - |
| CopyFilterRecords | (var Record Outlook Synch. Filter, var Record Outlook Synch. Filter) | - | public | 17-21 | - | - |
| ComposeFilterRecords | (var Record Outlook Synch. Filter, var Record Outlook Synch. Filter, RecordRef, Integer) | - | public | 17-21 | - | - |
| CreateFilterCondition | (var Record Outlook Synch. Filter, Integer, Integer, Integer, Text) | - | public | 17-21 | - | - |
| CheckPKFieldsQuantity | (Integer) | Boolean | public | 17-21 | - | - |
| CheckOEnumeration | (Record Outlook Synch. Field) | Boolean | public | 17-21 | - | - |

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