Uses the Component:PartsDispositionLineType
Detail Line
Table 6.6. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PartsProductItem |
The business information common to all parts. | 0..1 | Component | PartsProductItemType | |
| QuantityReOrderPoint |
Quantity that triggers dealer's reordering of part. | 0..1 | Field | sqdt:QuantityType | |
| QuantityUserMax |
User-defined maximum stocking quantity for a part to be held in inventory. | 0..1 | Field | sqdt:QuantityType | |
| ReplenishmentChangeIndicator |
Indicates that the state of replenishment has changed. | 0..1 | Field | udt:IndicatorType | |
| CurrentReplenishmentFlag |
Flag which indicates participation in Automatic Replenishment Actual State. | 0..1 | Field | udt:IdentifierType | |
| OldReplenishmentFlag |
Flag which indicates participation in Automatic Replenishment State before Change. | 0..1 | Field | udt:IdentifierType | |
| ExclusionReason |
Reason why part is excluded from replenishment, | 0..1 | Field | udt:TextType | |
| AssortmentClassification |
Classification used to analyze dealer stocks. | 0..1 | Field | udt:CodeType | |
| SubcategoryCodeFromAssortment |
Subcategory code from Assortment Classification, depending on Sales History of the Part. | 0..1 | Field | udt:CodeType | |
| PartsForecasting |
The Parts Forecasting component is used for reporting of data values for forecasting algorithms. | 0..1 | Component | PartsForecastingType | |
| PDOrderTypeCode |
Part Order Type entered or selected at dealership. Stock-STK, Vehicle Off Road-VOR, Daily-DPO, Emergency-EMG, Supplemental-SUP, Promotional-PRO, Solicited-SOL, Vehicle Off Road Parts Inquiry-VPI, Weekly-WKL, Interim-INT, Export-EXP, Dropship Stock-DSS, Dropship Vehicle Off Road-DVR, Lock and Key-LAK, Will Call-WCL, Return Request w/ Reference-RRR, Return Request w/o Reference-RWR, Credit Request w/ Reference-CRR, Credit Request w/o Reference-CWR, Debit Request w/ Reference-DRR, Debit Request w/o Reference-DWR, Rush-RUS, Urgent-URG, Other-OTH, N/A-N/A, Hold-HLD, Dating-DTG | 0..1 | Field | sqdt:OrderTypeCodeType | |
| PDPartOrderNumber |
Number for parts order assigned by dealer/DMS/OEM. | 0..1 | Field | udt:TextType | |
| PartOrderLineItemComments |
Free form text for dealer per line item of part order for comments or additional part information. | 0..1 | Field | udt:TextType | |
| OrderPartQuantity |
Quantity of part ordered - A calculated value, based upon pack multipliers. | 0..1 | Field | sqdt:QuantityType |
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.6. PartsDispositionDetail
<PartsDispositionDetail>
<PartsProductItem>......</PartsProductItem> [0..1]
<QuantityReOrderPoint>......</QuantityReOrderPoint> [0..1]
<QuantityUserMax>......</QuantityUserMax> [0..1]
<ReplenishmentChangeIndicator>......</ReplenishmentChangeIndicator> [0..1]
<CurrentReplenishmentFlag>......</CurrentReplenishmentFlag> [0..1]
<OldReplenishmentFlag>......</OldReplenishmentFlag> [0..1]
<ExclusionReason>......</ExclusionReason> [0..1]
<AssortmentClassification>......</AssortmentClassification> [0..1]
<SubcategoryCodeFromAssortment>......</SubcategoryCodeFromAssortment> [0..1]
<PartsForecasting>......</PartsForecasting> [0..1]
<PDOrderTypeCode>......</PDOrderTypeCode> [0..1]
<PDPartOrderNumber>......</PDPartOrderNumber> [0..1]
<PartOrderLineItemComments>......</PartOrderLineItemComments> [0..1]
<OrderPartQuantity>......</OrderPartQuantity> [0..1]
</PartsDispositionDetail>