Table "FA Posting Type"

ID 5644
Namespace: Microsoft.FixedAssets.Posting

Properties

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

Fields

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

Methods

CreateTypes

procedure CreateTypes()

InsertRec

procedure InsertRec(EntryNo: Integer, FAPostingTypeNo: Integer, FAPostingTypeName: Text)

Parameters

Name Type Description
EntryNo Integer
FAPostingTypeNo Integer
FAPostingTypeName Text

Events

OnAfterCreateTypes

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

Parameters

Name Type Description
FAPostingType Table Microsoft.FixedAssets.Posting."FA Posting Type"

See also