Incent Purge Orders

Summary

The incent purge command resets commission calculation results and deletes orders for the specified batches from Incent.

Syntax

incent purge orders (BatchNames=<list_of_batch_names_to_purge>);

Parameters

Parameter
Description
BatchNames=<list_of_batch_names_to_purge>
The list of batch names to purge.

Details

The incent purge command deletes both processed and staged orders, in addition to the specified batches.

Examples

incent purge orders BatchNames=(select batch_name from staging.order_item);

Related Commands

INCENT DELETE ORDERS