Parameters for the Cycle Counting 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 Cycle Counting Engine.
Parameter | Value | Description |
---|---|---|
Mode |
SQL |
Specifies the WHERE clause to set up criteria and count the products that meet that criteria. |
Id |
Specifies the ID of the inventory location or the inventory type. The Cycle Counting Engine counts only the products related to that location or type. |
|
TempTbl |
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 TempTbl mode to call the Cycle Counting
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 Mode parameter is TempTbl. |
RowID |
Row ID of an inventory location or inventory type |
This parameter is required when the Mode parameter is Id. |
StartDT |
Start Date |
Specifies the proposed start date of cycle counting. This parameter is required. |
EndDT |
End Date |
Specifies the proposed end date of cycle counting. This parameter is required. |
Where |
Where Clause |
Specifies the Business Component Search Spec mode. This parameter is required when the Mode parameter is SQL. |
Loc/Type |
Inventory Location or Inventory Type |
This parameter is required when the Mode parameter is Id or TempTbl. |