Closed saferali closed 11 months ago
Let's get the issue to a team who will fix and backport it, as this repository is only for issues related to the AL compiler in latest developer preview environment for Dynamics 365 Business Central. We suggest that you open a support case or file a bug in Collaborate, to ensure that all Business Central users benefit from your catch as soon as possible.
To open a support case, you can:
If you file the bug in Collaborate, remember to include steps to reproduce the issue, and the Business Central build number and country version you're using.
If it is in the application and you already know how to fix the issue go to https://github.com/microsoft/ALAppExtensions and submit your suggestion for a fix.
1. Describe the bug I used an event subscription OnBeforePostPurchaseDoc and OnBeforePostSalesDoc To Set SuppressCommit=true and Set HideProgressWindow=True
I got this error : The operation failed because the dialogue box is not open.
2. To Reproduce Scenario Codeunit codeunit 80 Sales-Post RunWithCheck
OnBeforePostSalesDoc(SalesHeader2, SuppressCommit, PreviewMode, HideProgressWindow, IsHandled); (Set SuppressCommit=true; Set HideProgressWindow=True)