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