Re: [Axapta-Knowledge-Village] How to Create Purchline by getting value from any form

2006-03-19 Thread manoj kumar
Hi kumar, My requirement is when i create POline by selecting the itemid, a form is popped up displaying all the itemdimension for that itemid.ok. Now when i enter the quantity and press ok button in that form, the created line should get updatd with the values in the popped form..Now i

Re: [Axapta-Knowledge-Village] How to Create Purchline by getting value from any form

2006-03-19 Thread Abin
This will help you repalce the hardcode with your object exts ... static void CreatePurchOrder2(Args _args) { InventTable inventTable; PurchTable purchTable; axpurchline axpurchline; axinventdim_purchline axpl; ; purchTable =

[Axapta-Knowledge-Village] How to Create Purchline by getting value from any form

2006-03-17 Thread manojkumar_asp
Hi All I Want to know how the PurchLine is created when a itemid is selected from anyother form.I have to create many lines if more item id is selected in other form. Seems to be difficult for me..If any experienced Leaders can help me to solve this..plsss. regards, Manoj Sharing the

Re: [Axapta-Knowledge-Village] How to Create Purchline by getting value from any form

2006-03-17 Thread kumar gaurav
hey manoj, can you please eloborate your requirements. bye manojkumar_asp [EMAIL PROTECTED] wrote: Hi All I Want to know how the PurchLine is created when a itemid is selected from anyother form.I have to create many lines if more item id is selected in other form. Seems to be

Re: [Axapta-Knowledge-Village] How to Create Purchline by getting value from any form

2006-03-17 Thread Arijit Basu
*Soln 1* Either Use AXPurchtable / AXPurchLine Class *Soln 2* Create the PO header and use PurchLine.createline(,,); method Hope that helps you. Cheers On 3/17/06, manojkumar_asp [EMAIL PROTECTED] wrote: Hi All I Want to know how the PurchLine is created when a itemid is selected

Re: [Axapta-Knowledge-Village] How to Create Purchline by getting value from any form

2006-03-17 Thread Dhiraj yadav
HI manoj you can create it from salesorder form of purchse order form. open purchase order header and press cntl n n make a purchase order there. now after this come to lines in purchase order form and press cntl n and chose any item from item master to create purch line as amnay as you can. On