ItemComponent
Details the components comprising a single item, including their quantities and costs, for assembly and tracking.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | A unique identifier for the item component record. |
| Itemid | String | The unique identifier for the item associated with the component. |
| Componentkey | String | A unique identifier for the component associated with the item. |
| Itemdesc | String | A description of the item associated with the component. |
| Quantity | Double | The quantity of the component required for the item. |
| Unit | String | The unit of measurement for the component quantity. |
| Costmethod | String | The method used to calculate the cost of the component. |
| Cost | String | The cost of the component. |
| Itemtype1 | String | The type of item associated with the component. |
| Revpercent | String | The revenue percentage associated with the component. |
| Kcdlvrstatus | String | The delivery status of the component. |
| Kcrevdefstatus | String | The revenue definition status of the component. |
| Line_no | Int64 | The line number associated with the component in the record. |
| Record_url | String | The URL associated with the component record. |