Table "FA Date Type"
ID 5645
Namespace: Microsoft.FixedAssets.Depreciation
Properties
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
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
See also