In Nav 2009 I get an error that the "Puchase Line already exists." when I try to open the statistics from certain purchase orders.
Same thing happens with some Sales Orders. Any ideas?
First step I would take on these unusual errors would be to turn on the debugger. see where it stops & perhaps it can give a clue on what the next step would be.
In these forms they have a
FOR i = 0 TO 3 loop, at the start of which they do:
TempPurchLine.DELETEALL;
CLEAR(TempPurchLine);
This is probably backwards, as there are still filters around when the delete happens the second or third time through. It probably happens with orders that are partially received.
Answers
http://www.BiloBeauty.com
http://www.autismspeaks.org
In these forms they have a
FOR i = 0 TO 3 loop, at the start of which they do:
This is probably backwards, as there are still filters around when the delete happens the second or third time through. It probably happens with orders that are partially received.
Get your NAV partner on it!
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!