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.
Gets the lines for a set of BOMs.
Syntax
server protected static BOM getMergedTmpBOMByIds(Set _bomIds)
Run On
Server
Parameters
- _bomIds
Type: Set Class
A set of BOM IDs.
Return Value
Type: BOM Table
A temporary BOM table buffer that contains the merged result.
Four fields are available: BOMId, ItemID, UnitId, and BOMQty. The BOMQty value is merged and grouped by BOMId, ItemId, and UnitId values.
Remarks
The same item in same BOM will be merged.
The unit for all items is converted to the inventory module unit for the items.