PartsActivityTransaction

Uses the Component:PartsActivityTransactionType

Parts Activity Transactions

Fields and Components

Table 6.34. Fields and Components

Name Description Occurrence Type Data Type User Notes
PartActivityTransactionCode

Parts Activity Transaction Code

1..1Field sqdt:PartActivityTransactionCodeType  
PartActivityTransactionQuantity

The quantity of a given part number in a part activity transaction

1..1Field udt:QuantityType  
PartTransactionDateTime

The Date and Time of the a transaction.

1..1Field udt:DateTimeType  
ForecastRelevant

Forecast Relevant "Y" or "N"

0..1Field udt:TextType  
ItemIdentification

Party Identification number used to uniquely identify a party - customer number

0..1Field udt:IdentifierType  
CustomerParty

Is the organization that is the end customer of the goods or services being provided in the associated transaction.

0..1ComponentPartyABIEType 

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.34. PartsActivityTransaction

<PartsActivityTransaction>
     <PartActivityTransactionCode>......</PartActivityTransactionCode>     [1..1]
     <PartActivityTransactionQuantity>......</PartActivityTransactionQuantity>     [1..1]
     <PartTransactionDateTime>......</PartTransactionDateTime>     [1..1]
     <ForecastRelevant>......</ForecastRelevant>     [0..1]
     <ItemIdentification>......</ItemIdentification>     [0..1]
     <CustomerParty>......</CustomerParty>     [0..1]
</PartsActivityTransaction>