PartsInventoryLine

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

Fields and Components

Table 6.16. Fields and Components

Name Description Occurrence Type Data Type User Notes
WarehouseParty

Represents a Wearhouse

0..1ComponentPartyABIEType 
Part

This is the basic information to identify a Part.

0..1ComponentPartType 
PartDetails

The details of a Part such as serial number, manufacturer, etc.

0..1ComponentPartDetailsType 
Price

Part Price.

0..1Field BasePriceType  
Forecasting

Inventory forecasting.

0..1ComponentForecastingType 
InventoryCount

Inventory count

0..1ComponentInventoryCountType 
InventoryParameters

Inventory Parameters

0..1ComponentInventoryParametersType 

Sample XML

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>