Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/65
Table Type: Company
Table Name: Merge Duplicates Line Buffer
Database Table Name: CRONUS UK Ltd_$Merge Duplicates Line Buffer$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 Merge Duplicates Line Buffer can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Merge Duplicates Line Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Type]
,[ID]
,[Name]
,[Duplicate Value]
,[Current Value]
,[Override]
,[Duplicate Count]
,[Current Count]
,[Table ID]
,[Table Name]
,[In Primary Key]
,[Conflicts]
,[Modified]
,[Data Type]
,[Can Be Renamed]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Merge Duplicates Line Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Merge Duplicates Line Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Merge Duplicates Line Buffer]
LEFT JOIN
[CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
ON
[Merge Duplicates Line Buffer].[Table ID] = [Data Exch. Mapping].[Table ID]
LEFT JOIN
[User] AS [User]
ON
[Merge Duplicates Line Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Merge Duplicates Line Buffer].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Merge Duplicates Line Buffer table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
2 | ID | ID | Normal | Integer | 4 | ID | int |
3 | Name | Name | Normal | Text | 30 | Name | nvarchar(60) |
4 | Duplicate Value | Duplicate Value | Normal | Text | 2048 | Duplicate Value | nvarchar(4096) |
5 | Current Value | Current Value | Normal | Text | 2048 | Current Value | nvarchar(4096) |
6 | Override | Override | Normal | Boolean | 4 | Override | tinyint |
7 | Duplicate Count | Duplicate Count | Normal | Integer | 4 | Duplicate Count | int |
8 | Current Count | Current Count | Normal | Integer | 4 | Current Count | int |
9 | Table ID | Table ID | Normal | Integer | 4 | Table ID | int |
Key to join to the Data Exch. Mapping table.Show/hide example querySELECT [Merge Duplicates Line Buffer].[Table ID] ,[Data Exch. Mapping].[Table ID] FROM [CRONUS UK Ltd_$Merge Duplicates Line Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Merge Duplicates Line Buffer] LEFT JOIN [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping] ON [Merge Duplicates Line Buffer].[Table ID] = [Data Exch. Mapping].[Table ID] | |||||||
10 | Table Name | Table Name | Normal | Text | 30 | Table Name | nvarchar(60) |
11 | In Primary Key | In Primary Key | Normal | Option | 4 | In Primary Key | int |
Available options are:
| |||||||
12 | Conflicts | Conflicts | Normal | Integer | 4 | Conflicts | int |
13 | Modified | Modified | Normal | Boolean | 4 | Modified | tinyint |
14 | Data Type | Data Type | Normal | Text | 30 | Data Type | nvarchar(60) |
15 | Can Be Renamed | Can Be Renamed | Normal | Boolean | 4 | Can Be Renamed | tinyint |
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 [Merge Duplicates Line Buffer].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Merge Duplicates Line Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Merge Duplicates Line Buffer] LEFT JOIN [User] AS [User] ON [Merge Duplicates Line Buffer].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |