Item journal line - Tracking line

bobnavision
Member Posts: 159
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
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
-
Hello,
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+lines0 -
Go through the codeunit 90 there you will see codes with does the item tracking part. In the codes of Purchase post you will find that another codeunit is called named Purch. Line-Reserve
The code somewhat looks like this:// Item Tracking: IF Invoice THEN IF PurchLine."Qty. to Invoice" = 0 THEN TrackingSpecificationExists := FALSE ELSE TrackingSpecificationExists := ReservePurchLine.RetrieveInvoiceSpecification(PurchLine,TempInvoicingSpecification);
Hope you will get to know something looking at the codes..Diptish Naskar
For any queries you can also visit my blog site: http://msnavarena.blogspot.com/0 -
thanks all,
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,0 -
-
Before Step3 go to the Item Journal Line and then Line -> Item Tracking Line. Can you see the Lot No.?
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.0 -
It took me a while to figure out how to do this. A lot of trial and error.
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).0 -
if we key in lot no using item tracking line,we will input to the table Reservation Entry (table 337)
but how to input to table 83 (item journal line) ??
the one that we can zoom (ctrl + f8) from item journal
thanks0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions