Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1250
Table Type: Company
Table Name: Bank Statement Matching Buffer
Database Table Name: CRONUS UK Ltd_$Bank Statement Matching 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 Bank Statement Matching Buffer can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Bank Statement Matching Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Line No_]
,[Entry No_]
,[Quality]
,[Account Type]
,[Account No_]
,[One to Many Match]
,[No_ of Entries]
,[Total Remaining Amount]
,[Related Party Matched]
,[Match Details]
,[Doc_ No_ Score]
,[Ext_ Doc_ No_ Score]
,[Description Score]
,[Amount Difference]
,[Date Difference]
,[Doc_ No_ Exact Score]
,[Ext_ Doc_ No_ Exact Score]
,[Description Exact Score]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Bank Statement Matching 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_$Bank Statement Matching Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Statement Matching Buffer]
LEFT JOIN
[User] AS [User]
ON
[Bank Statement Matching Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Bank Statement Matching Buffer].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Bank Statement Matching Buffer table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Line No. | Line No. | Normal | Integer | 4 | Line No_ | int |
2 | Entry No. | Entry No. | Normal | Integer | 4 | Entry No_ | int |
3 | Quality | Quality | Normal | Integer | 4 | Quality | int |
4 | Account Type | Account Type | Normal | Option | 4 | Account Type | int |
Available options are:
| |||||||
5 | 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 Statement Matching Buffer].[Account No_] ,[G/L Account].[No_] FROM [CRONUS UK Ltd_$Bank Statement Matching Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Statement Matching Buffer] LEFT JOIN [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account] ON [Bank Statement Matching Buffer].[Account No_] = [G/L Account].[No_] | |||||||
10 | One to Many Match | One to Many Match | Normal | Boolean | 4 | One to Many Match | tinyint |
11 | No. of Entries | No. of Entries | Normal | Integer | 4 | No_ of Entries | int |
12 | Total Remaining Amount | Total Remaining Amount | Normal | Decimal | 12 | Total Remaining Amount | decimal(38,38) |
13 | Related Party Matched | Related Party Matched | Normal | Option | 4 | Related Party Matched | int |
Available options are:
| |||||||
14 | Match Details | Match Details | Normal | Text | 250 | Match Details | nvarchar(500) |
15 | Doc. No. Score | Document No. Score | Normal | Integer | 4 | Doc_ No_ Score | int |
16 | Ext. Doc. No. Score | External Document No. Score | Normal | Integer | 4 | Ext_ Doc_ No_ Score | int |
17 | Description Score | Description Score | Normal | Integer | 4 | Description Score | int |
18 | Amount Difference | Amount Matches | Normal | Decimal | 12 | Amount Difference | decimal(38,38) |
19 | Date Difference | Date Matches | Normal | Integer | 4 | Date Difference | int |
20 | Doc. No. Exact Score | Doc. No. Exact Score | Normal | Integer | 4 | Doc_ No_ Exact Score | int |
21 | Ext. Doc. No. Exact Score | Ext. Doc. No. Exact Score | Normal | Integer | 4 | Ext_ Doc_ No_ Exact Score | int |
22 | Description Exact Score | Description Exact Score | Normal | Integer | 4 | Description Exact Score | int |
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 Statement Matching Buffer].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Bank Statement Matching Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Bank Statement Matching Buffer] LEFT JOIN [User] AS [User] ON [Bank Statement Matching Buffer].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |