Bill Of Materials
Summary
A document that stores data related to the Bill of Materials.
Please note that, there is currently no functionality available for storing data as a BillOfMaterials
shape.
Also, it utilizes a placeholder root class temporarily named BillOfMaterialsPlaceHolder
.
Data Definitions
BillOfMaterials
Data Type | Field Name | Rules | About |
---|---|---|---|
AttributeField | attributeField | Zero to Many | Refer to: Atttribute Field |
BillOfMaterialsItem | billOfMaterialsItem | Zero to Many | A component of the Bill of Materials. |
Decimal | baseQuantity | Zero or One | The field is typically the quantity of the main or primary component or item needed to produce one unit of the final product. Which can serve as a reference point for calculating the quantities of other materials and components required for the assembly or production process. |
ExtensionField | extendedBy | Zero to Many | Refer to: Extension Field |
ExternalID | externalIdentity | Zero to Many | Refer to: External ID |
RecordedByUser | recordedBy | Zero to Many | The user who captured the sales order in the originating system |
String | alternateId | Zero or One | The alternate unique identifier of the bill of materials. The alternateId is an Alternate Key. |
Bill of Materials Item
A "Bill of Materials (BOM) item" refers to an individual component, part, or raw material that is listed within a Bill of Materials. In a BOM, each item is a distinct element or entity that contributes to the construction or assembly of a final BillOfMaterials.
Data Type | Field Name | Rules | About |
---|---|---|---|
Product | catalogItem | Exactly 1 | The component Product for this BOM item. |
String | lineNumber | Zero or One | The line number for this BOM item help to order / sequence items in the BOM. |
Magnitude | quantity | Exactly 1 | The Magnitude (unit and amount) of the Product needed for this BOM item. |