Table "FA Date Type"

ID 5645
Namespace: Microsoft.FixedAssets.Depreciation

Properties

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

Fields

Name Type Description
"FA Date Type No." Integer
"FA Date 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(FAEntryNo: Integer, FADateTypeNo: Integer, FADateTypeName: Text)

Parameters

Name Type Description
FAEntryNo Integer
FADateTypeNo Integer
FADateTypeName Text

Events

OnAfterCreateTypes

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

Parameters

Name Type Description
FADateType Table Microsoft.FixedAssets.Depreciation."FA Date Type"

See also