Show / Hide Table of Contents

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
public ToolkitResult SetPartStockingLevel( 
   Location _location_,
   string _queue_,
   string _partNumber_,
   string _partRevision_,
   string _partDomain_,
   short _partMinimum_,
   short _partMaximum_,
   short _partReorderLevel_,
   short _partReorderQuantity_
)

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 family

Reference

LogisticsToolkit Class
LogisticsToolkit Members
Overload List

Back to top © 2022 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.