Symptom: When we try to activate a shipment, AX stops the activation process with a notice about some items not having sufficient quantity on hand to reserve.
Problem: The items in question show a location assigned in the InventTrans record. This InventTrans records are included in the picking list generation process, which creates output orders that are assigned to shipments. Conversely, there are InventTrans records for the same Item ID that do not have a location assigned (just a warehouse), and those records do not trigger Output orders to be created, which is correct.
Question: How do we clean-up the InventTrans records with Issue status "Open order" and have a location already assigned? The end result that we need is for the InventTrans record to show just a Warehouse (no Location). We have a large number of records in this state, so cleaning it up one by one is not very feasible.


Note: So far my only idea is to collect a list of InventTrans RecIds in this state for this particular warehouse, and then create an X++ job to update the InventDimId field.
I look forward to better the suggestions from the community. Thanks in advance.
*This post is locked for comments
I have the same question (0)