Payment Buffer

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

Table Type: Company

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

Table Number: 372

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Vendor No_]
   ,[Currency Code]
   ,[Vendor Ledg_ Entry No_]
   ,[Dimension Entry No_]
   ,[Global Dimension 1 Code]
   ,[Global Dimension 2 Code]
   ,[Document No_]
   ,[Amount]
   ,[Vendor Ledg_ Entry Doc_ Type]
   ,[Vendor Ledg_ Entry Doc_ No_]
   ,[Creditor No_]
   ,[Payment Reference]
   ,[Payment Method Code]
   ,[Applies-to Ext_ Doc_ No_]
   ,[Exported to Payment File]
   ,[Dimension Set ID]
   ,[Remit-to Code]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Payment 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 Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
      ON
         [Payment Buffer].[Currency Code] = [Currency].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Payment Buffer].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [Payment Buffer].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method]
      ON
         [Payment Buffer].[Payment Method Code] = [Payment Method].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
      ON
         [Payment Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Payment Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Payment Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Payment Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Vendor No. Primary Key SearchVendor No.NormalCode20Vendor No_nvarchar(40)
Key to join to the Vendor table.

Show/hide example query

SELECT
       [Payment Buffer].[Vendor No_]
       ,[Vendor].[No_]
FROM
       [CRONUS UK Ltd_$Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Vendor$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor]
              ON
                     [Payment Buffer].[Vendor No_] = [Vendor].[No_]
2Currency Code Primary Key SearchCurrency CodeNormalCode10Currency Codenvarchar(20)
Key to join to the Currency table.

Show/hide example query

SELECT
       [Payment Buffer].[Currency Code]
       ,[Currency].[Code]
FROM
       [CRONUS UK Ltd_$Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Currency$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Currency]
              ON
                     [Payment Buffer].[Currency Code] = [Currency].[Code]
3Vendor Ledg. Entry No. Primary Key SearchVendor Ledg. Entry No.NormalInteger4Vendor Ledg_ Entry No_int
Key to join to the Vendor Ledger Entry table.

Show/hide example query

SELECT
       [Payment Buffer].[Vendor Ledg_ Entry No_]
       ,[Vendor Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Vendor Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Vendor Ledger Entry]
              ON
                     [Payment Buffer].[Vendor Ledg_ Entry No_] = [Vendor Ledger Entry].[Entry No_]
4Dimension Entry No. Primary Key SearchDimension Entry No.NormalInteger4Dimension Entry No_int
5Global Dimension 1 Code SearchGlobal Dimension 1 CodeNormalCode20Global Dimension 1 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Payment Buffer].[Global Dimension 1 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Payment Buffer].[Global Dimension 1 Code] = [Dimension].[Code]
6Global Dimension 2 Code SearchGlobal Dimension 2 CodeNormalCode20Global Dimension 2 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [Payment Buffer].[Global Dimension 2 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Payment Buffer].[Global Dimension 2 Code] = [Dimension].[Code]
7Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
8Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
9Vendor Ledg. Entry Doc. Type SearchVendor Ledg. Entry Doc. TypeNormalOption4Vendor Ledg_ Entry Doc_ Typeint
Available options are:
  • ” “
  • “Payment”
  • “Invoice”
  • “Credit Memo”
  • “Finance Charge Memo”
  • “Reminder”
  • “Refund”
10Vendor Ledg. Entry Doc. No. SearchVendor Ledg. Entry Doc. No.NormalCode20Vendor Ledg_ Entry Doc_ No_nvarchar(40)
170Creditor No. SearchCreditor No.NormalCode20Creditor No_nvarchar(40)
171Payment Reference SearchPayment ReferenceNormalCode50Payment Referencenvarchar(100)
172Payment Method Code SearchPayment Method CodeNormalCode10Payment Method Codenvarchar(20)
Key to join to the Payment Method table.

Show/hide example query

SELECT
       [Payment Buffer].[Payment Method Code]
       ,[Payment Method].[Code]
FROM
       [CRONUS UK Ltd_$Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method]
              ON
                     [Payment Buffer].[Payment Method Code] = [Payment Method].[Code]
173Applies-to Ext. Doc. No. SearchApplies-to Ext. Doc. No.NormalCode35Applies-to Ext_ Doc_ No_nvarchar(70)
290Exported to Payment File SearchExported to Payment FileNormalBoolean4Exported to Payment Filetinyint
480Dimension Set ID SearchDimension Set IDNormalInteger4Dimension Set IDint
Key to join to the Dimension Set Entry table.

Show/hide example query

SELECT
       [Payment Buffer].[Dimension Set ID]
       ,[Dimension Set Entry].[Dimension Set ID]
FROM
       [CRONUS UK Ltd_$Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
              ON
                     [Payment Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
1000Remit-to Code SearchRemit-to CodeNormalCode20Remit-to Codenvarchar(40)
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 Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Payment 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 Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Payment Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Payment Buffer].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Payment Buffer table

Leave a Reply

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