ReturnIndicator

Uses the Component:ReturnIndicatorType

The ReturnIndicator component identifies information about a Part for return.

Fields and Components

Table 6.20. Fields and Components

Name Description Occurrence Type Data Type User Notes
PartToBeReturnedIndicator

Indicates whether or not the part should be returned or retained.

1..1Field udt:IndicatorType  
ReturnReasonCode

Designates the reason the line item part was returned (i.e., shortage, error, quality problem, cores return, obsolete, etc.).

0..1Field udt:TextType  
CustomerSpecialOrderReturnIndicator

Indicates whether Customer Special Order ordered part may be returned to the OEM if the customer decides to cancel the order after it has been received into the dealer's parts inventory.

0..1Field udt:IndicatorType  

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.20. ReturnIndicator

<ReturnIndicator>
     <PartToBeReturnedIndicator>......</PartToBeReturnedIndicator>     [1..1]
     <ReturnReasonCode>......</ReturnReasonCode>     [0..1]
     <CustomerSpecialOrderReturnIndicator>......</CustomerSpecialOrderReturnIndicator>     [0..1]
</ReturnIndicator>