Parameters for the Replenishment Engine
The Workflow Manager or the client can call all engines. These engines require certain passed parameters. Changing the values of these parameters changes the default behavior of the engine. To implement changes to parameters, restart the Field Service server. The following table describes the parameters for the Replenishment Engine.
Parameter | Value | Description |
---|---|---|
InvokeMode |
SQL |
Specifies the WHERE clause to set up criteria and replenish the inventory locations that meet that criteria. |
Id |
Specifies the ID of the inventory location to replenish. The Replenishment engine replenishes that location. |
|
TEMP |
Places all the required parameters into a temporary table with a temporary Client Request ID and passes that ID to the server to retrieve the parameters from Temp Table. Note: Do not run component jobs in TEMP mode to call the Replenishment
Engine. This mode is reserved for interactive engine jobs sent directly
from a client application. |
|
ClientId |
A row ID for retrieving parameters from the temp table |
This parameter is required when the InvokeMode parameter is TEMP. |
SourceType |
I (Inventory Location) V (Vendor) |
This parameter is required when the InvokeMode parameter is TEMP and defaults to I when the InvokeMode parameter is Id or SQL. |
DestId |
Destination Inventory ID |
This parameter is required when the InvokeMode parameter is Id. |
WhereClause |
SQL Where Clause |
Specifies the Business Component Search Spec mode. This parameter is required when the InvokeMode parameter is SQL. |