Employee Payment Buffer

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

Table Type: Company

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

Table Number: 5225

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

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

Show/hide columns in Employee Payment Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Employee No. Primary Key SearchEmployee No.NormalCode20Employee No_nvarchar(40)
Key to join to the Employee table.

Show/hide example query

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

Show/hide example query

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

Show/hide example query

SELECT
       [Employee Payment Buffer].[Employee Ledg_ Entry No_]
       ,[Employee Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$Employee Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Employee Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Employee Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Employee Ledger Entry]
              ON
                     [Employee Payment Buffer].[Employee Ledg_ Entry No_] = [Employee 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
       [Employee Payment Buffer].[Global Dimension 1 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Employee Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Employee Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Employee 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
       [Employee Payment Buffer].[Global Dimension 2 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$Employee Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Employee Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [Employee Payment Buffer].[Global Dimension 2 Code] = [Dimension].[Code]
7Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
8Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
9Employee Ledg. Entry Doc. Type SearchEmployee Ledg. Entry Doc. TypeNormalOption4Employee Ledg_ Entry Doc_ Typeint
Available options are:
  • ” “
  • “Payment”
  • “Invoice”
  • “Credit Memo”
  • “Finance Charge Memo”
  • “Reminder”
  • “Refund”
10Employee Ledg. Entry Doc. No. SearchEmployee Ledg. Entry Doc. No.NormalCode20Employee 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
       [Employee Payment Buffer].[Payment Method Code]
       ,[Payment Method].[Code]
FROM
       [CRONUS UK Ltd_$Employee Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Employee Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Payment Method$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Payment Method]
              ON
                     [Employee 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
       [Employee Payment Buffer].[Dimension Set ID]
       ,[Dimension Set Entry].[Dimension Set ID]
FROM
       [CRONUS UK Ltd_$Employee Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Employee Payment Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
              ON
                     [Employee Payment Buffer].[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
       [Employee Payment Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Employee Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Employee Payment Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Employee 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
       [Employee Payment Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Employee Payment Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Employee Payment Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Employee Payment Buffer].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from Employee Payment Buffer table

Leave a Reply

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