Hide progress ui when posting a Sales (or Purchase) Document
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);
Extend the FindFirst of FindSet method with the number of records to retrieve
Since insider built BC17 I get the following CodeCop warning: "code": "AA0233", "severity": 4, "message": "The 'FindFirst' method on the record 'xyz' must be used without the Next() This is on a piece of code like" xyz.FindFirst(); for i := 1 to NumberOfRecords do begin ...
Job Queue - Log entries for the action 'Run once (foreground)'
Since recently a Job Queue Entry can be run manual by the action 'Run once (foreground)' that will 'create a temporary non-recurrent copy of this job and will run it once in the foreground'. Nice so far. However, this temporary job will also create a Job Queue Log with the Id of this temporary jo...
Have the fast tabs on the request page of a report behave like a card page
The tabs on the request page always seem to open by default. For a normal page the system 'remembers' the view-settings last used. When a user collapses a tab on a card page, then the tab is collapsed the next time the user opens the page. This does not work (yet) on a request page. The business...