FA Journal Line

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

Table Type: Company

Table Name: FA Journal Line
Database Table Name: CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5621

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Journal Template Name]
   ,[Journal Batch Name]
   ,[Line No_]
   ,[Depreciation Book Code]
   ,[FA Posting Type]
   ,[FA No_]
   ,[FA Posting Date]
   ,[Posting Date]
   ,[Document Type]
   ,[Document Date]
   ,[Document No_]
   ,[External Document No_]
   ,[Description]
   ,[Amount]
   ,[Debit Amount]
   ,[Credit Amount]
   ,[Salvage Value]
   ,[Quantity]
   ,[Correction]
   ,[No_ of Depreciation Days]
   ,[Depr_ until FA Posting Date]
   ,[Depr_ Acquisition Cost]
   ,[FA Posting Group]
   ,[Maintenance Code]
   ,[Shortcut Dimension 1 Code]
   ,[Shortcut Dimension 2 Code]
   ,[Insurance No_]
   ,[Budgeted FA No_]
   ,[Use Duplication List]
   ,[Duplicate in Depreciation Book]
   ,[FA Reclassification Entry]
   ,[FA Error Entry No_]
   ,[Reason Code]
   ,[Source Code]
   ,[Recurring Method]
   ,[Recurring Frequency]
   ,[Expiration Date]
   ,[Index Entry]
   ,[Posting No_ Series]
   ,[Dimension Set ID]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$FA Journal Line$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 Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
   [CRONUS UK Ltd_$Depreciation Book$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Depreciation Book]
      ON
         [FA Journal Line].[Depreciation Book Code] = [Depreciation Book].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header]
      ON
         [FA Journal Line].[Document Type] = [Sales Header].[Document Type]
      AND
         [FA Journal Line].[Document No_] = [Sales Header].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$Sales Header Archive$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Sales Header Archive]
      ON
         [FA Journal Line].[Document Type] = [Sales Header Archive].[Document Type]
      AND
         [FA Journal Line].[Document No_] = [Sales Header Archive].[No_]
LEFT JOIN
   [CRONUS UK Ltd_$FA Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group]
      ON
         [FA Journal Line].[FA Posting Group] = [FA Posting Group].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Maintenance$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Maintenance]
      ON
         [FA Journal Line].[Maintenance Code] = [Maintenance].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [FA Journal Line].[Shortcut Dimension 1 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
      ON
         [FA Journal Line].[Shortcut Dimension 2 Code] = [Dimension].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Depreciation Book$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Depreciation Book]
      ON
         [FA Journal Line].[Duplicate in Depreciation Book] = [Depreciation Book].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
      ON
         [FA Journal Line].[Reason Code] = [Reason Code].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
      ON
         [FA Journal Line].[Source Code] = [Source Code].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Dimension Set Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension Set Entry]
      ON
         [FA Journal Line].[Dimension Set ID] = [Dimension Set Entry].[Dimension Set ID]
LEFT JOIN
   [User] AS [User]
      ON
         [FA Journal Line].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [FA Journal Line].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in FA Journal Line table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Journal Template Name Primary Key SearchJournal Template NameNormalCode10Journal Template Namenvarchar(20)
2Journal Batch Name Primary Key SearchJournal Batch NameNormalCode10Journal Batch Namenvarchar(20)
3Line No. Primary Key SearchLine No.NormalInteger4Line No_int
4Depreciation Book Code SearchDepreciation Book CodeNormalCode10Depreciation Book Codenvarchar(20)
Key to join to the Depreciation Book table.

Show/hide example query

SELECT
       [FA Journal Line].[Depreciation Book Code]
       ,[Depreciation Book].[Code]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$Depreciation Book$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Depreciation Book]
              ON
                     [FA Journal Line].[Depreciation Book Code] = [Depreciation Book].[Code]
5FA Posting Type SearchFA Posting TypeNormalOption4FA Posting Typeint
Available options are:
  • “Acquisition Cost”
  • “Depreciation”
  • “Write-Down”
  • “Appreciation”
  • “Custom 1”
  • “Custom 2”
  • “Disposal”
  • “Maintenance”
  • “Salvage Value”
6FA No. SearchFA No.NormalCode20FA No_nvarchar(40)
Key to join to the Fixed Asset table.

Show/hide example query

SELECT
       [FA Journal Line].[FA No_]
       ,[Fixed Asset].[No_]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset]
              ON
                     [FA Journal Line].[FA No_] = [Fixed Asset].[No_]
7FA Posting Date SearchFA Posting DateNormalDate4FA Posting Datedatetime
8Posting Date SearchPosting DateNormalDate4Posting Datedatetime
9Document Type SearchDocument TypeNormalOption4Document Typeint
Available options are:
  • ” “
  • “Invoice”
  • “Credit Memo”
10Document Date SearchDocument DateNormalDate4Document Datedatetime
11Document No. SearchDocument No.NormalCode20Document No_nvarchar(40)
12External Document No. SearchExternal Document No.NormalCode35External Document No_nvarchar(70)
13Description SearchDescriptionNormalText100Descriptionnvarchar(200)
14Amount SearchAmountNormalDecimal12Amountdecimal(38,38)
15Debit Amount SearchDebit AmountNormalDecimal12Debit Amountdecimal(38,38)
16Credit Amount SearchCredit AmountNormalDecimal12Credit Amountdecimal(38,38)
17Salvage Value SearchSalvage ValueNormalDecimal12Salvage Valuedecimal(38,38)
18Quantity SearchQuantityNormalDecimal12Quantitydecimal(38,38)
19Correction SearchCorrectionNormalBoolean4Correctiontinyint
20No. of Depreciation Days SearchNo. of Depreciation DaysNormalInteger4No_ of Depreciation Daysint
21Depr. until FA Posting Date SearchDepr. until FA Posting DateNormalBoolean4Depr_ until FA Posting Datetinyint
22Depr. Acquisition Cost SearchDepr. Acquisition CostNormalBoolean4Depr_ Acquisition Costtinyint
24FA Posting Group SearchFA Posting GroupNormalCode20FA Posting Groupnvarchar(40)
Key to join to the FA Posting Group table.

