Page "FA Posting Types Overv. Matrix"

ID 9277
Namespace: Microsoft.FixedAssets.Posting

With the FA Posting Types Overv. Matrix, you can review accumulated amounts for each field, such as book value, acquisition cost, and depreciation, and for each fixed asset. For every fixed asset, a separate line is shown for each depreciation book linked to the asset.

Properties

Name Value
Caption FA Posting Types Overv. Matrix
Editable False
LinksAllowed False
PageType List
SourceTable Table Microsoft.FixedAssets.Depreciation."FA Depreciation Book"
AboutTitle About FA Posting Types Overv. Matrix
AboutText With the **FA Posting Types Overv. Matrix**, you can review accumulated amounts for each field, such as book value, acquisition cost, and depreciation, and for each fixed asset. For every fixed asset, a separate line is shown for each depreciation book linked to the asset.

Methods

LoadMatrix

procedure LoadMatrix(NewMatrixColumns: array[32] of Text[80], var NewMatrixRecords: array[32] of Record "FA Matrix Posting Type", CurrentNoOfMatrixColumns: Integer, NewDateFilter: Text, NewRoundingFactor: Enum "Analysis Rounding Factor")

Parameters

Name Type Description
NewMatrixColumns array[32] of Text[80]
NewMatrixRecords array[32] of Record "FA Matrix Posting Type"
CurrentNoOfMatrixColumns Integer
NewDateFilter Text
NewRoundingFactor Enum Microsoft.Foundation.Enums."Analysis Rounding Factor"

SetVisible

procedure SetVisible()

Events

OnAfterMATRIX_OnAfterGetRecord

[IntegrationEvent(False,False)]
local procedure OnAfterMATRIX_OnAfterGetRecord(var MATRIX_CellData: array[32] of Decimal, MATRIX_ColumnOrdinal: Integer, RoundingFactor: Enum "Analysis Rounding Factor", MatrixRecords: array[32] of Record "FA Matrix Posting Type", var FADepreciationBook: Record "FA Depreciation Book")

Parameters

Name Type Description
MATRIX_CellData array[32] of Decimal
MATRIX_ColumnOrdinal Integer
RoundingFactor Enum Microsoft.Foundation.Enums."Analysis Rounding Factor"
MatrixRecords array[32] of Record "FA Matrix Posting Type"
FADepreciationBook Table Microsoft.FixedAssets.Depreciation."FA Depreciation Book"

OnBeforeMATRIX_OnAfterGetRecord

[IntegrationEvent(False,False)]
local procedure OnBeforeMATRIX_OnAfterGetRecord(var FADepreciationBook: Record "FA Depreciation Book")

Parameters

Name Type Description
FADepreciationBook Table Microsoft.FixedAssets.Depreciation."FA Depreciation Book"

OnBeforeMATRIX_OnDrillDown

[IntegrationEvent(False,False)]
local procedure OnBeforeMATRIX_OnDrillDown(var FALedgerEntry: Record "FA Ledger Entry")

Parameters

Name Type Description
FALedgerEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"

OnMATRIX_OnDrillDownOnCaseElse

[IntegrationEvent(False,False)]
local procedure OnMATRIX_OnDrillDownOnCaseElse(MATRIX_ColumnOrdinal: Integer, var FALedgerEntry: Record "FA Ledger Entry")

Parameters

Name Type Description
MATRIX_ColumnOrdinal Integer
FALedgerEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"

See also