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. These parameters are set for the component FSCyccnt in the Server Requests screen, My Component Requests view. Table 103 describes the parameters for the Cycle Counting Engine.

Table 103.  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