Uses the Component:ForecastingType
Inventory forecasting.
Table 6.23. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| SalesHistory |
Parts sales history. | 0..* | Component | SalesHistoryType | |
| SalesForecast |
Parts sales history. | 0..* | Component | SalesForecastType | |
| InventoryFillUp |
Inventory fill up. | 0..* | Component | InventoryFillUpType |
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>