Show/hide example query

SELECT
       [FA Journal Line].[FA Posting Group]
       ,[FA Posting Group].[Code]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$FA Posting Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Group]
              ON
                     [FA Journal Line].[FA Posting Group] = [FA Posting Group].[Code]
26Maintenance Code SearchMaintenance CodeNormalCode10Maintenance Codenvarchar(20)
Key to join to the Maintenance table.

Show/hide example query

SELECT
       [FA Journal Line].[Maintenance Code]
       ,[Maintenance].[Code]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$Maintenance$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Maintenance]
              ON
                     [FA Journal Line].[Maintenance Code] = [Maintenance].[Code]
27Shortcut Dimension 1 Code SearchShortcut Dimension 1 CodeNormalCode20Shortcut Dimension 1 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [FA Journal Line].[Shortcut Dimension 1 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [FA Journal Line].[Shortcut Dimension 1 Code] = [Dimension].[Code]
28Shortcut Dimension 2 Code SearchShortcut Dimension 2 CodeNormalCode20Shortcut Dimension 2 Codenvarchar(40)
Key to join to the Dimension table.

Show/hide example query

SELECT
       [FA Journal Line].[Shortcut Dimension 2 Code]
       ,[Dimension].[Code]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$Dimension$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Dimension]
              ON
                     [FA Journal Line].[Shortcut Dimension 2 Code] = [Dimension].[Code]
30Insurance No. SearchInsurance No.NormalCode20Insurance No_nvarchar(40)
Key to join to the Insurance table.

Show/hide example query

SELECT
       [FA Journal Line].[Insurance No_]
       ,[Insurance].[No_]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$Insurance$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Insurance]
              ON
                     [FA Journal Line].[Insurance No_] = [Insurance].[No_]
31Budgeted FA No. SearchBudgeted FA No.NormalCode20Budgeted FA No_nvarchar(40)
Key to join to the Fixed Asset table.

Show/hide example query

SELECT
       [FA Journal Line].[Budgeted FA No_]
       ,[Fixed Asset].[No_]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$Fixed Asset$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Fixed Asset]
              ON
                     [FA Journal Line].[Budgeted FA No_] = [Fixed Asset].[No_]
32Use Duplication List SearchUse Duplication ListNormalBoolean4Use Duplication Listtinyint
33Duplicate in Depreciation Book SearchDuplicate in Depreciation BookNormalCode10Duplicate in Depreciation Booknvarchar(20)
Key to join to the Depreciation Book table.

Show/hide example query

SELECT
       [FA Journal Line].[Duplicate in Depreciation Book]
       ,[Depreciation Book].[Code]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$Depreciation Book$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Depreciation Book]
              ON
                     [FA Journal Line].[Duplicate in Depreciation Book] = [Depreciation Book].[Code]
34FA Reclassification Entry SearchFA Reclassification EntryNormalBoolean4FA Reclassification Entrytinyint
35FA Error Entry No. SearchFA Error Entry No.NormalInteger4FA Error Entry No_int
Key to join to the FA Ledger Entry table.

Show/hide example query

SELECT
       [FA Journal Line].[FA Error Entry No_]
       ,[FA Ledger Entry].[Entry No_]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$FA Ledger Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Ledger Entry]
              ON
                     [FA Journal Line].[FA Error Entry No_] = [FA Ledger Entry].[Entry No_]
36Reason Code SearchReason CodeNormalCode10Reason Codenvarchar(20)
Key to join to the Reason Code table.

Show/hide example query

SELECT
       [FA Journal Line].[Reason Code]
       ,[Reason Code].[Code]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$Reason Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Reason Code]
              ON
                     [FA Journal Line].[Reason Code] = [Reason Code].[Code]
37Source Code SearchSource CodeNormalCode10Source Codenvarchar(20)
Key to join to the Source Code table.

Show/hide example query

SELECT
       [FA Journal Line].[Source Code]
       ,[Source Code].[Code]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$Source Code$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Source Code]
              ON
                     [FA Journal Line].[Source Code] = [Source Code].[Code]
38Recurring Method SearchRecurring MethodNormalOption4Recurring Methodint
Available options are:
  • ” “
  • “F Fixed”
  • “V Variable”
39Recurring Frequency SearchRecurring FrequencyNormalDateFormula32Recurring Frequencyvarchar(32)
41Expiration Date SearchExpiration DateNormalDate4Expiration Datedatetime
42Index Entry SearchIndex EntryNormalBoolean4Index Entrytinyint
43Posting No. Series SearchPosting No. SeriesNormalCode20Posting No_ Seriesnvarchar(40)
Key to join to the No. Series table.

Show/hide example query

SELECT
       [FA Journal Line].[Posting No_ Series]
       ,[No. Series].[Code]
FROM
       [CRONUS UK Ltd_$FA Journal Line$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Journal Line]
LEFT JOIN
       [CRONUS UK Ltd_$No_ Series$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [No. Series]
              ON
                     [FA Journal Line].[Posting No_ Series] = [No. Series].[Code]
480Dimension Set ID SearchDimension Set IDNormalInteger4Dimension Set IDint
Key to join to the Dimension Set Entry table.

Show/hide example query

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

Show/hide tables related from FA Journal Line table

Leave a Reply

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