Administer > Overview of administering a WebSphere Commerce site > Administration Console > Scheduler > Jobs
Schedule ATP-inventory jobs
If the store uses ATP-inventory, there are some jobs that must be scheduled for the store before the order flow process can be completed.
- Schedule the ReleaseExpiredAllocations job
The ReleaseExpiredAllocations job releases order item allocations that exceed the expiration time. The scheduler reverses inventory with expired allocation for order items with status 'P','I','W','N', and inventory status is in 'ALLC' or 'BO'. For each order item the command returns allocated inventory to the RECEIPT table.
- Schedule the RAReallocate job
The RAReallocate job reconciles expected inventory receipts to existing backorders to determine current expected ship dates. The command evaluates all backordered order items against current expected inventory receipts. If there are order items with an inventory status of 'BO', it reconciles to determine the expected ship date.
- Schedule ProcessFutureOrders job
The ProcessFutureOrders command processes future orders. For locked orders in states 'C', 'M', 'I', 'B', 'L', 'A', and have some order items whose inventory status in 'FUT', this scheduler command allocates inventory for these order items, re-prepares orders, then process the orders.
- Schedule the ProcessBackorders job
For the given store, get the list of locked orders that have a status of ('C', 'M', 'I', 'B', 'L', 'A') in the ORDERS table and an INVENTORYSTATUS of BO in the ORDERITEMS table. The command allocates inventory for these order items, re-prepare orders and then process the orders.
- Schedule the ReleaseToFulfillment job
The ReleaseToFulfillment job queries orders in the following states: 'C', 'M', 'I', 'B', 'L', 'A'. It checks whether the order is ready for release. If the order is ready to release to fulfillment, it changes the order status to 'R'.
- Run the ExpectedInventorySynchronize command
In order to run this command, be able to log on to WebSphere Commerce Accelerator as a Logistics Manager or Product Manager role.