1

In Codeunit 99000792 "Create Prod. Order from Sale", line 113 there is a message dialog appearing after the creation of a Production Order from a Sales Order.

We need an event before that to be able to skip the dialog.

Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team

Comments

V

Hi Luca BaratinThank you for your comment.The issue is that the function is called from another Page in BC and there is no event that gives access to this variable.The only solution is to replace the original Page from Microsoft with a custom Page and use this one to access the variable. But this means that if MS decides to make changes to the original Page, I will have to remember to update my Page also.Best Regards,Vassilis

Category: Development

V

Hello,are the lines below the ones are you talking about?if not HideValidationDialog then            Message(              Text000,              ProdOrder.Status, ProdOrder."No.");This is what I got from BC 24.0.16410.19577 version.You can call the procedure SetHideValidationDialog to perform the message hiding.I dont know if what I posted can help you

Category: Development