🌐 NL · Last reviewed: 27 May 2026
Advanced picks, put-aways and reversal movements
DXSteel extends picks, put-aways, and inventory movements with lot-level control, certificate-filtered picks, and a reversal mechanism to send picked stock back to its original locations.
Specialised codeunits
|
Codeunit |
What it does |
|---|---|
|
CreatePicksAdvancedDMX |
Advanced pick creation with extra filter options and lot selection. |
|
CreatePicksByCertMethDMX |
Filters available lots by certificate code before creating picks. |
|
RemoveIncompletePicksDMX |
Cleans up incomplete picks (cancelled shipments, edits). |
|
RecreateItemJnlLinePicksDMX |
Recreates picks from item ledger entries when pick records become corrupted. |
|
WhseShpLineCrtePartPickDMX |
Creates partial picks for shipment lines. |
|
CreateRevInvtMvmntMethDMX |
Generates inventory movements to send picked lots back to their original inventory location. |
Workflow — reversal movement
-
An order has been picked but is cancelled.
-
Open the relevant pick/shipment.
-
Choose Create Reversal Inventory Movement.
-
DXSteel asks: "Do you want to create inventory movement lines in order to transport the picked lots back to the original inventory location?".
-
Confirm. DXSteel creates inventory movement lines.
-
Confirmation: "The inventory movement lines were successfully created".
-
Execute the movements (scan / register) to physically restore the stock.
Pick-by-certificate (CreatePicksByCertMethDMX)
When customers have strict certificate requirements you can restrict picks to lots that carry a specific certificate. Essential for customers who only accept material with proven test certificates (e.g. PED-stamped lots).
Best practices
Schedule Remove Incomplete Picks as a weekly Job Queue task. Avoids a buildup of orphan picks after cancelled or edited shipments.
For customers with strict certificate requirements: configure CreatePicksByCertMethDMX in the pick-creation action. Prevents accidental picking of uncertified lots.
RecreateItemJnlLinePicksDMX is a consultant repair tool. Don't run it without guidance — it modifies pick records directly.
[Screenshot: Reversal Movement confirmation after pick cancellation]