Bank Acc. Reconciliation Line

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

Table Number: 274

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 NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Bank Account No. Primary Key SearchBank Account No.NormalCode20Bank Account No_nvarchar(40)
Key to join to the Bank Account table.

Show/hide example query

SELECT
       [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_]
2Statement No. Primary Key SearchStatement No.NormalCode20Statement No_nvarchar(40)
3Statement Line No. Primary Key SearchStatement Line No.NormalInteger4Statement Line No_int
4Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
5Transaction Date SearchTransaction DateNormalDate4Transaction Datedatetime
6Description SearchDescriptionNormalText100Descriptionnvarchar(200)
7Statement Amount SearchStatement AmountNormalDecimal12Statement Amountdecimal(38,38)
8Difference SearchDifferenceNormalDecimal12Differencedecimal(38,38)
9Applied Amount SearchApplied AmountNormalDecimal12Applied Amountdecimal(38,38)
10Type SearchTypeNormalOption4Typeint
Available options are:
  • “Bank Account Ledger Entry”
  • “Check Ledger Entry”
  • “Difference”
11Applied Entries SearchApplied EntriesNormalInteger4Applied Entriesint
12Value Date SearchValue DateNormalDate4Value Datedatetime
13Ready for Application SearchReady for ApplicationNormalBoolean4Ready for Applicationtinyint
14Check No. SearchCheck No.NormalCode20Check No_nvarchar(40)
15Related-Party Name SearchRelated-Party NameNormalText250Related-Party Namenvarchar(500)
16Additional Transaction Info SearchAdditional Transaction InfoNormalText100Additional Transaction Infonvarchar(200)
17Data Exch. Entry No. SearchData Exch. Entry No.NormalInteger4Data Exch_ Entry No_int
Key to join to the Data Exch. table.

Show/hide example query

SELECT
       [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_]
18Data Exch. Line No. SearchData Exch. Line No.NormalInteger4Data Exch_ Line No_int
20Statement Type Primary Key SearchStatement TypeNormalOption4Statement Typeint
Available options are:
  • “Bank Reconciliation”
  • “Payment Application”
21Account Type SearchAccount TypeNormalOption4Account Typeint
Available options are:
  • “G/L Account”
  • “Customer”
  • “Vendor”
  • “Bank Account”
  • “Fixed Asset”
  • “IC Partner”
  • “Employee”
  • “Allocation Account”
22Account No. SearchAccount No.NormalCode20Account No_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [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_]
23Transaction Text SearchTransaction TextNormalText140Transaction Textnvarchar(280)
24Related-Party Bank Acc. No. SearchRelated-Party Bank Acc. No.NormalText100Related-Party Bank Acc_ No_nvarchar(200)
25Related-Party Address SearchRelated-Party AddressNormalText100Related-Party Addressnvarchar(200)
26Related-Party City SearchRelated-Party CityNormalText50Related-Party Citynvarchar(100)
27Payment Reference No. SearchPayment ReferenceNormalCode50Payment Reference No_nvarchar(100)
31Shortcut Dimension 1 Code SearchShortcut Dimension 1 CodeNormalCode20Shortcut Dimension 1 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [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]
32Shortcut Dimension 2 Code SearchShortcut Dimension 2 CodeNormalCode20Shortcut Dimension 2 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [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]
50Match Confidence SearchMatch ConfidenceFlowFieldOption4
51Match Quality SearchMatch QualityFlowFieldInteger4
60Sorting Order SearchSorting OrderNormalInteger4Sorting Orderint
61Parent Line No. SearchParent Line No.NormalInteger4Parent Line No_int
70Transaction ID SearchTransaction IDNormalText50Transaction IDnvarchar(100)
480Dimension Set ID SearchDimension Set IDNormalInteger4Dimension Set IDint
Key to join to the Dimension Set Entry table.

Show/hide example query

SELECT
       [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 SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

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

Show/hide example query

SELECT
       [Bank Acc. Reconciliation Line].[$systemModifiedBy]
       ,[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].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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