FA Ledg. Entry w. Issue

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

Table Type: Company

Table Name: FA Ledg. Entry w. Issue
Database Table Name: CRONUS UK Ltd_$FA Ledg_ Entry w_ Issue$7961e9dc-a8e5-49b1-839b-3a78803a4cb8

Table Number: 6090

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 Ledg. Entry w. Issue can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$FA Ledg_ Entry w_ Issue$7961e9dc-a8e5-49b1-839b-3a78803a4cb8]

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[G_L Entry No_]
   ,[FA No_]
   ,[FA Posting Date]
   ,[Posting Date]
   ,[Document Type]
   ,[Document Date]
   ,[Document No_]
   ,[Description]
   ,[FA Posting Type]
   ,[Amount]
   ,[Corrected]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$FA Ledg_ Entry w_ Issue$7961e9dc-a8e5-49b1-839b-3a78803a4cb8]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$FA Ledg_ Entry w_ Issue$7961e9dc-a8e5-49b1-839b-3a78803a4cb8] AS [FA Ledg. Entry w. Issue]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [FA Ledg. Entry w. Issue].[Document Type] = [Sales Header].[Document Type]
      AND
         [FA Ledg. Entry w. Issue].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [FA Ledg. Entry w. Issue].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [FA Ledg. Entry w. Issue].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [User] AS [User]
      ON
         [FA Ledg. Entry w. Issue].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [FA Ledg. Entry w. Issue].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in FA Ledg. Entry w. Issue table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
2G/L Entry No. SearchG/L Entry No.NormalInteger4G_L Entry No_int
Key to join to the G/L Entry table.

Show/hide example query

SELECT
       [FA Ledg. Entry w. Issue].[G_L Entry No_]
       ,[G/L Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$FA Ledg_ Entry w_ Issue$7961e9dc-a8e5-49b1-839b-3a78803a4cb8] AS [FA Ledg. Entry w. Issue]
LEFT JOIN
       [CRONUS UK Ltd_$G_L Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [G/L Entry]
              ON
                     [FA Ledg. Entry w. Issue].[G_L Entry No_] = [G/L Entry].[Entry No_]
3FA No. SearchFA No.NormalCode20FA No_nvarchar(40)
Key to join to the Fixed Asset table.

Show/hide example query

SELECT
       [FA Ledg. Entry w. Issue].[FA No_]
       ,[Fixed Asset].[No_]
FROM
       [CRONUS UK Ltd_$FA Ledg_ Entry w_ Issue$7961e9dc-a8e5-49b1-839b-3a78803a4cb8] AS [FA Ledg. Entry w. Issue]
LEFT JOIN
       [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset]
              ON
                     [FA Ledg. Entry w. Issue].[FA No_] = [Fixed Asset].[No_]
4FA Posting Date SearchFA Posting DateNormalDate4FA Posting Datedatetime
5Posting Date SearchPosting DateNormalDate4Posting Datedatetime
6Document Type SearchDocument TypeNormalOption4Document Typeint
Available options are:
  • ” “
  • “Payment”
  • “Invoice”
  • “Credit Memo”
  • “Finance Charge Memo”
  • “Reminder”
  • “Refund”
7Document Date SearchDocument DateNormalDate4Document Datedatetime
8Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
10Description SearchDescriptionNormalText100Descriptionnvarchar(200)
13FA Posting Type SearchFA Posting TypeNormalOption4FA Posting Typeint
Available options are:
  • “Acquisition Cost”
  • “Depreciation”
  • “Write-Down”
  • “Appreciation”
  • “Custom 1”
  • “Custom 2”
  • “Proceeds on Disposal”
  • “Salvage Value”
  • “Gain/Loss”
  • “Book Value on Disposal”
14Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
6090Corrected SearchCorrectedNormalBoolean4Correctedtinyint
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 Ledg. Entry w. Issue].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$FA Ledg_ Entry w_ Issue$7961e9dc-a8e5-49b1-839b-3a78803a4cb8] AS [FA Ledg. Entry w. Issue]
LEFT JOIN
       [User] AS [User]
              ON
                     [FA Ledg. Entry w. Issue].[$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 Ledg. Entry w. Issue].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$FA Ledg_ Entry w_ Issue$7961e9dc-a8e5-49b1-839b-3a78803a4cb8] AS [FA Ledg. Entry w. Issue]
LEFT JOIN
       [User] AS [User]
              ON
                     [FA Ledg. Entry w. Issue].[$systemModifiedBy] = [User].[User Security ID]

Show/hide tables related from FA Ledg. Entry w. Issue table

Leave a Reply

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