this is at the time of making a receipt on a purchase order. Is there a way to eliminate this message and automatically have the system press the "no" button?
this is at the time of making a receipt on a purchase order. Is there a way to eliminate this message and automatically have the system press the "no" button?
that message comes by default in Dynamics but I see that it is called using the super() method, but I have not been able to find that method that is also predefined in dynamics
Hi Luis,
There is nothing out of the box to do so. You will need a thehnical to do so. here is a simple Idea
Scenario 1 : track this from a technical point of view and just jump this messagebox in the code
Scenario 2 : add a parameter in the module and test on this parameter to show this messagebox
Scenario 3 : add a parameter in the project table and test on this parameter & project number to show this messagebox
Regards,
Mehdi