Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/7200
Table Type: Company
Table Name: CDS Connection Setup
Database Table Name: CRONUS UK Ltd_$CDS Connection Setup$437dbf0e-84ff-417a-965d-ed2bb9650972
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how CDS Connection Setup can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$CDS Connection Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Primary Key]
,[Server Address]
,[User Name]
,[User Password Key]
,[Is Enabled]
,[Business Events Enabled]
,[Proxy Version]
,[CurrencyDecimalPrecision]
,[BaseCurrencyId]
,[BaseCurrencyPrecision]
,[BaseCurrencySymbol]
,[Authentication Type]
,[Connection String]
,[Domain]
,[Disable Reason]
,[Ownership Model]
,[Business Unit Id]
,[Business Unit Name]
,[Client Id]
,[Client Secret Key]
,[Redirect URL]
,[Virtual Tables Config Id]
,[BaseCurrencyCode]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$CDS Connection Setup$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$CDS Connection Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CDS Connection Setup]
LEFT JOIN
[User] AS [User]
ON
[CDS Connection Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[CDS Connection Setup].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in CDS Connection Setup table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Primary Key | Primary Key | Normal | Code | 20 | Primary Key | nvarchar(40) |
2 | Server Address | Environment URL | Normal | Text | 250 | Server Address | nvarchar(500) |
3 | User Name | User Name | Normal | Text | 250 | User Name | nvarchar(500) |
4 | User Password Key | User Password Key | Normal | GUID | 16 | User Password Key | uniqueidentifier |
60 | Is Enabled | Synchronization Enabled | Normal | Boolean | 4 | Is Enabled | tinyint |
61 | Business Events Enabled | Business Events Enabled | Normal | Boolean | 4 | Business Events Enabled | tinyint |
76 | Proxy Version | Proxy Version | Normal | Integer | 4 | Proxy Version | int |
118 | CurrencyDecimalPrecision | Currency Decimal Precision | Normal | Integer | 4 | CurrencyDecimalPrecision | int |
124 | BaseCurrencyId | Currency | Normal | GUID | 16 | BaseCurrencyId | uniqueidentifier |
133 | BaseCurrencyPrecision | Base Currency Precision | Normal | Integer | 4 | BaseCurrencyPrecision | int |
134 | BaseCurrencySymbol | Base Currency Symbol | Normal | Text | 5 | BaseCurrencySymbol | nvarchar(10) |
135 | Authentication Type | Authentication Type | Normal | Option | 4 | Authentication Type | int |
Available options are:
| |||||||
136 | Connection String | Connection String | Normal | Text | 2048 | Connection String | nvarchar(4096) |
137 | Domain | Domain | Normal | Text | 250 | Domain | nvarchar(500) |
139 | Disable Reason | Disable Reason | Normal | Text | 250 | Disable Reason | nvarchar(500) |
140 | Ownership Model | Ownership Model | Normal | Option | 4 | Ownership Model | int |
Available options are:
| |||||||
150 | Business Unit Id | Business Unit ID | Normal | GUID | 16 | Business Unit Id | uniqueidentifier |
151 | Business Unit Name | Business Unit Name | Normal | Text | 160 | Business Unit Name | nvarchar(320) |
153 | Client Id | Client Id | Normal | Text | 250 | Client Id | nvarchar(500) |
154 | Client Secret Key | Client Secret Key | Normal | GUID | 16 | Client Secret Key | uniqueidentifier |
155 | Redirect URL | Redirect URL | Normal | Text | 250 | Redirect URL | nvarchar(500) |
156 | Virtual Tables Config Id | Virtual Tables Config ID | Normal | GUID | 16 | Virtual Tables Config Id | uniqueidentifier |
241 | BaseCurrencyCode | Base Currency Code | Normal | Text | 5 | BaseCurrencyCode | nvarchar(10) |
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [CDS Connection Setup].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$CDS Connection Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CDS Connection Setup] LEFT JOIN [User] AS [User] ON [CDS Connection Setup].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |