Report "Copy Fixed Asset"
ID 5685
Namespace: Microsoft.FixedAssets.FixedAsset
Properties
Name
Value
Caption
Copy Fixed Asset
Permissions
TableData "FA Depreciation Book" = ri
ProcessingOnly
True
Methods
SetFANo
procedure SetFANo(NewFANo: Code[20])
Parameters
Name
Type
Description
NewFANo
Code[20]
InitializeRequest
procedure InitializeRequest(NewFANo: Code[20], NewNumberofCopies: Integer, NewFirstFANo: Code[20], NewUseFANoSeries: Boolean)
Parameters
Name
Type
Description
NewFANo
Code[20]
NewNumberofCopies
Integer
NewFirstFANo
Code[20]
NewUseFANoSeries
Boolean
Events
OnAfterFixedAssetCopied
[IntegrationEvent(False,False)]
local procedure OnAfterFixedAssetCopied(var FixedAsset2: Record "Fixed Asset", var FixedAsset: Record "Fixed Asset")
Parameters
OnOnPreReportOnBeforeFA2Insert
[IntegrationEvent(False,False)]
local procedure OnOnPreReportOnBeforeFA2Insert(var FixedAsset2: Record "Fixed Asset", var FixedAsset: Record "Fixed Asset")
Parameters
OnBeforePreReport
[IntegrationEvent(False,False)]
local procedure OnBeforePreReport(FANo: Code[20], NumberofCopies: Integer, FirstFANo: Code[20], UseFANoSeries: Boolean)
Parameters
Name
Type
Description
FANo
Code[20]
NumberofCopies
Integer
FirstFANo
Code[20]
UseFANoSeries
Boolean
See also