06.01.2013, 21:50 | #1 |
Участник
|
Selected purchline records should pass to inventjournaltrans form
Hi All,
From last few days i'm stuck with one task.Can anyone please give the solutions for this issue.Advance Thank you... Actually I created a form which will have only OPEN orders of purchlines.In that form i will have different purchlines with different ITEM's Id Ex.Item1,Item2,Item3 like this.and i have checkbox in the grid.If i select this checkbox in purchlines of multiple records and click Update Post(second form).The UpdatePost form will open and i click OK button in second form.The selected records should go to inventjournalstrans form(i.e Inventjournal lines). NOTE:Example:- i have items like item1,item2 etc. of purchlines in my form if in my form i have 5 item1 records and 10 item2 record of purchline in a form then i should pass only 2 records in inventjournaltrans 1st record should be item1 with total or sum quantity of 5 records of item1 of purchlines in inventjournaltrans 2nd record should be item2 with total or sum quatity of 10 records of item2 of purchlines in inventjournaltrans |
|
07.01.2013, 03:21 | #2 |
NavAx
|
Hi Anitha,
Can you tell us what your problem is? Are you not able to pass marking results to the journal form? Or you do not know how to generate the journal correctly? Or may be you wander how to link the sales lines and journal lines after the journal creation? Thanks,
__________________
Isn't it nice when things just work? |
|
07.01.2013, 11:39 | #3 |
Участник
|
Hi macklakov,
Thank you for the reply, No wrote the code for generating journal and journal line but my issue is how to pass the values from the 1st form.if in my 1st form have 5 item1 records and 10 item2 record of purchline in a form then i should pass only 2 records in inventjournaltrans. Now i need to pass values as above logic have mutliple records of itemId's.So i need to pass only single record in inventjournaltrans as below scenerio. 1st record should be item1 with total or sum quantity of 5 records of item1 of purchlines in inventjournaltrans 2nd record should be item2 with total or sum quatity of 10 records of item2 of purchlines in inventjournaltrans. |
|
08.01.2013, 03:18 | #4 |
NavAx
|
I would recommend you to read "Microsoft Dynamics AX 2009 Programming: Getting Started" and "Inside Microsoft Dynamics AX 2009".
__________________
Isn't it nice when things just work? |
|