Uses the Component:QuantitySoldHistoryType
Used to report historical information about the quantity sold for a part.
Table 6.13. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
PeriodID |
An identifier for the period. | 0..1 | Field | udt:IdentifierType | |
QuantitySold |
Quantity of part sold since last inventory. | 1..1 | Field | sqdt:QuantityType | |
SoldDate |
Sold date | 0..1 | Field | udt:DateType | |
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..1 | Field | scl:PartSaleTypeEnumeratedType | |
QuantityDelivered |
Quantity of part delivered since last inventory. | 0..1 | Field | udt:QuantityType | |
QuantityAvailable |
Quantity available for release of a part at solddate. | 0..1 | Field | udt:QuantityType | |
CustomerParty |
Is the organization that is the end customer of the goods or services being provided in the associated transaction. | 0..1 | Component | PartyABIEType | |
DocumentIdentificationGroup |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentIdentificationGroupType | |
ForecastUsage |
A list of parameters indicating if a historical sale is relevant for forecasting. | 0..* | Component | ForecastUsageType |
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.13. QuantitySoldHistory
<QuantitySoldHistory> <PeriodID>......</PeriodID> [0..1] <QuantitySold>......</QuantitySold> [1..1] <SoldDate>......</SoldDate> [0..1] <PartSaleType>......</PartSaleType> [0..1] <QuantityDelivered>......</QuantityDelivered> [0..1] <QuantityAvailable>......</QuantityAvailable> [0..1] <CustomerParty>......</CustomerParty> [0..1] <DocumentIdentificationGroup>......</DocumentIdentificationGroup> [0..1] <ForecastUsage>......</ForecastUsage> [0..*] </QuantitySoldHistory>