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