Table "FA Matrix Posting Type"

ID 5647
Namespace: Microsoft.FixedAssets.Posting

Properties

Name Value
Caption FA Matrix Posting Type
LookupPageID Page Microsoft.FixedAssets.Posting."FA Matrix Posting Types"
DataClassification CustomerContent

Fields

Name Type Description
"Entry No." Integer
"FA Posting Type Name" Text[50]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

CreateTypes

procedure CreateTypes()

InsertRec

procedure InsertRec(EntryNo: Integer, FAPostingTypeName: Text)

Parameters

Name Type Description
EntryNo Integer
FAPostingTypeName Text

Events

OnAfterCreateTypes

[IntegrationEvent(False,False)]
local procedure OnAfterCreateTypes(var FAMatrixPostingType: Record "FA Matrix Posting Type")

Parameters

Name Type Description
FAMatrixPostingType Table Microsoft.FixedAssets.Posting."FA Matrix Posting Type"

See also