FA Posting Group Buffer

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

Table Type: Company

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

Table Number: 5649

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [FA Posting Group]
   ,[Posting Type]
   ,[Account No_]
   ,[Amount]
   ,[Account Name]
   ,[FA FieldCaption]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$FA Posting Group 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 Posting Group Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$FA Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group]
      ON
         [FA Posting Group Buffer].[FA Posting Group] = [FA Posting Group].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [FA Posting Group Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [FA Posting Group Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in FA Posting Group Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1FA Posting Group Primary Key SearchFA Posting GroupNormalCode20FA Posting Groupnvarchar(40)
Key to join to the FA Posting Group table.

Show/hide example query

SELECT
       [FA Posting Group Buffer].[FA Posting Group]
       ,[FA Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$FA Posting Group Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$FA Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group]
              ON
                     [FA Posting Group Buffer].[FA Posting Group] = [FA Posting Group].[Code]
2Posting Type Primary Key SearchPosting TypeNormalOption4Posting Typeint
Available options are:
  • “Acq”
  • “Depr”
  • “WD”
  • “Appr”
  • “C1”
  • “C2”
  • “DeprExp”
  • “Maint”
  • “Disp”
  • “GL”
  • “BV”
  • “DispAcq”
  • “DispDepr”
  • “DispWD”
  • “DispAppr”
  • “DispC1”
  • “DispC2”
  • “BalWD”
  • “BalAppr”
  • “BalC1”
  • “BalC2”
3Account No. Primary Key SearchAccount No.NormalCode20Account No_nvarchar(40)
Key to join to the G/L Account table.

Show/hide example query

SELECT
       [FA Posting Group Buffer].[Account No_]
       ,[G/L Account].[No_]
FROM
       [CRONUS UK Ltd_$FA Posting Group Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Account$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Account]
              ON
                     [FA Posting Group Buffer].[Account No_] = [G/L Account].[No_]
4Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
5Account Name SearchAccount NameNormalText100Account Namenvarchar(200)
6FA FieldCaption SearchFA FieldCaptionNormalText100FA FieldCaptionnvarchar(200)
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 Posting Group Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$FA Posting Group Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [FA Posting Group 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 Posting Group Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$FA Posting Group Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [FA Posting Group Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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