Objects/Tables/Table 7200 CDS Connection Setup
Table 7200 CDS Connection Setup in 25
Jonas Paprotka, Base Application 25.5.30849.36072, checked
- App
- Base Application
- Namespace
- Microsoft.Integration.Dataverse
Fields, 23Keys, 1Procedures, 21Events, 1
Versions171819202122232425262728latest
Source29
Fields, 23
| Id | Name | Type | Obsolete |
|---|
| 1 | Primary Key | Code[20] | - |
| 2 | Server Address | Text[250] | - |
| 3 | User Name | Text[250] | - |
| 4 | User Password Key | Guid | - |
| 60 | Is Enabled | Boolean | - |
| 61 | Business Events Enabled | Boolean | - |
| 76 | Proxy Version | Integer | - |
| 118 | CurrencyDecimalPrecision | Integer | - |
| 124 | BaseCurrencyId | Guid | - |
| 133 | BaseCurrencyPrecision | Integer | - |
| 134 | BaseCurrencySymbol | Text[5] | - |
| 135 | Authentication Type | Option | - |
| 136 | Connection String | Text[2048] | - |
| 137 | Domain | Text[250] | - |
| 139 | Disable Reason | Text[250] | - |
| 140 | Ownership Model | Option | - |
| 150 | Business Unit Id | Guid | - |
| 151 | Business Unit Name | Text[160] | - |
| 153 | Client Id | Text[250] | - |
| 154 | Client Secret Key | Guid | - |
| 155 | Redirect URL | Text[250] | - |
| 156 | Virtual Tables Config Id | Guid | - |
| 241 | BaseCurrencyCode | Text[5] | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Primary Key | - |
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete |
|---|
| HasPassword | () | Boolean | public | - |
| GetPassword | () | Text | public | Pending 25.0 |
| Use GetSecretPassword instead. |
| SetPassword | (Text) | | public | Pending 25.0 |
| Use SetPassword with SecretText parameter instead. |
| GetAccessToken | () | Text | public | Pending 25.0 |
| Use GetSecretAccessToken instead. |
| SetAccessToken | (Text) | | public | Pending 25.0 |
| Use SetAccessToken with SecretText parameter instead. |
| DeletePassword | () | | public | - |
| SetClientSecret | (Text) | | public | Pending 25.0 |
| Use SetClientSecret with SecretText parameter instead. |
| GetClientSecret | () | Text | public | Pending 25.0 |
| Use GetSecretClientSecret instead |
| DeleteClientSecret | () | | public | - |
| SynchronizeNow | (Boolean) | | public | - |
| EnableIntegrationTables | () | | public | - |
| SetBaseCurrencyData | () | | public | - |
| LoadConnectionStringElementsFromCRMConnectionSetup | () | | public | - |
| EnsureCRMConnectionSetupIsDisabled | () | | public | - |
| GetProxyVersion | () | Integer | internal | - |
| GetSecretPassword | () | SecretText | public | - |
| SetPassword | (SecretText) | | public | - |
| GetSecretAccessToken | () | SecretText | public | - |
| SetAccessToken | (SecretText) | | public | - |
| SetClientSecret | (SecretText) | | public | - |
| GetSecretClientSecret | () | SecretText | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnEnsureConnectionSetupIsDisabled | () | - |