assemblyitembom
A table that stores Bill of Materials (BOM) configurations specifically for assembly items in NetSuite. This includes component relationships, quantity requirements, and structure definitions essential for manufacturing and inventory planning processes.
Columns
| Name | Type | References | Description |
| assembly | String | The unique identifier (Id) of the assembly item that is associated with this Bill of Materials (BOM) in NetSuite. This field links the BOM configuration to the correct inventory assembly record. | |
| billofmaterials | String | The unique Id of the BOM record that defines the components and structure for the associated assembly item. This field ensures proper version control and component tracking. | |
| default | Boolean | Indicates whether this BOM version is the default option for the associated assembly item. A value of 'true' means this version is used unless a different one is specified during transactions. | |
| locations | String | The list of location Ids where this BOM version is applicable. Locations are separated by commas and represent warehouses or fulfillment centers (for example, '1, 2, or 5'). |