Table 100.	Parameters for the Replenishment Engine
     | 
     | 
     | 
    InvokeMode  | 
    Id  | 
    In this mode, specify the inventory location to be replenished and the engine will replenish the specified location.  | 
    SQL  | 
    In this mode, specify the WHERE clause, meaning specify some criteria and replenish the inventory locations which meet that criteria.  | 
    TEMP  | 
    In this mode, put all the required parameters into a temporary table with a particular Client Request ID and pass that ID to the server to retrieve the parameters from Temp Table.  | 
    ClientId  | 
    A row ID for retrieving parameters from the temp table  | 
    Required when InvokeMode = TEMP.  | 
    SourceType  | 
    I (Inventory Location)  V (Vendor)  | 
    Required when InvokeMode = TEMP. Defaults to I when InvokeMode = Id or SQL.  | 
    DestId  | 
    Destination Inventory ID  | 
    Required when InvokeMode = Id.  | 
    WhereClause  | 
    SQL Where Clause  | 
    Business Component Search Spec. Required when InvokeMode = SQL.  |