Table "Item Tracking Comment"

ID 6506
Namespace: Microsoft.Inventory.Tracking

Properties

Name Value
Caption Item Tracking Comment
DataClassification CustomerContent

Fields

Name Type Description
Type Enum Microsoft.Inventory.Tracking."Item Tracking Comment Type"
"Item No." Code[20]
"Variant Code" Code[10]
"Serial/Lot No." Code[50]
"Line No." Integer
Date Date
Comment Text[80]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

CopyComments

procedure CopyComments(CommentType: Enum "Item Tracking Comment Type", ItemNo: Code[20], VariantCode: Code[10], TrackingNo: Code[50], NewTrackingNo: Code[50])

Parameters

Name Type Description
CommentType Enum Microsoft.Inventory.Tracking."Item Tracking Comment Type"
ItemNo Code[20]
VariantCode Code[10]
TrackingNo Code[50]
NewTrackingNo Code[50]

See also