Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Partitions the orders.
Syntax
public void partition()
Run On
Called
Remarks
Partitioning is performed by grouping the orders in buckets based on their date and item ID.
A bundle is pulled from each bucket, and the process iterates through the buckets in a circular manner until all orders are exhausted.