fcSDK Documentation
SetPartStockingLevel(Location,String,String,String,String,Int16,Int16,Int16,Int16) Method

The names of the restocking location/bin
The queue to which the reorder part request will be dispatched
Part number for the Part
Part revision of the Part
Part domain of the Part

Minimum quantity of parts allowed in this inventory location

Maximum quantity of parts allowed in this inventory location

The quantity of parts that will trigger a reorder Part Request to be created for this inventory location

Quantity of parts to be reordered for this inventory location when reorder level is reached

Creates a part restocking authorization level. This overload takes a set of required parameters for the API.
Syntax
'Declaration
 
Public Overloads Function SetPartStockingLevel( _
   ByVal location As Location, _
   ByVal queue As String, _
   ByVal partNumber As String, _
   ByVal partRevision As String, _
   ByVal partDomain As String, _
   ByVal partMinimum As Short, _
   ByVal partMaximum As Short, _
   ByVal partReorderLevel As Short, _
   ByVal partReorderQuantity As Short _
) As ToolkitResult

Parameters

location
The names of the restocking location/bin
queue
The queue to which the reorder part request will be dispatched
partNumber
Part number for the Part
partRevision
Part revision of the Part
partDomain
Part domain of the Part
partMinimum

Minimum quantity of parts allowed in this inventory location

partMaximum

Maximum quantity of parts allowed in this inventory location

partReorderLevel

The quantity of parts that will trigger a reorder Part Request to be created for this inventory location

partReorderQuantity

Quantity of parts to be reordered for this inventory location when reorder level is reached

Return Value

The following values are populated in the ToolkitResult object returned by the API method:
  • Objid - Objid of the Part Authorization record.

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.