Output Format

In my example I will use Sales Order Acknowledgement Report. It defaults the Output Format to PDF. Can I default it to something else? Where and how can I do this?

There isn’t a builtin way to change the default print preview format within the drop down from PDF.

I know you can make the default format EMF by adding reports that should default to that format to a key in the appserver’s web config file

<add key="EMFReports" value="POForm;OrderAck" />

The web.config adjustments for EMFReports effects printing only, specifically/mainly/solely(?) for APM processing.

Though, one could use Advanced Print Routing/Auto-printing to mimic a different default, but, it isn’t exactly the same thing.

2 Likes

Thanks for the feed back! In my case the web.config mod will work.

Hello,
What is the key for the CSV report? I tried the following which did not work.