So I am coding in AL-language to modify the working of MS dynamics BC. Now what I am trying to achieve is the following:
By default in a Sales Quote, when you press "Make Order" a dialog appears with the question if you're sure you want to convert your quote to an order.
Now I made my own dialog with a more specific statement that I call with the following statement: OnBeforeAction. Now when I press Yes, I want to convert the Quote to an Order. If I press No I obviously want to cancel the converting process.
At the moment I manage to let the dialog pop up but whatever option I take after I select the option the default dialog pops up to ask me if I am sure i want to make the conversion from Quote to Order.
So in short: I want to overrule the existing dialog so it doesn't pop up anymore with either select Yes or No option but it needs to continue the same functionality as the default dialog box has that pops up.
Thanks in advance
*This post is locked for comments