Uses the Component:AcknowledgementStatusType
Table 6.6. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
StatusTypeCode |
Defines the type of status that occured. EX: S-Success, E-Error, W-Warning, I-Info, A-Abort | 0..1 | Field | scl:StatusTypeEnumeratedType | |
StatusCode |
A code identifying the reason for the status message. | 0..1 | Field | scl:StatusCodeEnumeratedType | |
StatusText |
Descriptive status text. | 0..1 | Field | udt:TextType | |
ItemQuantity |
Quantity of the part that has the specified status. | 0..1 | Field | sqdt:QuantityType | |
ShipWarehouseNumeric |
Line item warehouse override code. Indicates which warehouse or distribution center to ship part form. | 0..1 | Field | udt:NumericType | |
ShipmentNumberString |
Number assigned to shipment. | 0..1 | Field | qdt:StringType | |
ProcessedItemID |
ProcessedItemID indicates the actual part that was processed. An ordered part could have been replaced by another part or superceded. | 0..1 | Field | udt:IdentifierType |
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. AcknowledgementStatus
<AcknowledgementStatus> <StatusTypeCode>......</StatusTypeCode> [0..1] <StatusCode>......</StatusCode> [0..1] <StatusText>......</StatusText> [0..1] <ItemQuantity>......</ItemQuantity> [0..1] <ShipWarehouseNumeric>......</ShipWarehouseNumeric> [0..1] <ShipmentNumberString>......</ShipmentNumberString> [0..1] <ProcessedItemID>......</ProcessedItemID> [0..1] </AcknowledgementStatus>