Share via


Table "Exp. Phys. Invt. Tracking"

ID 5886
Namespace: Microsoft.Inventory.Counting.Tracking

Obsolete

This element is obsolete from version 27.0. Replaced by table Exp.Invt.Order.Tracking.

Properties

Name Value
Caption Exp. Phys. Invt. Tracking
DataClassification CustomerContent
ObsoleteReason Replaced by table Exp.Invt.Order.Tracking.
ObsoleteState Removed
ObsoleteTag 27.0
ReplicateData False

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

Events

OnBeforeDeleteLine

[IntegrationEvent(False,False)]
local procedure OnBeforeDeleteLine(var ExpPhysInvtTracking: Record "Exp. Phys. Invt. Tracking", DocumentNo: Code[20], LineNo: Integer, var RemoveAll: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
ExpPhysInvtTracking Table Microsoft.Inventory.Counting.Tracking."Exp. Phys. Invt. Tracking"
DocumentNo Code[20]
LineNo Integer
RemoveAll Boolean
IsHandled Boolean

See also