Siebel Field Service Guide > Business Service Methods Reference for Field Service > Cycle Counting >

GenerateCounts Method


GenerateCounts generates parts list for counting based on product classification data (ABC or XYZ).

Usage

The following input parameters are required for this method:

  • Mode
  • Start Date
  • End Date

Based on the Mode value (SQL, ID, TempTbl), the other inputs (ClientID, RowID or Where) must be specified. Loc/Type will indicate what the ClientID, RowID or Where values represent. For example, if the Loc/Type value is Loc, this it means that the RowID is an inventory location.

Additional Details

By default, cycle counting is run as a server component and not as a business service. The inputs are called if invoking from code or from a server component job.

Siebel Field Service Guide