Hi
in BC SaaS you cannot select Print for Job Queue to print a selected report in job queue. I saw idea that requested this function. But meanwhile what is the best method to accomplish this?
Thanks
Hi
in BC SaaS you cannot select Print for Job Queue to print a selected report in job queue. I saw idea that requested this function. But meanwhile what is the best method to accomplish this?
Thanks
Hello,
It only has 9 votes so not a huge request yet. To help, I voted for the idea.
Thanks.
Hi Marco Mels
Thanks for response. Idea has been submitted before by another user. My guess is at the beginning since no method for printing was available Microsoft decided to do this. But right now we have email and universal print (by Microsoft) and some others.
Is it any way that we can expedite this request since I found some other posts related to this request.
Thanks
Hello,
This is by design based on code:
if "Report Output Type" = "Report Output Type"::Print then begin
if EnvironmentInfo.IsSaaS then begin
"Report Output Type" := "Report Output Type"::PDF;
Message(NoPrintOnSaaSMsg);
end else
"Printer Name" := InitServerPrinterTable.FindClosestMatchToClientDefaultPrinter("Object ID to Run");
NoPrintOnSaaSMsg: Label 'You cannot select a printer from this online product. Instead, save as PDF, or another format, which you can print later.\\The output type has been set to PDF.';
If you want this to be changed, which I can imagine you want, please raise it as an idea via https://aka.ms/bcideas .
Thanks.
Thanks Mr Yun
I have no issue to use universal printer but as soon as I select Print in Job Queue I receive the following error. Hence, nothing will print because the setup is PDF (or word, Excel) and not print. This is on SaaS and cannot be replicate in On-prem or docker.
Am I missing something here?
Thanks
Hi, It might be possible with Universal Print. But as far as I know, it's not free.
https://docs.microsoft.com/en-us/dynamics365/business-central/ui-specify-printer-selection-reports
Some info about Universal Print in Dynamics 365 Business Central Launch Event 2021 Release Wave 1.
Hope this will help.
Thanks.
ZHU
Thanks
What I mean is if in Job Queue (SaaS version) instead of PDF user select Print then receive the message about this is not possible. For example, I want to set the system up to run the job queue and print pick instructions (just as an example) then I cannot select the Printer to print. How I can accomplish this?
I like the Power Automation idea. But I do not know how to do it? I mean how I trigger Power Automation after report generated as PDF? Where in Power Automation I define the printer? etc
Thanks
Noe sure if i understand you correctly. But one option could be to save the report to a PDF and let Power Automate do the printing.
André Arnaud de Cal... 291,462 Super User 2024 Season 2
Martin Dráb 230,551 Most Valuable Professional
nmaenpaa 101,156