---
title: "Table 7200 CDS Connection Setup"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/7200-cds-connection-setup/
type: table
id: 7200
name: "CDS Connection Setup"
app: "Base Application"
namespace: Microsoft.Integration.Dataverse
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/7200-cds-connection-setup/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 7200 CDS Connection Setup

Jonas Paprotka, https://jonas-paprotka.de/ref/table/7200-cds-connection-setup/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Integration.Dataverse |
| Versions | 17-28 |
| Source file | Integration/Dataverse/CDSConnectionSetup.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Primary Key | Code[20] | 17-28 | - | - |
| 2 | Server Address | Text[250] | 17-28 | - | - |
| 3 | User Name | Text[250] | 17-28 | - | - |
| 4 | User Password Key | Guid | 17-28 | - | - |
| 60 | Is Enabled | Boolean | 17-28 | - | - |
| 61 | Business Events Enabled | Boolean | 20-28 | - | - |
| 76 | Proxy Version | Integer | 17-28 | - | - |
| 118 | CurrencyDecimalPrecision | Integer | 17-28 | - | - |
| 124 | BaseCurrencyId | Guid | 17-28 | - | - |
| 133 | BaseCurrencyPrecision | Integer | 17-28 | - | - |
| 134 | BaseCurrencySymbol | Text[5] | 17-28 | - | - |
| 135 | Authentication Type | Option | 17-28 | - | - |
| 136 | Connection String | Text[2048] | 17-28 | - | - |
| 137 | Domain | Text[250] | 17-28 | - | - |
| 139 | Disable Reason | Text[250] | 17-28 | - | - |
| 140 | Ownership Model | Option | 17-28 | - | - |
| 150 | Business Unit Id | Guid | 17-28 | - | - |
| 151 | Business Unit Name | Text[160] | 17-28 | - | - |
| 153 | Client Id | Text[250] | 17-28 | - | - |
| 154 | Client Secret Key | Guid | 17-28 | - | - |
| 155 | Redirect URL | Text[250] | 17-28 | - | - |
| 156 | Virtual Tables Config Id | Guid | 20-28 | - | - |
| 241 | BaseCurrencyCode | Text[5] | 22-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Primary Key | 17-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| HasPassword | () | Boolean | public | 17-28 | - | - |
| GetPassword | () | Text | public | 17-27 | Pending 25.0 | Use GetSecretPassword instead. |
| SetPassword | (Text) | - | public | 17-27 | Pending 25.0 | Use SetPassword with SecretText parameter instead. |
| GetAccessToken | () | Text | public | 17-27 | Pending 25.0 | Use GetSecretAccessToken instead. |
| SetAccessToken | (Text) | - | public | 17-27 | Pending 25.0 | Use SetAccessToken with SecretText parameter instead. |
| DeletePassword | () | - | public | 17-28 | - | - |
| SetClientSecret | (Text) | - | public | 17-27 | Pending 25.0 | Use SetClientSecret with SecretText parameter instead. |
| GetClientSecret | () | Text | public | 17-27 | Pending 25.0 | Use GetSecretClientSecret instead |
| DeleteClientSecret | () | - | public | 17-28 | - | - |
| SynchronizeNow | (Boolean) | - | public | 17-28 | - | - |
| EnableIntegrationTables | () | - | public | 17-28 | - | - |
| SetBaseCurrencyData | () | - | public | 17-28 | - | - |
| LoadConnectionStringElementsFromCRMConnectionSetup | () | - | public | 17-28 | - | - |
| EnsureCRMConnectionSetupIsDisabled | () | - | public | 17-28 | - | - |
| GetProxyVersion | () | Integer | internal | 22-28 | - | - |
| GetSecretPassword | () | SecretText | public | 25-28 | - | - |
| SetPassword | (SecretText) | - | public | 25-28 | - | - |
| GetSecretAccessToken | () | SecretText | public | 25-28 | - | - |
| SetAccessToken | (SecretText) | - | public | 25-28 | - | - |
| SetClientSecret | (SecretText) | - | public | 25-28 | - | - |
| GetSecretClientSecret | () | SecretText | public | 25-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnEnsureConnectionSetupIsDisabled | () | 24-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.
