1
Codeunit 80 has a global boolean called: HideProgressWindow. This can be set by event subscriber.
But in my code I do: SalesPost.RUN(SalesHeader)
Before this, I would like to have the option to set the HideProgressWindow with something like:
SalesPost.SetHideProgressWindow(true);
But in my code I do: SalesPost.RUN(SalesHeader)
Before this, I would like to have the option to set the HideProgressWindow with something like:
SalesPost.SetHideProgressWindow(true);
STATUS DETAILS
Declined
Business Central Team (administrator)