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

Parameters for the Cycle Counting Engine


All engines can be invoked from the Workflow Manager or from the client. The engines require certain parameters to be passed. Set the component job parameters using the Administration - Server Management screen > Jobs > Job Detail view when creating a component job for the server component Field Service Cycle Counting Engine (alias FSCyccnt).

Table 97 describes the parameters for the Cycle Counting Engine.

Table 97. Parameters for the Cycle Counting Engine
Parameter
Value
Comments

Mode

SQL

Specify the WHERE clause to set up criteria and count the parts which meet that criteria.

Id

Specify the ID of the inventory location or the inventory type and only the parts related to that loc/type will be counted.

TempTbl

Put all the required parameters into a temporary table with a temporary Client Request ID and pass that ID to the server to retrieve the parameters from Temp Table.

ClientId

A row ID for retrieving params from the temp table

Required when Mode = TempTbl.

RowID

Row ID of an Inventory location or Inventory type

Required when Mode = ID.

StartDT

Start Date

Required. The proposed start date of cycle counting.

EndDT

End Date

Required. The proposed end date of cycle counting.

Where

Where Clause

Business Component Search Spec mode. Required when Mode = SQL.

Loc/Type

Inventory Location or Inventory Type

Required when Mode = ID or TempTbl.

Siebel Field Service Guide