Report "Fixed Asset - List"

ID 5601
Namespace: Microsoft.FixedAssets.Reports

The Fixed Asset List report provides a comprehensive listing of all fixed assets owned by an organization at a specific point in time. This report is crucial for asset management, financial reporting, and compliance purposes.

Properties

Name Value
DefaultLayout RDLC
RDLCLayout ./FixedAssets/Reports/FixedAssetList.rdlc
ApplicationArea #FixedAssets
Caption Fixed Asset List
UsageCategory ReportsAndAnalysis

Events

OnFixedAssetOnAfterGetRecordOnAfterCalcShouldSkipAsset

[IntegrationEvent(False,False)]
local procedure OnFixedAssetOnAfterGetRecordOnAfterCalcShouldSkipAsset(FixedAsset: Record "Fixed Asset", var ShouldSkipAsset: Boolean)

Parameters

Name Type Description
FixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
ShouldSkipAsset Boolean

See also