Share via


Table "Whse. Internal Pick Line"

ID 7334
Namespace: Microsoft.Warehouse.InternalDocument

Properties

Name Value
Caption Whse. Internal Pick Line
LookupPageID Page Microsoft.Warehouse.InternalDocument."Whse. Internal Pick Lines"
DataClassification CustomerContent

Fields

Name Type Description
"No." Code[20]
"Line No." Integer
"Location Code" Code[10]
"Shelf No." Code[10]
"To Bin Code" Code[20]
"To Zone Code" Code[10]
"Item No." Code[20]
Quantity Decimal
"Qty. (Base)" Decimal
"Qty. Outstanding" Decimal
"Qty. Outstanding (Base)" Decimal
"Qty. Picked" Decimal
"Qty. Picked (Base)" Decimal
"Pick Qty." Decimal
"Pick Qty. (Base)" Decimal
"Unit of Measure Code" Code[10]
"Qty. per Unit of Measure" Decimal
"Variant Code" Code[10]
Description Text[100]
"Description 2" Text[50]
Status Option
"Sorting Sequence No." Integer
"Due Date" Date
Cubage Decimal
Weight Decimal
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

SetUpNewLine

procedure SetUpNewLine(LastWhseInternalPickLine: Record "Whse. Internal Pick Line")

Parameters

Name Type Description
LastWhseInternalPickLine Table Microsoft.Warehouse.InternalDocument."Whse. Internal Pick Line"

CalcStatusPickLine

procedure CalcStatusPickLine(): Integer

Returns

Type Description
Integer

SetHideValidationDialog

procedure SetHideValidationDialog(NewHideValidationDialog: Boolean)

Parameters

Name Type Description
NewHideValidationDialog Boolean

CreatePickDoc

procedure CreatePickDoc(var WhseInternalPickLine: Record "Whse. Internal Pick Line", WhseInternalPickHeader2: Record "Whse. Internal Pick Header")

Parameters

Name Type Description
WhseInternalPickLine Table Microsoft.Warehouse.InternalDocument."Whse. Internal Pick Line"
WhseInternalPickHeader2 Table Microsoft.Warehouse.InternalDocument."Whse. Internal Pick Header"

OpenItemTrackingLines

procedure OpenItemTrackingLines()

CheckBin

procedure CheckBin(CalcDeduction: Boolean)

Parameters

Name Type Description
CalcDeduction Boolean

Events

OnBeforeCheckIncreaseBin

[IntegrationEvent(False,False)]
local procedure OnBeforeCheckIncreaseBin(var RecWhseInternalPickLine: Record "Whse. Internal Pick Line", var Bin: Record Bin, WhseInternalPickLine: Record "Whse. Internal Pick Line", var IsHandled: Boolean)

Parameters

Name Type Description
RecWhseInternalPickLine Table Microsoft.Warehouse.InternalDocument."Whse. Internal Pick Line"
Bin Table Microsoft.Warehouse.Structure.Bin
WhseInternalPickLine Table Microsoft.Warehouse.InternalDocument."Whse. Internal Pick Line"
IsHandled Boolean

OnBeforeInitItemFields

[IntegrationEvent(False,False)]
local procedure OnBeforeInitItemFields(var RecWhseInternalPickLine: Record "Whse. Internal Pick Line", var IsHandled: Boolean)

Parameters

Name Type Description
RecWhseInternalPickLine Table Microsoft.Warehouse.InternalDocument."Whse. Internal Pick Line"
IsHandled Boolean

OnBeforeRunCreatePickFromWhseSource

[IntegrationEvent(False,False)]
local procedure OnBeforeRunCreatePickFromWhseSource(var WhseInternalPickLine: Record "Whse. Internal Pick Line", var WhseInternalPickHeader2: Record "Whse. Internal Pick Header", HideValidationDialog: Boolean, var IsHandled: Boolean)

Parameters

Name Type Description
WhseInternalPickLine Table Microsoft.Warehouse.InternalDocument."Whse. Internal Pick Line"
WhseInternalPickHeader2 Table Microsoft.Warehouse.InternalDocument."Whse. Internal Pick Header"
HideValidationDialog Boolean
IsHandled Boolean

OnOpenItemTrackingLinesOnBeforeSetSource

[IntegrationEvent(False,False)]
local procedure OnOpenItemTrackingLinesOnBeforeSetSource(var WhseInternalPickLine: Record "Whse. Internal Pick Line", var WhseWorksheetLine: Record "Whse. Worksheet Line")

Parameters

Name Type Description
WhseInternalPickLine Table Microsoft.Warehouse.InternalDocument."Whse. Internal Pick Line"
WhseWorksheetLine Table Microsoft.Warehouse.Worksheet."Whse. Worksheet Line"

See also