manufacturingComponent
Stores details of components used in manufacturing processes, linking raw materials to finished goods.
Columns
| Name | Type | References | Description |
| available | Double | Quantity of the component currently available for use. | |
| backordered | Double | Quantity of the component that is back-ordered. | |
| buildvariance | Double | Variance between planned and actual component usage in a build. | |
| item | String | Component item used in the manufacturing process. | |
| onhand | Double | Total quantity of the component currently in stock. | |
| quantity | Double | Required quantity of the component for the build process. | |
| sequencenumber | Integer | Line number indicating the component’s sequence in the manufacturing process. | |
| transaction | String | Transaction ID associated with the component usage. | |
| usedinbuild | Double | Actual quantity of the component used in the build process. |