Re: [Axapta-Knowledge-Village] How to post a Purchase order through code

2007-09-24 Thread Sumit Loya
Hi, You can use PurchFormLetter class to post the PO from code. I think there was a similar query on SO posting thru code in the group. U can take some help from that thread. Regards, Sumit On 9/18/07, Ramu k <[EMAIL PROTECTED]> wrote: > Hi All, > > My requirement is to create a PO and Posting

Re: [Axapta-Knowledge-Village] How to post a Purchase order through code

2007-09-20 Thread Arijit Basu
Hi Ramu, Please see this link: http://daxguy.blogspot.com/2006/11/how-to-post-sos-or-pos-with-x.html Cheers *Arijit Basu* *MVP* *http://daxguy.blogspot.com* On 9/18/07, Ramu k <[EMAIL PROTECTED]> wrote: > > Hi All, > > My

[Axapta-Knowledge-Village] How to post a Purchase order through code

2007-09-20 Thread Ramu k
Hi All, My requirement is to create a PO and Posting through code from a dialog, i wrote the code to create a PO in the dialog.run( ) method after this i need to post the same PO with in the same method. Can any body plz tell me which class and method i have to use to do this. Thank