Uses the Component:PartsInventoryLineType
The Line component represents the detail information related to the Parts inventory transaction. At least one Line is required for each Header
Table 6.16. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| WarehouseParty |
Represents a Wearhouse | 0..1 | Component | PartyABIEType | |
| Part |
This is the basic information to identify a Part. | 0..1 | Component | PartType | |
| PartDetails |
The details of a Part such as serial number, manufacturer, etc. | 0..1 | Component | PartDetailsType | |
| Price |
Part Price. | 0..1 | Field | BasePriceType | |
| Forecasting |
Inventory forecasting. | 0..1 | Component | ForecastingType | |
| InventoryCount |
Inventory count | 0..1 | Component | InventoryCountType | |
| InventoryParameters |
Inventory Parameters | 0..1 | Component | InventoryParametersType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.23. PartsInventoryLine
<PartsInventoryLine>
<WarehouseParty>......</WarehouseParty> [0..1]
<Part>......</Part> [0..1]
<PartDetails>......</PartDetails> [0..1]
<Price>......</Price> [0..1]
<Forecasting>......</Forecasting> [0..1]
<InventoryCount>......</InventoryCount> [0..1]
<InventoryParameters>......</InventoryParameters> [0..1]
</PartsInventoryLine>