Can't post transfer order with tracking

arcull
Member Posts: 191
Hi there,
Still working on one 3.60 db, which obviously has a bug in handling tracking. The case is this: I posted shipment part of transfer order, but now I can't post receipt. I get a message "Qty. to Handle (Base) must be 4,5 in Tracking Specification Entry No.='1'.", I did some code review and the problem seem to be when the shipment entry of the transfer order applies to multiple purchase entries.
I did check the nav 2009 code in CU 99000835 and 99000830, but here the tracking functions are completely rewritten comparing to 3.60, so I can't use them. Maybe someone knows where could I find a fix for this bug. Thanks very much for help.
Still working on one 3.60 db, which obviously has a bug in handling tracking. The case is this: I posted shipment part of transfer order, but now I can't post receipt. I get a message "Qty. to Handle (Base) must be 4,5 in Tracking Specification Entry No.='1'.", I did some code review and the problem seem to be when the shipment entry of the transfer order applies to multiple purchase entries.
I did check the nav 2009 code in CU 99000835 and 99000830, but here the tracking functions are completely rewritten comparing to 3.60, so I can't use them. Maybe someone knows where could I find a fix for this bug. Thanks very much for help.
0
Comments
-
take a look at 3.7 instead. they fixed many bugs from 3.6.0
-
take a look at 3.7 instead. they fixed many bugs from 3.6.
TransLine.VALIDATE( "Quantity Received", TransLine."Quantity Received" + TransLine."Qty. to Receive"); TransLine.UpdateWithWarehouseShipReceive; //>FIX ReservMgt.SetItemJnlLine(ItemJnlLine); ReservMgt.SetItemTrackingHandling(1); // Allow deletion ReservMgt.DeleteReservEntries(TRUE,0); //<FIX TransLine.MODIFY; UNTIL TransLine.NEXT = 0; END;
and it looks ok, still have to do some testing0 -
There are still bugs in 2009SP1, and sometimes I have to fix the data to get the tracking lines usable for the form.David Machanick
http://mibuso.com/blogs/davidmachanick/0
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