fcSDK Documentation
PartTransfer(String,String,String,String,Location,Location) Method

Part number for the Part Request
Part revision for the Part Request
Part domain for the Part Request
The serial number of the part being transferred
Inventory location (or expense GL) and bin from which to transfer the part
Inventory location and bin (or GL account) into which the part is being transferred

Allows parts to be transferred independent of a part request to fix order errors, correct inventory variances, move parts from one inventory location (or account) to another (without having to relate that movement to a part request), and scrap parts out of inventory.

This overload takes a set of required parameters for the API.
Syntax
'Declaration
 
Public Overloads Function PartTransfer( _
   ByVal partNumber As String, _
   ByVal partRevision As String, _
   ByVal partDomain As String, _
   ByVal serialNumber As String, _
   ByVal fromlocation As Location, _
   ByVal tolocation As Location _
) As PartTransferResult

Parameters

partNumber
Part number for the Part Request
partRevision
Part revision for the Part Request
partDomain
Part domain for the Part Request
serialNumber
The serial number of the part being transferred
fromlocation
Inventory location (or expense GL) and bin from which to transfer the part
tolocation
Inventory location and bin (or GL account) into which the part is being transferred

Return Value

The following values are populated in the PartTransferResult object returned by the API method:
Remarks

As in Clarify, the transfer can be from good or bad stock and can be to good or bad stock.

This API checks part authorization levels for auto-replenishment, and will automatically work with that engine.

To use primary bin suggestions/recommendations, please see the remarks on the ToLocation and/or FromLocation properties on the PartTransferSetup object.

This API supports transferring parts by quantity or a specific serial number.

 

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

LogisticsToolkit Class
LogisticsToolkit Members
Overload List

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.