Report "Fixed Asset - Details"
ID 5604
Namespace: Microsoft.FixedAssets.Reports
The Fixed Asset Details report provides a comprehensive overview of all relevant information pertaining to each fixed asset owned by an organization. This report serves as a detailed transaction information and reference tool for asset management.
Properties
| Name | Value |
|---|---|
| DefaultLayout | RDLC |
| RDLCLayout | ./FixedAssets/Reports/FixedAssetDetails.rdlc |
| ApplicationArea | #FixedAssets |
| Caption | Fixed Asset Details |
| UsageCategory | ReportsAndAnalysis |
| WordMergeDataItem | Fixed Asset |
Methods
InitializeRequest
procedure InitializeRequest(NewDeprBookCode: Code[10], NewPrintOnlyOnePerPage: Boolean, NewPrintReversedEntries: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| NewDeprBookCode | Code[10] | |
| NewPrintOnlyOnePerPage | Boolean | |
| NewPrintReversedEntries | Boolean |
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 |