Incent Calculate

Summary

The incent calculate command runs compensation calculations within Incent.

Syntax

incent calculate [credits | incentives] (BatchNames=<list_of_batch_names_to_calculate>);

Parameters

Parameter
Description
[credits | incentives]
Specifies whether to calculate through to credits or incentives. If neither option is specified, both credits and incentives are calculated for each batch.
BatchNames=<list_of_batch_names_to_calculate>
The list of batch names to calculate.

Details

The incent calculate command run the validate/calculation phases of the Incent process.

Examples

incent calculate credits (BatchNames=(select distinct batch_name from staging.order_item));
 
incent calculate (BatchNames=List('order_batch_1', 'order_batch_2', 'order_batch_3'));

Related Commands

INCENT VALIDATE ORDERS

INCENT CREATE BATCHES

INCENT UPLOAD ORDERS