From e045d8ad74afe254a8119e19e18281547828b55e Mon Sep 17 00:00:00 2001 From: Julian de Bri <161465369+B-Juliandebri@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:10:34 +0100 Subject: [PATCH 1/2] Update auto-rewave-shipments.md Updated name of DB table to "WHSWaveProcessingRemovedShipment" Clarified that this is a DB table. Added short description for field "rewave counter" --- articles/supply-chain/warehousing/auto-rewave-shipments.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/articles/supply-chain/warehousing/auto-rewave-shipments.md b/articles/supply-chain/warehousing/auto-rewave-shipments.md index 2d049d537d0..b1474c928f4 100644 --- a/articles/supply-chain/warehousing/auto-rewave-shipments.md +++ b/articles/supply-chain/warehousing/auto-rewave-shipments.md @@ -42,7 +42,8 @@ The rewaving workflow ensures continuous, uninterrupted warehouse operations, ev 1. **Replenish inventory.** Inventory at the picking location is replenished according to standard warehouse operations. That inventory then becomes available for shipment in the next wave. 1. **Automatically rewave.** At the next scheduled run of the *Auto add shipments to wave* batch job, the system checks for previously failed shipments and creates work for them. 1. **Add work to the next wave.** The *Auto add shipments to wave* batch job adds the newly created work to the next wave for processing. -1. **Control and remove placeholders for completed shipments.** The *Auto add shipments to wave* batch job ends by checking the *Wave Processing Removed Shipment* table for records that were successfully processed (that is, their status is no longer *Open*) and that the *Shipment* table includes a shipment for. These records indicate shipments that were successfully rewaved. The system cleans up these placeholders by removing them from the table. +1. **Control and remove placeholders for completed shipments.** The *Auto add shipments to wave* batch job ends by checking the 'WHSWaveProcessingRemovedShipment' database table for records that were successfully processed (that is, their status is no longer *Open*) and that the *Shipment* table includes a shipment for. These records indicate shipments that were successfully rewaved. The system cleans up these placeholders by removing them from the table. +- In the *Auto add shipments to wave* tab, in the Records to include header, there is a field named WHS rewave counter. This counter is hardcoded and cannot be changed, and serves as the maximum number of tries to re-wave a shipment. As this is set to 5, this means that a shipment can maximally be retried 5 times. ## Enable wave processing in batches to allow for rewaving From fb5859cc445d23d2fae556e919d81113dc90bb2d Mon Sep 17 00:00:00 2001 From: Julian de Bri <161465369+B-Juliandebri@users.noreply.github.com> Date: Fri, 22 Mar 2024 08:53:49 +0100 Subject: [PATCH 2/2] Update auto-rewave-shipments.md --- articles/supply-chain/warehousing/auto-rewave-shipments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/supply-chain/warehousing/auto-rewave-shipments.md b/articles/supply-chain/warehousing/auto-rewave-shipments.md index b1474c928f4..7b7a2844599 100644 --- a/articles/supply-chain/warehousing/auto-rewave-shipments.md +++ b/articles/supply-chain/warehousing/auto-rewave-shipments.md @@ -43,7 +43,7 @@ The rewaving workflow ensures continuous, uninterrupted warehouse operations, ev 1. **Automatically rewave.** At the next scheduled run of the *Auto add shipments to wave* batch job, the system checks for previously failed shipments and creates work for them. 1. **Add work to the next wave.** The *Auto add shipments to wave* batch job adds the newly created work to the next wave for processing. 1. **Control and remove placeholders for completed shipments.** The *Auto add shipments to wave* batch job ends by checking the 'WHSWaveProcessingRemovedShipment' database table for records that were successfully processed (that is, their status is no longer *Open*) and that the *Shipment* table includes a shipment for. These records indicate shipments that were successfully rewaved. The system cleans up these placeholders by removing them from the table. -- In the *Auto add shipments to wave* tab, in the Records to include header, there is a field named WHS rewave counter. This counter is hardcoded and cannot be changed, and serves as the maximum number of tries to re-wave a shipment. As this is set to 5, this means that a shipment can maximally be retried 5 times. +- In the *Auto add shipments to wave* tab, in the *Records to include* header, there is a field named *WHS rewave counter*. This counter has a default value and cannot be changed. It serves as the maximum number of tries to re-wave a shipment. As this is set to 5, this means that a shipment can maximally be retried 5 times. ## Enable wave processing in batches to allow for rewaving