FA Posting Type Setup

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

Table Type: Company

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

Table Number: 5604

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 Type Setup can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [FA Posting Type]
   ,[Depreciation Book Code]
   ,[Part of Book Value]
   ,[Part of Depreciable Basis]
   ,[Include in Depr_ Calculation]
   ,[Include in Gain_Loss Calc_]
   ,[Reverse before Disposal]
   ,[Sign]
   ,[Depreciation Type]
   ,[Acquisition Type]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$FA Posting Type Setup$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 Type Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Type Setup]
LEFT JOIN
   [CRONUS UK Ltd_$Depreciation Book$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Depreciation Book]
      ON
         [FA Posting Type Setup].[Depreciation Book Code] = [Depreciation Book].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [FA Posting Type Setup].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [FA Posting Type Setup].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in FA Posting Type Setup table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1FA Posting Type Primary Key SearchFA Posting TypeNormalOption4FA Posting Typeint
Available options are:
  • “Write-Down”
  • “Appreciation”
  • “Custom 1”
  • “Custom 2”
2Depreciation Book Code Primary Key SearchDepreciation Book CodeNormalCode10Depreciation Book Codenvarchar(20)
Key to join to the Depreciation Book table.

Show/hide example query

SELECT
       [FA Posting Type Setup].[Depreciation Book Code]
       ,[Depreciation Book].[Code]
FROM
       [CRONUS UK Ltd_$FA Posting Type Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Type Setup]
LEFT JOIN
       [CRONUS UK Ltd_$Depreciation Book$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Depreciation Book]
              ON
                     [FA Posting Type Setup].[Depreciation Book Code] = [Depreciation Book].[Code]
3Part of Book Value SearchPart of Book ValueNormalBoolean4Part of Book Valuetinyint
4Part of Depreciable Basis SearchPart of Depreciable BasisNormalBoolean4Part of Depreciable Basistinyint
5Include in Depr. Calculation SearchInclude in Depr. CalculationNormalBoolean4Include in Depr_ Calculationtinyint
6Include in Gain/Loss Calc. SearchInclude in Gain/Loss Calc.NormalBoolean4Include in Gain_Loss Calc_tinyint
7Reverse before Disposal SearchReverse before DisposalNormalBoolean4Reverse before Disposaltinyint
8Sign SearchSignNormalOption4Signint
Available options are:
  • ” “
  • “Debit”
  • “Credit”
9Depreciation Type SearchDepreciation TypeNormalBoolean4Depreciation Typetinyint
10Acquisition Type SearchAcquisition TypeNormalBoolean4Acquisition Typetinyint
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 Type Setup].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$FA Posting Type Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Type Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [FA Posting Type Setup].[$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 Type Setup].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$FA Posting Type Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [FA Posting Type Setup]
LEFT JOIN
       [User] AS [User]
              ON
                     [FA Posting Type Setup].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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