Forecasting

Uses the Component:ForecastingType

Inventory forecasting.

Fields and Components

Table 6.23. Fields and Components

Name Description Occurrence Type Data Type User Notes
SalesHistory

Parts sales history.

0..*ComponentSalesHistoryType 
SalesForecast

Parts sales history.

0..*ComponentSalesForecastType 
InventoryFillUp

Inventory fill up.

0..*ComponentInventoryFillUpType 

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.30. Forecasting

<Forecasting>
     <SalesHistory>......</SalesHistory>     [0..*]
     <SalesForecast>......</SalesForecast>     [0..*]
     <InventoryFillUp>......</InventoryFillUp>     [0..*]
</Forecasting>