How to restrict Auto release of Planned Orders for specific Items from different MFG plans?
I got a requirement where some parts need to be released from some plans only. I.e., auto releases should work against a plan. All these parts are purchased parts.
I have proposed the below solution to meet such requirement.
We can acheive this with MSC Post plan processing hook.
Action on a planned order is determined by two field values, Implemented Qty and the New order qty. Hence wrote an sql code to update the implemented qty with the new order qty for those lines in the Plan data for which we do not want releases to happen automatically against a selected plan.