PmfConsOrd.addProdTable Method
Adds a production order to the consolidated order.
Syntax
public void addProdTable(
ProdTable _prodTable,
[boolean _force,
PmfBulkOrd _bulkOrd])
Run On
Called
Parameters
- _prodTable
Type: ProdTable Table
The production order to add.
- _force
Type: boolean
A Boolean value that indicates whether the Bulk/Pack type should be forced. This parameter is false by default.
- _bulkOrd
Type: PmfBulkOrd Extended Data Type
The Bulk/Pack status of the order if the status is forced.
Remarks
If the Bulk/Pack status is forced, it is possible to create inconsistent consolidated orders. Check the validity by using the validateAddProdTable method first before forcing the add.