this Function : RevertDateToSourceDate(VAR ReservEntry : Record "Reservation Entry") was call
ProdOrderComponent.GET("Source Subtype","Source ID","Source Prod. Order Line","Source Ref. No.");
// the code try to find Prod Order Component which is delete
Can I delete Reservation Entry directly in table ?
this Function : RevertDateToSourceDate(VAR ReservEntry : Record "Reservation Entry") was call
ProdOrderComponent.GET("Source Subtype","Source ID","Source Prod. Order Line","Source Ref. No.");
// the code try to find Prod Order Component which is delete
Can I delete Reservation Entry directly in table ?
You can, and sometimes you have to, but without knowing the cause you might are going to run into this again until you find the one-legged entry.
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
I wont recommend to delete until and unless you have a root cause reason to do so, Instead I will recommend to debug and go in bottom of this like why exactly its coming??
You can replicate the same scenario for some different item and investigate like there also its coming or not?
Answers
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
In codeunit 99000831 Reservation Engine Mgt.
this Function : RevertDateToSourceDate(VAR ReservEntry : Record "Reservation Entry") was call
ProdOrderComponent.GET("Source Subtype","Source ID","Source Prod. Order Line","Source Ref. No.");
// the code try to find Prod Order Component which is delete
Can I delete Reservation Entry directly in table ?
You can, and sometimes you have to, but without knowing the cause you might are going to run into this again until you find the one-legged entry.
You can replicate the same scenario for some different item and investigate like there also its coming or not?
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/