Uses the Component:PartsActivityLineType
Parts Order Line
Table 6.7. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
LineID |
A unique identifer for a line. i.e A line number. | 1..1 | Field | udt:IdentifierType | |
PartActivityTransactionCode |
Parts Activity Transaction Code | 0..1 | Field | sqdt:PartActivityTransactionCodeType | |
PartActivityTransactionQuantity |
The quantity of a given part number in a part activity transaction. | 0..1 | Field | sqdt:QuantityType | |
TransactionDateTime |
The Date and Time of the a transaction. | 0..1 | Field | udt:DateTimeType | |
ReleaseAvailableQuantity |
The quantity available for release. | 0..1 | Field | sqdt:QuantityType | |
PartsProductItem |
The business information common to all parts. | 0..1 | Component | PartsProductItemType | |
OffTheShelfFillIndicator |
Identifies if the part was filled over the shelf. | 0..1 | Field | udt:IndicatorType | |
SameDayFillIndicator |
Identifies if the part was filled same day | 0..1 | Field | udt:IndicatorType |
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.7. PartsActivityLine
<PartsActivityLine> <LineID>......</LineID> [1..1] <PartActivityTransactionCode>......</PartActivityTransactionCode> [0..1] <PartActivityTransactionQuantity>......</PartActivityTransactionQuantity> [0..1] <TransactionDateTime>......</TransactionDateTime> [0..1] <ReleaseAvailableQuantity>......</ReleaseAvailableQuantity> [0..1] <PartsProductItem>......</PartsProductItem> [0..1] <OffTheShelfFillIndicator>......</OffTheShelfFillIndicator> [0..1] <SameDayFillIndicator>......</SameDayFillIndicator> [0..1] </PartsActivityLine>