Share via


WHSWorkTable.pickOverPickTransaction Method

Method which picks inventory against source document lines for overpicked work units

Syntax

private Map pickOverPickTransaction(
    Common _common, 
    Qty _pickQty, 
    InventDim _inventDim, 
    Map _consumedInventory)

Run On

Called

Parameters

  • _common
    Type: Common Table
    The source document line we are picking inventory against
  • _pickQty
    Type: Qty Extended Data Type
    The amount of frozen work qty we are going to pick against the production BOM line
  • _inventDim
    Type: InventDim Table
    The inventory dimension set down to License Plate we are picking against the production BOM line
  • _consumedInventory
    Type: Map Class
    A map which contains the dimension set/qty combinations which have already been picked by other frozen work

Return Value

Type: Map Class
The updated Map which contains consumed inventory invormation

See Also

Reference

WHSWorkTable Table