Table "Inventory Comment Line"
ID 5748
Namespace: Microsoft.Inventory.Comment
Properties
| Name | Value |
|---|---|
| Caption | Inventory Comment Line |
| LookupPageID | Page Microsoft.Inventory.Comment."Inventory Comment List" |
| DataClassification | CustomerContent |
Fields
| Name | Type | Description |
|---|---|---|
| "Document Type" | Enum Microsoft.Inventory.Comment."Inventory Comment Document Type" | |
| "No." | Code[20] | |
| "Line No." | Integer | |
| Date | Date | |
| Code | Code[10] | |
| Comment | Text[80] | |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
SetUpNewLine
procedure SetUpNewLine()
CopyCommentLines
procedure CopyCommentLines(FromDocumentType: Enum "Inventory Comment Document Type", FromNumber: Code[20], ToDocumentType: Enum "Inventory Comment Document Type", ToNumber: Code[20])
Parameters
| Name | Type | Description |
|---|---|---|
| FromDocumentType | Enum Microsoft.Inventory.Comment."Inventory Comment Document Type" | |
| FromNumber | Code[20] | |
| ToDocumentType | Enum Microsoft.Inventory.Comment."Inventory Comment Document Type" | |
| ToNumber | Code[20] |
Events
OnAfterSetUpNewLine
[IntegrationEvent(False,False)]
local procedure OnAfterSetUpNewLine(var InventoryCommentLineRec: Record "Inventory Comment Line", var InventoryCommentLineFilter: Record "Inventory Comment Line")
Parameters
| Name | Type | Description |
|---|---|---|
| InventoryCommentLineRec | Table Microsoft.Inventory.Comment."Inventory Comment Line" | |
| InventoryCommentLineFilter | Table Microsoft.Inventory.Comment."Inventory Comment Line" |