Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the production order can be added to the consolidated order.
Syntax
public boolean validateAddProdTable(
ProdTable _prodTable,
[boolean _force,
PmfBulkOrd _bulkOrd])
Run On
Called
Parameters
- _prodTable
Type: ProdTable Table
The production order to check.
- _force
Type: boolean
A Boolean value that indicates whether the Bulk/Pack status of the production order should be forced.
- _bulkOrd
Type: PmfBulkOrd Extended Data Type
The Bulk/Pack status if the status is forced.
Return Value
Type: boolean
true if the production order can be added to the consolidated order; otherwise, false.