Hi all,
We're trying to get our website to have the functionality to show the GP SOP invoice report for an order when the user clicks a link.
The first issue we're running into is we're trying to find where the pdf file for the invoice report is being stored. I see that when you choose to email an invoice batch, each customer is emailed the invoice in pdf format. I'm assuming the file is being saved to some temporary location but we can't find where that is. If you know where these are stored please let me know.
We're also not sure if it makes more sense to find these files that are emailed and store them, or if we should call some component through .net and run the invoice report from gp. But I don't know what component I would use to run a gp invoice report from our asp.net website. We are using the webservices, but as far as I can tell that's for running procs and accessing data. We're looking to get the SOP invoice report as it is from GP.
I found 2 links related to this question, and both seem to indicate that trying to get to the saved file may not work.
community.dynamics.com/.../65227.aspx
community.dynamics.com/.../106071.aspx
Please let me know if anyone has any ideas, thank you.