FA G/L Posting Buffer

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

Table Type: Company

Table Name: FA G/L Posting Buffer
Database Table Name: CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5637

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 FA G/L Posting Buffer can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Account No_]
   ,[Amount]
   ,[Correction]
   ,[Global Dimension 1 Code]
   ,[Global Dimension 2 Code]
   ,[FA Entry Type]
   ,[FA Entry No_]
   ,[Automatic Entry]
   ,[FA Posting Group]
   ,[FA Allocation Type]
   ,[FA Allocation Line No_]
   ,[Original General Journal Line]
   ,[Net Disposal]
   ,[Dimension Set ID]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$FA G_L Posting 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_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [FA G/L Posting Buffer].[Global Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [FA G/L Posting Buffer].[Global Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$FA Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group]
      ON
         [FA G/L Posting Buffer].[FA Posting Group] = [FA Posting Group].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
      ON
         [FA G/L Posting Buffer].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
   [User] AS [User]
      ON
         [FA G/L Posting Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [FA G/L Posting Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in FA G/L Posting Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
2Account No. SearchAccount No.NormalCode20Account No_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [FA G/L Posting Buffer].[Account No_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [FA G/L Posting Buffer].[Account No_] = [G/L Account].[No_]
3Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
4Correction SearchCorrectionNormalBoolean4Correctiontinyint
5Global Dimension 1 Code SearchGlobal Dimension 1 CodeNormalCode20Global Dimension 1 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [FA G/L Posting Buffer].[Global Dimension 1 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [FA G/L Posting 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
       [FA G/L Posting Buffer].[Global Dimension 2 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [FA G/L Posting Buffer].[Global Dimension 2 Code] = [Dimension].[Code]
7FA Entry Type SearchFA Entry TypeNormalOption4FA Entry Typeint
Available options are:
  • ” “
  • “Fixed Asset”
  • “Maintenance”
8FA Entry No. SearchFA Entry No.NormalInteger4FA Entry No_int
9Automatic Entry SearchAutomatic EntryNormalBoolean4Automatic Entrytinyint
10FA Posting Group SearchFA Posting GroupNormalCode20FA Posting Groupnvarchar(40)
Key to join to the FA Posting Group table.

Show/hide example query

SELECT
       [FA G/L Posting Buffer].[FA Posting Group]
       ,[FA Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$FA Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group]
              ON
                     [FA G/L Posting Buffer].[FA Posting Group] = [FA Posting Group].[Code]
11FA Allocation Type SearchFA Allocation TypeNormalOption4FA Allocation Typeint
Available options are:
  • “Acquisition”
  • “Depreciation”
  • “Write-Down”
  • “Appreciation”
  • “Custom 1”
  • “Custom 2”
  • “Disposal”
  • “Maintenance”
  • “Gain”
  • “Loss”
  • “Book Value (Gain)”
  • “Book Value (Loss)”
12FA Allocation Line No. SearchFA Allocation Line No.NormalInteger4FA Allocation Line No_int
15Original General Journal Line SearchOriginal General Journal LineNormalBoolean4Original General Journal Linetinyint
16Net Disposal SearchNet DisposalNormalBoolean4Net Disposaltinyint
480Dimension Set ID SearchDimension Set IDNormalInteger4Dimension Set IDint
Key to join to the Dimension Set Entry table.

Show/hide example query

SELECT
       [FA G/L Posting Buffer].[Dimension Set ID]
       ,[Dimension Set Entry].[Dimension Set ID]
FROM
       [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
              ON
                     [FA G/L Posting 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
       [FA G/L Posting Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [FA G/L Posting 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
       [FA G/L Posting Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$FA G_L Posting Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA G/L Posting Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [FA G/L Posting Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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