orders

Display Incentive Details

Click the myIncentives tab, then click Incentive Details in the secondary menu. The Incentive Details screen appears To display results for a different period, choose the corresponding period using th...

Delete Processed & Staged Orders

To delete both processed and staged orders, use staged for order_type:   1 SQL> incent delete orders staged (BatchNames=(select distinct batch_name from xactly.xc_user_batch bat join xactly.xc...

Delete Processed Orders

Start by ensuring the Incent credential is set:   1 SQL> incent credential test;   Now delete the processed orders:   1 SQL> incent delete orders processed (BatchNames=(select dis...