We're trying to display invoice reports from great plains through our website. We're looking to have gp store the invoice report pdf once they are created and emailed. We are using gp 2010 and are currently using the built in feature that allows us to send an email to the customer containg the invoice as a pdf.
I'm on step one here, being that I'm trying to get a hold of the GP invoice reports. It appears that they may be created in GP on the fly and are not saved to any folder that I can access. Does anyone know where these invoice files are stored? I would think it has to store them somewhere on the client machine or somewhere else in order for the email to attach the file.
Here is a similar related post on the Dynamics forum, the answer here is concerning. They told him to use a dexterity customization to accomplish the saving of the invoice pdf.
The GP invoices are generated on the fly and not stored permanently on disk.
All of the data you need to generate the invoice is contained in the company database in Dynamics GP. My advice to you would be to create your own invoice in a technology compatible with your website such as SSRS or ASP.NET, etc. Then you can generate an invoice on the fly from the data in the database.