---
title: "Codeunit 5606 FA Check Consistency"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/5606-fa-check-consistency/
type: codeunit
id: 5606
name: "FA Check Consistency"
app: "Base Application"
namespace: Microsoft.FixedAssets.FixedAsset
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/5606-fa-check-consistency/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 5606 FA Check Consistency

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/5606-fa-check-consistency/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.FixedAssets.FixedAsset |
| Versions | 17-28 |
| Source file | FixedAssets/FixedAsset/FACheckConsistency.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| SetFAPostingDate | (var Record FA Ledger Entry, Boolean) | - | public | 17-28 | - | - |
| CheckDisposalDate | (Record FA Depreciation Book, Record Fixed Asset) | - | public | 17-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnBeforeCheckForError | (Record FA Ledger Entry, var Record FA Journal Line, Record FA Posting Type Setup, Decimal, Decimal, Decimal, Decimal, var Boolean) | 17-28 | - | - |
| Integration event | OnCheckNormalPostingOnAfterSetFALedgerEntryFilters | (var Record FA Ledger Entry, Code[20], Code[10]) | 17-28 | - | - |
| Integration event | OnSetFAPostingDateOnBeforeFADeprBookModify | (var Record FA Depreciation Book, var Record FA Ledger Entry, Date, Date, Date) | 17-28 | - | - |
| Integration event | OnBeforeCreateDisposerError | (Record Fixed Asset, Code[10], var Boolean) | 18-19 | - | - |
| Integration event | OnBeforeCreatePostingTypeError | (Record FA Journal Line, Record FA Ledger Entry, Record Depreciation Book, var Boolean) | 18-21 | - | - |
| Integration event | OnCheckSalesPostingOnAfterSetFALedgerEntryFilters | (var Record FA Ledger Entry, Code[20], Code[10]) | 20-28 | - | - |
| Integration event | OnCheckSalesPostingOnBeforeFirstFind | (var Record FA Ledger Entry, Code[20], Code[10]) | 20-28 | - | - |
| Integration event | OnBeforeCreateDisposerError | (Record Fixed Asset, Code[10], var Boolean, Record FA Ledger Entry) | 20-28 | - | - |
| Integration event | OnCheckNormalPostingOnBeforeCalcSumsForBookValue | (var Record FA Ledger Entry, Date) | 21-28 | - | - |
| Integration event | OnCheckNormalPostingOnBeforeFind | (var Record FA Ledger Entry, Date) | 21-28 | - | - |
| Integration event | OnBeforeCreatePostingTypeError | (Record FA Journal Line, Record FA Ledger Entry, Record Depreciation Book, var Boolean, Decimal) | 22-28 | - | - |
| Integration event | OnSetFAPostingDateOnBeforeSetGLDate | (Code[20], Code[10], var Record FA Ledger Entry, var Record FA Ledger Entry, var Date, var Boolean) | 22-28 | - | - |
| Integration event | OnSetFAPostingDateOnBeforeSetMinDate | (Code[20], Code[10], var Record FA Ledger Entry, var Record FA Ledger Entry, var Date, var Boolean) | 22-28 | - | - |
| Integration event | OnBeforeCreateAcquisitionCostError | (Record FA Journal Line, var Record FA Ledger Entry, var Boolean) | 22-28 | - | - |
| Integration event | OnBeforeCreateBookValueError | (Record FA Ledger Entry, Decimal, Decimal, var Boolean) | 22-28 | - | - |
| Integration event | OnBeforeCheckSalesPostingIgnore | (var Record FA Ledger Entry, Code[20], Code[10], var Boolean) | 22-28 | - | - |
| Integration event | OnBeforeCreateDeprBasisError | (Record FA Ledger Entry, Decimal, var Boolean) | 22-28 | - | - |
| Integration event | OnRunOnBeforeCheckSalesPostingCheckOther | (var Record FA Ledger Entry, var Boolean) | 22-28 | - | - |
| Integration event | OnCheckNormalPostingOnCalcValues | (Code[20], Code[10], var Record FA Ledger Entry, var Record FA Ledger Entry, Date, var Decimal, var Decimal, var Decimal, var Decimal, var Boolean) | 22-28 | - | - |
| Integration event | OnCheckNormalPostingOnCalcValuesFinal | (Code[20], Code[10], var Record FA Ledger Entry, var Record FA Ledger Entry, Date, var Decimal, var Decimal, var Decimal, var Decimal, var Boolean) | 22-28 | - | - |
| Integration event | OnBeforeRun | (var Record FA Ledger Entry, var Boolean) | 22-28 | - | - |
| Integration event | OnSetFAPostingDateOnAfterSetFALedgerEntryFilters | (Code[20], Code[10], var Record FA Ledger Entry, var Record FA Ledger Entry) | 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.
