Siebel Field Service Guide > Cycle Counting and Replenishment > Replenishment Engine >

Parameters for the Replenishment Engine


All engines can be invoked from the Workflow Manager or from the client. These engines require certain parameters to be passed. These parameters are set for the component FSRepl in the Server Component Requests screen, My Component Requests view. Table 106 lists the parameters for the Replenishment engine, and what they mean.

Table 106.  Parameters for the Replenishment Engine
Parameter
Value
Comments

InvokeMode

Id

In this mode, specify the inventory location to be replenished and the engine will replenish the specified location.

SQL

In this mode, specify the WHERE clause, meaning specify some criteria and replenish the inventory locations which meet that criteria.

TEMP

In this mode, put all the required parameters into a temporary table with a particular Client Request ID and pass that ID to the server to retrieve the parameters from Temp Table.

ClientId

A row ID for retrieving parameters from the temp table

Required when InvokeMode = TEMP.

SourceType

I (Inventory Location)
V (Vendor)

Required when InvokeMode = TEMP. Defaults to I when InvokeMode = Id or SQL.

DestId

Destination Inventory ID

Required when InvokeMode = Id.

WhereClause

SQL Where Clause

Business Component search spec. Required when InvokeMode = SQL.

Siebel Field Service Guide