Uses the Component:TransferFromType
The TransferFromType component represents information about the part being transferred from a specific dealer location as well as information about that particular dealer location.
Table 6.9. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
TransferFromCode |
The code for the dealer location from which parts will be transferred. | 0..1 | Field | udt:CodeType | |
TransferFromItemID |
Part number reference for transfer-from dealer location. | 0..1 | Field | udt:IdentifierType | |
TransferFromPartManufacturer |
Part ownership / manufacturer reference for transfer-from dealer location. | 0..1 | Field | udt:NameType | |
RecommendedTransferQuantity |
The quantity that the inventory control system is recommending for transfer. | 0..1 | Field | udt:QuantityType | |
PrimaryBinLocationTransferFrom |
Primary bin location for part at transfer-from dealer location. | 0..1 | Field | udt:TextType |
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.9. TransferFromType
<TransferFromType> <TransferFromCode>......</TransferFromCode> [0..1] <TransferFromItemID>......</TransferFromItemID> [0..1] <TransferFromPartManufacturer>......</TransferFromPartManufacturer> [0..1] <RecommendedTransferQuantity>......</RecommendedTransferQuantity> [0..1] <PrimaryBinLocationTransferFrom>......</PrimaryBinLocationTransferFrom> [0..1] </TransferFromType>