Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/274
Table Type: Company
Table Name: Bank Acc. Reconciliation Line
Database Table Name: CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$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 Bank Acc. Reconciliation Line can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Bank Account No_]
,[Statement No_]
,[Statement Line No_]
,[Document No_]
,[Transaction Date]
,[Description]
,[Statement Amount]
,[Difference]
,[Applied Amount]
,[Type]
,[Applied Entries]
,[Value Date]
,[Ready for Application]
,[Check No_]
,[Related-Party Name]
,[Additional Transaction Info]
,[Data Exch_ Entry No_]
,[Data Exch_ Line No_]
,[Statement Type]
,[Account Type]
,[Account No_]
,[Transaction Text]
,[Related-Party Bank Acc_ No_]
,[Related-Party Address]
,[Related-Party City]
,[Payment Reference No_]
,[Shortcut Dimension 1 Code]
,[Shortcut Dimension 2 Code]
,[Sorting Order]
,[Parent Line No_]
,[Transaction ID]
,[Dimension Set ID]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Acc. Reconciliation Line]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Bank Acc. Reconciliation Line].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
ON
[Bank Acc. Reconciliation Line].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
[CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
ON
[Bank Acc. Reconciliation Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
[User] AS [User]
ON
[Bank Acc. Reconciliation Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Bank Acc. Reconciliation Line].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Bank Acc. Reconciliation Line table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Bank Account No. | Bank Account No. | Normal | Code | 20 | Bank Account No_ | nvarchar(40) |
Key to join to the Bank Account table.Show/hide example querySELECT [Bank Acc. Reconciliation Line].[Bank Account No_] ,[Bank Account].[No_] FROM [CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Acc. Reconciliation Line] LEFT JOIN [CRONUS UK Ltd_$Bank Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Account] ON [Bank Acc. Reconciliation Line].[Bank Account No_] = [Bank Account].[No_] | |||||||
2 | Statement No. | Statement No. | Normal | Code | 20 | Statement No_ | nvarchar(40) |
3 | Statement Line No. | Statement Line No. | Normal | Integer | 4 | Statement Line No_ | int |
4 | Document No. | Document No. | Normal | Code | 20 | Document No_ | nvarchar(40) |
5 | Transaction Date | Transaction Date | Normal | Date | 4 | Transaction Date | datetime |
6 | Description | Description | Normal | Text | 100 | Description | nvarchar(200) |
7 | Statement Amount | Statement Amount | Normal | Decimal | 12 | Statement Amount | decimal(38,38) |
8 | Difference | Difference | Normal | Decimal | 12 | Difference | decimal(38,38) |
9 | Applied Amount | Applied Amount | Normal | Decimal | 12 | Applied Amount | decimal(38,38) |
10 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
11 | Applied Entries | Applied Entries | Normal | Integer | 4 | Applied Entries | int |
12 | Value Date | Value Date | Normal | Date | 4 | Value Date | datetime |
13 | Ready for Application | Ready for Application | Normal | Boolean | 4 | Ready for Application | tinyint |
14 | Check No. | Check No. | Normal | Code | 20 | Check No_ | nvarchar(40) |
15 | Related-Party Name | Related-Party Name | Normal | Text | 250 | Related-Party Name | nvarchar(500) |
16 | Additional Transaction Info | Additional Transaction Info | Normal | Text | 100 | Additional Transaction Info | nvarchar(200) |
17 | Data Exch. Entry No. | Data Exch. Entry No. | Normal | Integer | 4 | Data Exch_ Entry No_ | int |
Key to join to the Data Exch. table.Show/hide example querySELECT [Bank Acc. Reconciliation Line].[Data Exch_ Entry No_] ,[Data Exch.].[Entry No_] FROM [CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Acc. Reconciliation Line] LEFT JOIN [CRONUS UK Ltd_$Data Exch_$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch.] ON [Bank Acc. Reconciliation Line].[Data Exch_ Entry No_] = [Data Exch.].[Entry No_] | |||||||
18 | Data Exch. Line No. | Data Exch. Line No. | Normal | Integer | 4 | Data Exch_ Line No_ | int |
20 | Statement Type | Statement Type | Normal | Option | 4 | Statement Type | int |
Available options are:
| |||||||
21 | Account Type | Account Type | Normal | Option | 4 | Account Type | int |
Available options are:
| |||||||
22 | Account No. | Account No. | Normal | Code | 20 | Account No_ | nvarchar(40) |
Key to join to the G/L Account table.Show/hide example querySELECT [Bank Acc. Reconciliation Line].[Account No_] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Acc. Reconciliation Line] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Bank Acc. Reconciliation Line].[Account No_] = [G/L Account].[No_] | |||||||
23 | Transaction Text | Transaction Text | Normal | Text | 140 | Transaction Text | nvarchar(280) |
24 | Related-Party Bank Acc. No. | Related-Party Bank Acc. No. | Normal | Text | 100 | Related-Party Bank Acc_ No_ | nvarchar(200) |
25 | Related-Party Address | Related-Party Address | Normal | Text | 100 | Related-Party Address | nvarchar(200) |
26 | Related-Party City | Related-Party City | Normal | Text | 50 | Related-Party City | nvarchar(100) |
27 | Payment Reference No. | Payment Reference | Normal | Code | 50 | Payment Reference No_ | nvarchar(100) |
31 | Shortcut Dimension 1 Code | Shortcut Dimension 1 Code | Normal | Code | 20 | Shortcut Dimension 1 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Bank Acc. Reconciliation Line].[Shortcut Dimension 1 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Acc. Reconciliation Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Bank Acc. Reconciliation Line].[Shortcut Dimension 1 Code] = [Dimension].[Code] | |||||||
32 | Shortcut Dimension 2 Code | Shortcut Dimension 2 Code | Normal | Code | 20 | Shortcut Dimension 2 Code | nvarchar(40) |
Key to join to the Dimension table.Show/hide example querySELECT [Bank Acc. Reconciliation Line].[Shortcut Dimension 2 Code] ,[Dimension].[Code] FROM [CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Acc. Reconciliation Line] LEFT JOIN [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension] ON [Bank Acc. Reconciliation Line].[Shortcut Dimension 2 Code] = [Dimension].[Code] | |||||||
50 | Match Confidence | Match Confidence | FlowField | Option | 4 | ||
51 | Match Quality | Match Quality | FlowField | Integer | 4 | ||
60 | Sorting Order | Sorting Order | Normal | Integer | 4 | Sorting Order | int |
61 | Parent Line No. | Parent Line No. | Normal | Integer | 4 | Parent Line No_ | int |
70 | Transaction ID | Transaction ID | Normal | Text | 50 | Transaction ID | nvarchar(100) |
480 | Dimension Set ID | Dimension Set ID | Normal | Integer | 4 | Dimension Set ID | int |
Key to join to the Dimension Set Entry table.Show/hide example querySELECT [Bank Acc. Reconciliation Line].[Dimension Set ID] ,[Dimension Set Entry].[Dimension Set ID] FROM [CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Acc. Reconciliation Line] LEFT JOIN [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry] ON [Bank Acc. Reconciliation Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set 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 [Bank Acc. Reconciliation Line].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Bank Acc_ Reconciliation Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Acc. Reconciliation Line] LEFT JOIN [User] AS [User] ON [Bank Acc. Reconciliation Line].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |