Table "Exp. Phys. Invt. Tracking"

ID 5886
Namespace: Microsoft.Inventory.Counting.Tracking

Obsolete

This element will become obsolete from version 24.0. Replaced by table Exp.Invt.Order.Tracking.

Properties

Name Value
Caption Exp. Phys. Invt. Tracking
ObsoleteReason Replaced by table Exp.Invt.Order.Tracking.
DrillDownPageID Microsoft.Inventory.Counting.Tracking."Exp. Phys. Invt. Tracking"
LookupPageID Microsoft.Inventory.Counting.Tracking."Exp. Phys. Invt. Tracking"
ObsoleteState Pending
ObsoleteTag 24.0
DataClassification CustomerContent

Fields

Name Type Description
"Order No" Code[20]
"Order Line No." Integer
"Serial No." Code[50]
"Lot No." Code[50]
"Quantity (Base)" Decimal
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

InsertLine

procedure InsertLine(DocumentNo: Code[20], LineNo: Integer, SerialNo: Code[50], LotNo: Code[50], Quantity: Decimal)

Parameters

Name Type Description
DocumentNo Code[20]
LineNo Integer
SerialNo Code[50]
LotNo Code[50]
Quantity Decimal

DeleteLine

procedure DeleteLine(DocumentNo: Code[20], LineNo: Integer, RemoveAll: Boolean)

Parameters

Name Type Description
DocumentNo Code[20]
LineNo Integer
RemoveAll Boolean

See also