SalesForecast

Uses the Component:SalesForecastType

Parts sales history.

Fields and Components

Table 6.30. Fields and Components

Name Description Occurrence Type Data Type User Notes
PeriodsInYear

Periods in a year.

0..1Field oag:NumberType  
PeriodID

The period ID.

0..1Field oag:OpenIDType  
PartSaleType

Identifies the type of Sale or Lost Sale. RS=Repair Oder Sale, RL=Repair Order Lost Sale, CS=Counter Sale, CL=Lost Counter Sale, SA=Service Appointment Sale

0..1Field scl:PartSaleTypeEnumeratedType  
BaseQuantity

Generic Quantity Component.

0..*ComponentBaseQuantityType 

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.37. SalesForecast

<SalesForecast>
     <PeriodsInYear>......</PeriodsInYear>     [0..1]
     <PeriodID>......</PeriodID>     [0..1]
     <PartSaleType>......</PartSaleType>     [0..1]
     <BaseQuantity>......</BaseQuantity>     [0..*]
</SalesForecast>