Payment Registration Buffer

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/981

Table Type: Company

Table Name: Payment Registration Buffer
Database Table Name: CRONUS UK Ltd_$Payment Registration Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 981

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 Payment Registration Buffer can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Payment Registration Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Ledger Entry No_]
   ,[Source No_]
   ,[Document Type]
   ,[Document No_]
   ,[Description]
   ,[Due Date]
   ,[Name]
   ,[Remaining Amount]
   ,[Payment Made]
   ,[Date Received]
   ,[Amount Received]
   ,[Original Remaining Amount]
   ,[Rem_ Amt_ after Discount]
   ,[Pmt_ Discount Date]
   ,[Limit Amount Received]
   ,[Payment Method Code]
   ,[Bal_ Account Type]
   ,[Bal_ Account No_]
   ,[External Document No_]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Payment Registration 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_$Payment Registration Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Registration Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [Payment Registration Buffer].[Document Type] = [Sales Header].[Document Type]
      AND
         [Payment Registration Buffer].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [Payment Registration Buffer].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [Payment Registration Buffer].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method]
      ON
         [Payment Registration Buffer].[Payment Method Code] = [Payment Method].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Payment Registration Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Payment Registration Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Payment Registration Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Ledger Entry No. Primary Key SearchLedger Entry No.NormalInteger4Ledger Entry No_int
Key to join to the G/L Entry table.

Show/hide example query

SELECT
       [Payment Registration Buffer].[Ledger Entry No_]
       ,[G/L Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Payment Registration Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Registration Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Entry]
              ON
                     [Payment Registration Buffer].[Ledger Entry No_] = [G/L Entry].[Entry No_]
2Source No. SearchSource No.NormalCode20Source No_nvarchar(40)
3Document Type SearchDocument TypeNormalOption4Document Typeint
Available options are:
  • ” “
  • “Payment”
  • “Invoice”
  • “Credit Memo”
  • “Finance Charge Memo”
  • “Reminder”
  • “Refund”
4Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
5Description SearchDescriptionNormalText100Descriptionnvarchar(200)
6Due Date SearchDue DateNormalDate4Due Datedatetime
7Name SearchNameNormalText100Namenvarchar(200)
8Remaining Amount SearchRemaining AmountNormalDecimal12Remaining Amountdecimal(38,38)
9Payment Made SearchPayment MadeNormalBoolean4Payment Madetinyint
10Date Received SearchDate ReceivedNormalDate4Date Receiveddatetime
11Amount Received SearchAmount ReceivedNormalDecimal12Amount Receiveddecimal(38,38)
12Original Remaining Amount SearchOriginal Remaining AmountNormalDecimal12Original Remaining Amountdecimal(38,38)
13Rem. Amt. after Discount SearchRem. Amt. after DiscountNormalDecimal12Rem_ Amt_ after Discountdecimal(38,38)
14Pmt. Discount Date SearchPmt. Discount DateNormalDate4Pmt_ Discount Datedatetime
15Limit Amount Received SearchLimit Amount ReceivedNormalBoolean4Limit Amount Receivedtinyint
16Payment Method Code SearchPayment Method CodeNormalCode10Payment Method Codenvarchar(20)
Key to join to the Payment Method table.

Show/hide example query

SELECT
       [Payment Registration Buffer].[Payment Method Code]
       ,[Payment Method].[Code]
FROM
       [CRONUS UK Ltd_$Payment Registration Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Registration Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method]
              ON
                     [Payment Registration Buffer].[Payment Method Code] = [Payment Method].[Code]
17Bal. Account Type SearchBal. Account TypeNormalOption4Bal_ Account Typeint
Available options are:
  • “G/L Account”
  • “Bank Account”
18Bal. Account No. SearchBal. Account No.NormalCode20Bal_ Account No_nvarchar(40)
19External Document No. SearchExternal Document No.NormalCode35External Document No_nvarchar(70)
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
       [Payment Registration Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Payment Registration Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Registration Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Payment Registration 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
       [Payment Registration Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Payment Registration Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Registration Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Payment Registration Buffer].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Payment Registration Buffer table

Leave a Reply

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