---
title: "Table 5621 FA Journal Line"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/table/5621-fa-journal-line/
type: table
id: 5621
name: "FA Journal Line"
app: "Base Application"
namespace: Microsoft.FixedAssets.Journal
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/table/5621-fa-journal-line/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Table 5621 FA Journal Line

Jonas Paprotka, https://jonas-paprotka.de/ref/table/5621-fa-journal-line/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.FixedAssets.Journal |
| Versions | 17-28 |
| Source file | FixedAssets/FixedAsset/FAJournalLine.Table.al |

## Fields

| Id | Name | Type | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| 1 | Journal Template Name | Code[10] | 17-28 | - | - |
| 2 | Journal Batch Name | Code[10] | 17-28 | - | - |
| 3 | Line No. | Integer | 17-28 | - | - |
| 4 | Depreciation Book Code | Code[10] | 17-28 | - | - |
| 5 | FA Posting Type | Enum FA Journal Line FA Posting Type | 17-28 | - | - |
| 6 | FA No. | Code[20] | 17-28 | - | - |
| 7 | FA Posting Date | Date | 17-28 | - | - |
| 8 | Posting Date | Date | 17-28 | - | - |
| 9 | Document Type | Enum FA Journal Line Document Type | 17-28 | - | - |
| 10 | Document Date | Date | 17-28 | - | - |
| 11 | Document No. | Code[20] | 17-28 | - | - |
| 12 | External Document No. | Code[35] | 17-28 | - | - |
| 13 | Description | Text[100] | 17-28 | - | - |
| 14 | Amount | Decimal | 17-28 | - | - |
| 15 | Debit Amount | Decimal | 17-28 | - | - |
| 16 | Credit Amount | Decimal | 17-28 | - | - |
| 17 | Salvage Value | Decimal | 17-28 | - | - |
| 18 | Quantity | Decimal | 17-28 | - | - |
| 19 | Correction | Boolean | 17-28 | - | - |
| 20 | No. of Depreciation Days | Integer | 17-28 | - | - |
| 21 | Depr. until FA Posting Date | Boolean | 17-28 | - | - |
| 22 | Depr. Acquisition Cost | Boolean | 17-28 | - | - |
| 24 | FA Posting Group | Code[20] | 17-28 | - | - |
| 26 | Maintenance Code | Code[10] | 17-28 | - | - |
| 27 | Shortcut Dimension 1 Code | Code[20] | 17-28 | - | - |
| 28 | Shortcut Dimension 2 Code | Code[20] | 17-28 | - | - |
| 30 | Insurance No. | Code[20] | 17-28 | - | - |
| 31 | Budgeted FA No. | Code[20] | 17-28 | - | - |
| 32 | Use Duplication List | Boolean | 17-28 | - | - |
| 33 | Duplicate in Depreciation Book | Code[10] | 17-28 | - | - |
| 34 | FA Reclassification Entry | Boolean | 17-28 | - | - |
| 35 | FA Error Entry No. | Integer | 17-28 | - | - |
| 36 | Reason Code | Code[10] | 17-28 | - | - |
| 37 | Source Code | Code[10] | 17-28 | - | - |
| 38 | Recurring Method | Option | 17-28 | - | - |
| 39 | Recurring Frequency | DateFormula | 17-28 | - | - |
| 41 | Expiration Date | Date | 17-28 | - | - |
| 42 | Index Entry | Boolean | 17-28 | - | - |
| 43 | Posting No. Series | Code[20] | 17-28 | - | - |
| 480 | Dimension Set ID | Integer | 17-28 | - | - |

## Keys

| Name | Fields | Versions |
| --- | --- | --- |
| Key1, clustered | Journal Template Name, Journal Batch Name, Line No. | 17-28 |
| Key2 | Journal Template Name, Journal Batch Name, FA Posting Date | 17-28 |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| ConvertToLedgEntry | (var Record FA Journal Line) | Option | public | 17-28 | - | - |
| SetUpNewLine | (Record FA Journal Line) | - | public | 17-28 | - | - |
| CreateDim | (Integer, Code[20]) | - | public | 17-22 | Pending 20.0 | Replaced by CreateDim(DefaultDimSource: List of [Dictionary of [Integer, Code[20]]]) |
| ValidateShortcutDimCode | (Integer, var Code[20]) | - | public | 17-28 | - | - |
| LookupShortcutDimCode | (Integer, var Code[20]) | - | public | 17-28 | - | - |
| ShowShortcutDimCode | (var Code[20]) | - | public | 17-28 | - | - |
| ShowDimensions | () | - | public | 17-28 | - | - |
| IsOpenedFromBatch | () | Boolean | public | 17-28 | - | - |
| CreateDim | (List) | - | public | 20-28 | - | - |
| CreateDimFromDefaultDim | () | - | public | 20-28 | - | - |
| IsAcquisitionCost | () | Boolean | public | 21-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCreateDimTableIDs | (var Record FA Journal Line, Integer, var Integer, var Code[20]) | 17 | - | - |
| Integration event | OnAfterValidateShortcutDimCode | (var Record FA Journal Line, var Record FA Journal Line, Integer, var Code[20]) | 17-28 | - | - |
| Integration event | OnBeforeValidateShortcutDimCode | (var Record FA Journal Line, var Record FA Journal Line, Integer, var Code[20]) | 17-21 | - | - |
| Integration event | OnConvertToLedgEntryCase | (var Record FA Ledger Entry, Record FA Journal Line) | 17-28 | - | - |
| Integration event | OnAfterCreateDim | (var Record FA Journal Line, Integer) | 18-22 | - | - |
| Integration event | OnAfterCreateDimTableIDs | (var Record FA Journal Line, Integer, var Integer, var Code[20], var Boolean) | 18-22 | Pending 20.0 | Temporary event for compatibility |
| Integration event | OnAfterSetUpNewLine | (var Record FA Journal Line, Record FA Journal Template, Record FA Journal Batch, Record FA Journal Line) | 18-28 | - | - |
| Integration event | OnAfterShowDimensions | (var Record FA Journal Line) | 18-28 | - | - |
| Integration event | OnValidateFANoOnAfterInitFields | (var Record FA Journal Line) | 18-28 | - | - |
| Integration event | OnBeforeRunEventOnAfterCreateDimTableIDs | (var Record FA Journal Line, var List, var Boolean) | 20-22 | Pending 20.0 | Temporary event for compatibility |
| Integration event | OnAfterInitDefaultDimensionSources | (var Record FA Journal Line, var List) | 20-28 | - | - |
| Integration event | OnBeforeCreateDim | (var Record FA Journal Line, var Boolean) | 20-22 | - | - |
| Integration event | OnBeforeCheckInsuranceFAPostingType | (var Record FA Journal Line, var Boolean) | 20-28 | - | - |
| Integration event | OnBeforeValidateFAPostingType | (var Record FA Journal Line, var Boolean, Integer) | 20-28 | - | - |
| Integration event | OnAfterIsAcquisitionCost | (var Record FA Journal Line, var Boolean) | 21-28 | - | - |
| Integration event | OnBeforeValidateShortcutDimCode | (var Record FA Journal Line, var Record FA Journal Line, Integer, var Code[20], var Boolean) | 22-28 | - | - |
| Integration event | OnBeforeCreateDim | (var Record FA Journal Line, var Boolean, var List) | 23-28 | - | - |
| Integration event | OnAfterCreateDim | (var Record FA Journal Line, Integer, Record FA Journal Line, Integer, List) | 23-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
