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
InsertFAJnlLine
procedure InsertFAJnlLine(FANo: Code[20], IndexAmount: Decimal, PostingType: Enum "FA Journal Line FA Posting Type")
Parameters
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
See also