I currently have a BAQ report where a user selects the daily jobs and it prints out a sheet with various details for the jobs selected.
I have now setup an updatable BAQ where a user can select a checkbox for the various jobs and I would like to autoprint the aforementioned BAQ report for those jobs selected. However, I am getting an error when I try to autoprint the BAQ report and unfortunately have not been able to find much advice on how to achieve this.
I did a search on #E10 baq report from code and found a bunch of good ideas. I would probably use a custom action and not autoprint, so I could control it all from the code.