GetStartQtyOfItemInWO Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetStartQtyOfItemInWO() method retrieves the start quantity of the specified item in the specified work order.
Parameters
- _item_id
- Optional. Holds the ID of the item whose start quantity is to be retrieved. Set to null if not used.
- _wo_id
- Optional. Holds the ID of the work order that produces this item. Set to null if not used.
- _oper_id
- Optional. Holds the operation ID of the job that contains the start quantity being retrieved. Set to null if not used.
Return Value
Returns an integer value equal to the start quantity of the item for the work
order.