All,
Which function/procedure attaches the item tracking lines to item journal line , when we post a transfer order / Purchase order.
When we post an order, program creates posted item tracking lines.
How does it happen? please help.
Thanks and Regards
0
Comments
If you try a search in the forum with "Item Tracking Lines" you will find a lot of posts about it. It is a very complicated procedure.
As an example take a look at the post:
http://www.mibuso.com/forum/viewtopic.p ... king+lines
Arhontis
https://forum.mibuso.com/search
The code somewhat looks like this:
Hope you will get to know something looking at the codes..
For any queries you can also visit my blog site: http://msnavarena.blogspot.com/
I don't know why my code is not working.
Step 1 : I am inserting record in Item Journal Line (not calling .insert)
Step2 : I am inserting record in Reservation entry
Step3 : Posting Item journal Line
Still it gives me error that "Lot No. is required for Item.."
Regards,
The easiest way is to manually create an Item Journal Line, assign a Lot No. and then review related Reservation Entry in the table. In the code create a reservation entry with the same fields updated.
Manually create a journal line. Then manually assign item tracking. Now go run your code to assign item tracking to that SAME journal line. Compare the two reservation entries and find the difference(s).
but how to input to table 83 (item journal line) ??
the one that we can zoom (ctrl + f8) from item journal
thanks