MCRTmpPickingWorkbenchTrans.initFromItemPrompt Method

Creates picking workbench transaction records by prompting for a list of item IDs.

Syntax

public void initFromItemPrompt(
    MCRPickingSession _sessionId, 
    str _formatString, 
   [boolean _displayWarnings])

Run On

Called

Parameters

  • _formatString
    Type: str
    The list of item ID's used to create the picking worbench transaction records.
  • _displayWarnings
    Type: boolean
    Indicates whether to display warnings if they occur.

Remarks

Value of prompt can either be a comma seperated list or a single range. Or any value valid for a query build range.

See Also

Reference

MCRTmpPickingWorkbenchTrans Table