how to pass values from one form to another form in ax 2009

Hi friends,

Suppose i have 2 forms 1)Sales order form 2)Indent process form this two forms are independent forms

i want pass the values from sales order form to indent process form

when i click the button in the sales order form , i want to flow the data from current record from sales order form to indent process form

from sales header 1)sales id

from sales lines 1)Item number 2)Item name 3)Qyty 4)unit 5)Discount 6)Disc pct 7)Net amount 8)site and 9)warehouse

please give steps for this…

thanks in advance

Use a menu item to open the other form. Set DataSource property of the menuitem button to SalesLine (because it has the data you need). In the target form, you’ll find the active SalesLine record in element.args().record().

HI Vamshidher,

Please find the URL’s May be use full to you.

http://alfasith.blogspot.in/2013/07/passing-records-between-forms.html

http://dynamicsuser.net/forums/p/47623/242376.aspx

https://mfmujahidmim.wordpress.com/2013/03/20/passing-multiple-records-from-one-form-to-another-through-args-in-dynamics-ax-2012/

Thanks & Regards

Syed