Search code examples
axapta

AX 2009 Net Requirements - Requirement Date in the past


in my Net Requirements screen for a particular item in AX 2009, there is a Production line requirement generated by Master Planning that has a Requirement Date in the past (11/4/2021 - 18 months ago).

The Production Order attached to it only exists in the Net Requirements, not in the list of production orders. Right-click > Go to Main Table only brings up an empty screen.

If I go into the ReqTrans table and delete that requirement, then running Master Planning will recreate the requirement with the same Production line number.

The Pegging reference is for On-hand, with a settled quantity for the same amount as the quantity on the requirement.

Could anyone explain what this is telling me, and how to remove it if possible?

Thanks so much!

Net Requirements with Pegging


Solution

  • Search for inventory transactions (InventTrans records) for the item at the specific date.

    If the production order is deleted or ended, you will have to delete the InventTrans record using code. Delete using the delete method, not the doDelete metod.