Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1220
Table Type: Company
Table Name: Data Exch.
Database Table Name: CRONUS UK Ltd_$Data Exch_$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 Data Exch. can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Data Exch_$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Entry No_]
,[File Name]
,[File Content]
,[Data Exch_ Def Code]
,[Data Exch_ Line Def Code]
,[Table Filters]
,[Incoming Entry No_]
,[Related Record]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Data Exch_$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Data Exch_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch.]
LEFT JOIN
[User] AS [User]
ON
[Data Exch.].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Data Exch.].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Data Exch. table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Entry No. | Entry No. | Normal | Integer | 4 | Entry No_ | int |
2 | File Name | File Name | Normal | Text | 250 | File Name | nvarchar(500) |
3 | File Content | File Content | Normal | BLOB | 8 | File Content | image |
4 | Data Exch. Def Code | Data Exch. Def Code | Normal | Code | 20 | Data Exch_ Def Code | nvarchar(40) |
Key to join to the Data Exch. Def table.Show/hide example querySELECT [Data Exch.].[Data Exch_ Def Code] ,[Data Exch. Def].[Code] FROM [CRONUS UK Ltd_$Data Exch_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch.] LEFT JOIN [CRONUS UK Ltd_$Data Exch_ Def$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Def] ON [Data Exch.].[Data Exch_ Def Code] = [Data Exch. Def].[Code] | |||||||
5 | Data Exch. Line Def Code | Data Exch. Line Def Code | Normal | Code | 20 | Data Exch_ Line Def Code | nvarchar(40) |
Key to join to the Data Exch. Line Def table.Show/hide example querySELECT [Data Exch.].[Data Exch_ Line Def Code] ,[Data Exch. Line Def].[Code] FROM [CRONUS UK Ltd_$Data Exch_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch.] LEFT JOIN [CRONUS UK Ltd_$Data Exch_ Line Def$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Line Def] ON [Data Exch.].[Data Exch_ Line Def Code] = [Data Exch. Line Def].[Code] | |||||||
6 | Table Filters | Table Filters | Normal | BLOB | 8 | Table Filters | image |
10 | Incoming Entry No. | Incoming Entry No. | Normal | Integer | 4 | Incoming Entry No_ | int |
Key to join to the Incoming Document table.Show/hide example querySELECT [Data Exch.].[Incoming Entry No_] ,[Incoming Document].[Entry No_] FROM [CRONUS UK Ltd_$Data Exch_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch.] LEFT JOIN [CRONUS UK Ltd_$Incoming Document$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Incoming Document] ON [Data Exch.].[Incoming Entry No_] = [Incoming Document].[Entry No_] | |||||||
11 | Related Record | Related Record | Normal | RecordID | 448 | Related Record | varbinary(448) |
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 [Data Exch.].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Data Exch_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch.] LEFT JOIN [User] AS [User] ON [Data Exch.].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |