MCRTmpPickingWorkbenchTrans.insertTransAndReserve Method

Checks the transaction, reserves, then creates picking workbench transaction record.

Syntax

public boolean insertTransAndReserve(
    InventLocationId _sessionWarehouse, 
    SalesLine _salesLine, 
    InventTable _inventTable, 
   [boolean _displayWarnings])

Run On

Called

Parameters

  • _salesLine
    Type: SalesLine Table
    The sales line record that should be reserved.
  • _inventTable
    Type: InventTable Table
    The item record of the item that should be reserved.
  • _displayWarnings
    Type: boolean
    Indicates whether to display warnings if they occur.

Return Value

Type: boolean
true if the sales order items were able to be reserved; otherwise false.

Remarks

Issue appropriate warning message if an authorization was stale and therefore a sales order could not be picked.

See Also

Reference

MCRTmpPickingWorkbenchTrans Table