Table 97.	Parameters for the Cycle Counting Engine
     | 
     | 
     | 
    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.  |