Hi everyone,
I want to ask why system is deleting planned orders after firming in master planning module? If it is heppening then why it is not keeping the records of firmed planned orders?
2nd thing is that how can i prevent system from deleting the planned order on firming?
System is using "ReqTransPoMarkFirm" this class and deletion action is performing at the last line of this method "updateFirmedReqTrans()". The constructor of this class is private. I'm not able to make CoC or event Handler of the constructor method to pass my custom class object. (In terms of polymorphism)
Your answers will be highly appreciated. Thanks!