Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/483
Table Type: Company
Table Name: Change Global Dim. Log Entry
Database Table Name: CRONUS UK Ltd_$Change Global Dim_ Log Entry$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 Change Global Dim. Log Entry can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Change Global Dim_ Log Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Table ID]
,[Table Name]
,[Total Records]
,[Completed Records]
,[Progress]
,[Status]
,[Task ID]
,[Session ID]
,[Change Type 1]
,[Change Type 2]
,[Global Dim_1 Field No_]
,[Global Dim_2 Field No_]
,[Dim_ Set ID Field No_]
,[Primary Key Field No_]
,[Parent Table ID]
,[Is Parent Table]
,[Earliest Start Date_Time]
,[Remaining Duration]
,[Server Instance ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Change Global Dim_ Log Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Change Global Dim_ Log Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Change Global Dim. Log Entry]
LEFT JOIN
[CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
ON
[Change Global Dim. Log Entry].[Table ID] = [Data Exch. Mapping].[Table ID]
LEFT JOIN
[User] AS [User]
ON
[Change Global Dim. Log Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Change Global Dim. Log Entry].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Change Global Dim. Log Entry table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Table ID | Table ID | Normal | Integer | 4 | Table ID | int |
Key to join to the Data Exch. Mapping table.Show/hide example querySELECT [Change Global Dim. Log Entry].[Table ID] ,[Data Exch. Mapping].[Table ID] FROM [CRONUS UK Ltd_$Change Global Dim_ Log Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Change Global Dim. Log Entry] LEFT JOIN [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping] ON [Change Global Dim. Log Entry].[Table ID] = [Data Exch. Mapping].[Table ID] | |||||||
2 | Table Name | Table Name | Normal | Text | 50 | Table Name | nvarchar(100) |
3 | Total Records | Total Records | Normal | Integer | 4 | Total Records | int |
4 | Completed Records | Completed Records | Normal | Integer | 4 | Completed Records | int |
5 | Progress | Progress | Normal | Decimal | 12 | Progress | decimal(38,38) |
6 | Status | Status | Normal | Option | 4 | Status | int |
Available options are:
| |||||||
7 | Task ID | Task ID | Normal | GUID | 16 | Task ID | uniqueidentifier |
8 | Session ID | Session ID | Normal | Integer | 4 | Session ID | int |
9 | Change Type 1 | Change Type 1 | Normal | Option | 4 | Change Type 1 | int |
Available options are:
| |||||||
10 | Change Type 2 | Change Type 2 | Normal | Option | 4 | Change Type 2 | int |
Available options are:
| |||||||
11 | Global Dim.1 Field No. | Global Dim.1 Field No. | Normal | Integer | 4 | Global Dim_1 Field No_ | int |
12 | Global Dim.2 Field No. | Global Dim.2 Field No. | Normal | Integer | 4 | Global Dim_2 Field No_ | int |
13 | Dim. Set ID Field No. | Dim. Set ID Field No. | Normal | Integer | 4 | Dim_ Set ID Field No_ | int |
14 | Primary Key Field No. | Primary Key Field No. | Normal | Integer | 4 | Primary Key Field No_ | int |
15 | Parent Table ID | Parent Table ID | Normal | Integer | 4 | Parent Table ID | int |
16 | Is Parent Table | Is Parent Table | Normal | Boolean | 4 | Is Parent Table | tinyint |
17 | Earliest Start Date/Time | Earliest Start Date/Time | Normal | DateTime | 8 | Earliest Start Date_Time | datetime |
18 | Remaining Duration | Remaining Duration | Normal | Duration | 8 | Remaining Duration | bigint |
19 | Server Instance ID | Server Instance ID | Normal | Integer | 4 | Server Instance ID | int |
Key to join to the Server Instance table.Show/hide example querySELECT [Change Global Dim. Log Entry].[Server Instance ID] ,[Server Instance].[Server Instance ID] FROM [CRONUS UK Ltd_$Change Global Dim_ Log Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Change Global Dim. Log Entry] LEFT JOIN [] AS [Server Instance] ON [Change Global Dim. Log Entry].[Server Instance ID] = [Server Instance].[Server Instance ID] | |||||||
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 [Change Global Dim. Log Entry].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Change Global Dim_ Log Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Change Global Dim. Log Entry] LEFT JOIN [User] AS [User] ON [Change Global Dim. Log Entry].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |