Report "Index Fixed Assets"

ID 5690
Namespace: Microsoft.FixedAssets.FixedAsset

Properties

Name Value
ApplicationArea #FixedAssets
Caption Index Fixed Assets
ProcessingOnly True
UsageCategory Tasks

Methods

InsertGenJnlLine

procedure InsertGenJnlLine(FANo: Code[20], IndexAmount: Decimal, PostingType: Enum "FA Journal Line FA Posting Type")

Parameters

Name Type Description
FANo Code[20]
IndexAmount Decimal
PostingType Enum Microsoft.FixedAssets.Journal."FA Journal Line FA Posting Type"

InsertFAJnlLine

procedure InsertFAJnlLine(FANo: Code[20], IndexAmount: Decimal, PostingType: Enum "FA Journal Line FA Posting Type")

Parameters

Name Type Description
FANo Code[20]
IndexAmount Decimal
PostingType Enum Microsoft.FixedAssets.Journal."FA Journal Line FA Posting Type"

InitializeRequest

procedure InitializeRequest(DeprBookCodeFrom: Code[10], IndexFigureFrom: Decimal, FAPostingDateFrom: Date, PostingDateFrom: Date, DocumentNoFrom: Code[20], PostingDescriptionFrom: Text[100], BalAccountFrom: Boolean)

Parameters

Name Type Description
DeprBookCodeFrom Code[10]
IndexFigureFrom Decimal
FAPostingDateFrom Date
PostingDateFrom Date
DocumentNoFrom Code[20]
PostingDescriptionFrom Text[100]
BalAccountFrom Boolean

SetIndexAcquisitionCost

procedure SetIndexAcquisitionCost(IndexChoice: Boolean)

Parameters

Name Type Description
IndexChoice Boolean

SetIndexDepreciation

procedure SetIndexDepreciation(IndexChoice: Boolean)

Parameters

Name Type Description
IndexChoice Boolean

Events

OnBeforeInsertJournalLine

[IntegrationEvent(True,False)]
local procedure OnBeforeInsertJournalLine(FixedAsset: Record "Fixed Asset", var IndexAmount: Decimal, var IsHandled: Boolean, i: Integer, DeprBookCode: Code[10])

Parameters

Name Type Description
FixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
IndexAmount Decimal
IsHandled Boolean
i Integer
DeprBookCode Code[10]

See also