[Axapta-Knowledge-Village] generate sales invoice report through code and save as pdf file in file system.

2009-12-03 Thread giridharraj
Hi, I have written the following code to generate a sales invoice report and save as a pdf file in the file system. But this code is not saving the report as pdf instead it is displaying the report on the screen. can anyone correct this code.. CustInvoiceJour InvJTbl; SalesId Id;

Re: [Axapta-Knowledge-Village] generate sales invoice report through code and save as pdf file in file system.

2009-12-03 Thread mni_col
Hi, try CustInvoiceJour.printJournal() static void printInvoice(Args _args) { SalesFormletter SalesFormletter; printJobSettingsprintJobSettings; CustInvoiceJour CustInvoiceJour; ; SalesFormletter = SalesFormletter::construct(DocumentStatus::Invoice,false);

[Axapta-Knowledge-Village] Re: generate sales invoice report through code and save as pdf file in file system.

2009-12-03 Thread giridharraj
Thanks alot Michael. You have helped me alot. --- In Axapta-Knowledge-Village@yahoogroups.com, mni_...@... wrote: Hi, try CustInvoiceJour.printJournal() static void printInvoice(Args _args) { SalesFormletter SalesFormletter; printJobSettingsprintJobSettings;

[Axapta-Knowledge-Village] Workflow setup error

2009-12-03 Thread Edvandro Santos
Hi all, I have two servers with Windows 2008 R2 installed: 1 - AOS/Application server, with IIS 7.0 installed; 2 - Database Server (SQL Server 2008). I follow every steps mentioned in the manual, but when I will validate the URL in AX, I´ve got the error message: The request failed with HTTP

Re: [Axapta-Knowledge-Village] Workflow setup error [1 Attachment]

2009-12-03 Thread Anitha S
Hi Edvandro , Check the attachement to configure URL. Hope it helps !!! Revert back if you still face issues. Regards, Anitha On Fri, Dec 4, 2009 at 12:59 AM, Edvandro Santos edvandro.san...@gmail.comwrote: Hi all, I have two servers with Windows 2008 R2 installed: 1 - AOS/Application

Re: [Axapta-Knowledge-Village] Workflow setup error

2009-12-03 Thread Jonathan Halland
Hi Edvandro. Have you tried checking that you have the latest version of asp.netinstalled for your IIS version. This may also be causing errors. Regards Jonathan On Fri, Dec 4, 2009 at 6:37 AM, Anitha S mail2eani...@gmail.com wrote: [Attachment(s) #12557fab3a45adee_TopText from Anitha S

[Axapta-Knowledge-Village] Axapta Product Builder rules

2009-12-03 Thread ChiraniA
Hi all, I am setting up rules for my Product model. When I am setting the rules to hide outcome of a variable, it hides whole variable. I am using condition and action rules. Can anyone help me. Thanks, Chirani