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.
Check formula multiple rules when splitting a batch order.
Syntax
client server public static boolean pmfFormulaMultipleAndBOMValid(
ItemId _itemId,
InventDim _inventDim,
BOMId _bomId,
RouteId _routeId,
date _reqDate,
date _dlvDate,
InventQty _qty,
[InventQty _qtySplit])
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item to check.
- _inventDim
Type: InventDim Table
The InventDim record for this test, used in lookups.
- _bomId
Type: BOMId Extended Data Type
The BOM ID to check.
- _routeId
Type: RouteId Extended Data Type
The original route ID that is used; a warning is displayed if this would change after the split.
- _reqDate
Type: date
The date of the original request or order.
- _dlvDate
Type: date
The date for the new split or order.
- _qty
Type: InventQty Extended Data Type
The original quantity before the split.
- _qtySplit
Type: InventQty Extended Data Type
The quantity to be split.
Return Value
Type: boolean
true if the values are valid or the user responded to override the warnings; otherwise, false .