Page "Fixed Asset Card"

ID 5600
Namespace: Microsoft.FixedAssets.FixedAsset

With the Fixed Asset Card, you manage information about a fixed asset and specify the Class Subclass and Depreciation details. From here you can also drill down on past and ongoing fixed asset activity.

Properties

Name Value
Caption Fixed Asset Card
PageType Document
Permissions TableData "FA Depreciation Book" = rim
RefreshOnActivate True
SourceTable Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
AdditionalSearchTerms FA, Asset Profile, Property Details, Tangible Asset Info, Asset Data, Capital Good Info, Asset Detail, Ownership Info, Property Data
AboutTitle About Fixed Asset Card
AboutText With the **Fixed Asset Card**, you manage information about a fixed asset and specify the Class Subclass and Depreciation details. From here you can also drill down on past and ongoing fixed asset activity.

Methods

SaveSimpleDepreciationBook

procedure SaveSimpleDepreciationBook(FixedAssetNo: Code[20])

Parameters

Name Type Description
FixedAssetNo Code[20]

UpdateDepreciationBook

procedure UpdateDepreciationBook(FixedAssetNo: Code[20])

Parameters

Name Type Description
FixedAssetNo Code[20]

Events

OnAfterLoadDepreciationBooks

[IntegrationEvent(False,False)]
local procedure OnAfterLoadDepreciationBooks(FixedAsset: Record "Fixed Asset", var Simple: Boolean)

Parameters

Name Type Description
FixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
Simple Boolean

OnBeforeShowAcquisitionNotification

[IntegrationEvent(False,False)]
local procedure OnBeforeShowAcquisitionNotification(FixedAsset: Record "Fixed Asset", var Acquirable: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
FixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
Acquirable Boolean
IsHandled Boolean

OnBeforeUpdateDepreciationBook

[IntegrationEvent(False,False)]
local procedure OnBeforeUpdateDepreciationBook(var IsHandled: Boolean, var FixedAssetNo: Code[20], var FADepreciationBook: Record "FA Depreciation Book")

Parameters

Name Type Description
IsHandled Boolean
FixedAssetNo Code[20]
FADepreciationBook Table Microsoft.FixedAssets.Depreciation."FA Depreciation Book"

OnBeforeOnValidateFASubclassCodePage

[IntegrationEvent(False,False)]
local procedure OnBeforeOnValidateFASubclassCodePage(var FixedAsset: Record "Fixed Asset", var xFixedAsset: Record "Fixed Asset", var IsHandled: Boolean)

Parameters

Name Type Description
FixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
xFixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
IsHandled Boolean

OnSetDefaultPostingGroupOnBeforeValidateFAPostingGroup

[IntegrationEvent(False,False)]
local procedure OnSetDefaultPostingGroupOnBeforeValidateFAPostingGroup(var FixedAsset: Record "Fixed Asset", FADepreciationBook: Record "FA Depreciation Book", FASubClass: Record "FA Subclass", var UpdateConfirmed: Boolean, var UpdateAllowed: Boolean, var Simple: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
FixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
FADepreciationBook Table Microsoft.FixedAssets.Depreciation."FA Depreciation Book"
FASubClass Table Microsoft.FixedAssets.Setup."FA Subclass"
UpdateConfirmed Boolean
UpdateAllowed Boolean
Simple Boolean
IsHandled Boolean

OnBeforeSetDefaultDepreciationBook

[IntegrationEvent(True,False)]
local procedure OnBeforeSetDefaultDepreciationBook(var FixedAsset: Record "Fixed Asset", FADepreciationBook: Record "FA Depreciation Book", var Simple: Boolean, var FADepreciationBookOld: Record "FA Depreciation Book", var ShowAddMoreDeprBooksLbl: Boolean, var AllowEditDepBookCode: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
FixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
FADepreciationBook Table Microsoft.FixedAssets.Depreciation."FA Depreciation Book"
Simple Boolean
FADepreciationBookOld Table Microsoft.FixedAssets.Depreciation."FA Depreciation Book"
ShowAddMoreDeprBooksLbl Boolean
AllowEditDepBookCode Boolean
IsHandled Boolean

See also