Bank Statement Matching Buffer

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

Table Number: 1250

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 NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Line No. Primary Key SearchLine No.NormalInteger4Line No_int
2Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
3Quality SearchQualityNormalInteger4Qualityint
4Account Type Primary Key SearchAccount TypeNormalOption4Account Typeint
Available options are:
  • “G/L Account”
  • “Customer”
  • “Vendor”
  • “Bank Account”
  • “Fixed Asset”
  • “IC Partner”
  • “Employee”
  • “Allocation Account”
5Account No. Primary Key SearchAccount No.NormalCode20Account No_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [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_]
10One to Many Match SearchOne to Many MatchNormalBoolean4One to Many Matchtinyint
11No. of Entries SearchNo. of EntriesNormalInteger4No_ of Entriesint
12Total Remaining Amount SearchTotal Remaining AmountNormalDecimal12Total Remaining Amountdecimal(38,38)
13Related Party Matched SearchRelated Party MatchedNormalOption4Related Party Matchedint
Available options are:
  • “Not Considered”
  • “Fully”
  • “Partially”
  • “No”
14Match Details SearchMatch DetailsNormalText250Match Detailsnvarchar(500)
15Doc. No. Score SearchDocument No. ScoreNormalInteger4Doc_ No_ Scoreint
16Ext. Doc. No. Score SearchExternal Document No. ScoreNormalInteger4Ext_ Doc_ No_ Scoreint
17Description Score SearchDescription ScoreNormalInteger4Description Scoreint
18Amount Difference SearchAmount MatchesNormalDecimal12Amount Differencedecimal(38,38)
19Date Difference SearchDate MatchesNormalInteger4Date Differenceint
20Doc. No. Exact Score SearchDoc. No. Exact ScoreNormalInteger4Doc_ No_ Exact Scoreint
21Ext. Doc. No. Exact Score SearchExt. Doc. No. Exact ScoreNormalInteger4Ext_ Doc_ No_ Exact Scoreint
22Description Exact Score SearchDescription Exact ScoreNormalInteger4Description Exact Scoreint
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [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]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Bank Statement Matching Buffer].[$systemModifiedBy]
       ,[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].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *