Table "Main Asset Component"

ID 5640
Namespace: Microsoft.FixedAssets.FixedAsset

Properties

Name Value
Caption Main Asset Component
DataClassification CustomerContent

Fields

Name Type Description
"Main Asset No." Code[20]
"FA No." Code[20]
Description Text[100]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Events

OnBeforeOnDelete

[IntegrationEvent(False,False)]
local procedure OnBeforeOnDelete(var MainAssetComponent: Record "Main Asset Component", var IsHandled: Boolean)

Parameters

Name Type Description
MainAssetComponent Table Microsoft.FixedAssets.FixedAsset."Main Asset Component"
IsHandled Boolean

OnBeforeValidateFANo

[IntegrationEvent(False,False)]
local procedure OnBeforeValidateFANo(var MainAssetComponent: Record "Main Asset Component", var IsHandled: Boolean)

Parameters

Name Type Description
MainAssetComponent Table Microsoft.FixedAssets.FixedAsset."Main Asset Component"
IsHandled Boolean

See also