mibuso.com

Microsoft Business Solutions online community
It is currently Mon May 20, 2013 5:52 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Can't post transfer order with tracking
PostPosted: Tue Jul 17, 2012 10:37 am 
Offline

Joined: Thu Jan 26, 2006 8:01 am
Posts: 126
Location: Slovenia
Country: Slovenia (si)
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.


Top
 Profile  
 
 Post subject: Re: Can't post transfer order with tracking
PostPosted: Tue Jul 17, 2012 2:19 pm 
Offline
MVP Microsoft Dynamics NAV

Joined: Wed Dec 15, 2004 6:11 pm
Posts: 8699
Location: 3rd rock from sun
Country: United States (us)
take a look at 3.7 instead. they fixed many bugs from 3.6.

_________________
Rashed.

blog: http://mibuso.com/blogs/ara3n/


Top
 Profile  
 
 Post subject: Re: Can't post transfer order with tracking
PostPosted: Wed Jul 18, 2012 12:50 pm 
Offline

Joined: Thu Jan 26, 2006 8:01 am
Posts: 126
Location: Slovenia
Country: Slovenia (si)
Quote:
take a look at 3.7 instead. they fixed many bugs from 3.6.
well obviously not this one, I simulated the example on clean 3.7 DB and no go. I checked the code from 4.0, and applied the code in CU 5705
Code: Select all
      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 testing


Top
 Profile  
 
 Post subject: Re: Can't post transfer order with tracking
PostPosted: Wed Jul 18, 2012 4:03 pm 
Offline

Joined: Fri Aug 06, 2004 9:30 pm
Posts: 899
Location: Richardson
Country: United States (us)
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/


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: