Is there any reason why these lines are transfered from sales line to sales shipment line and sales invoice lines. Some of our customers have Large Sales Orders with 100's or even 1000 of lines and everytime they post the sales order it takes for ever.
I can write the code in Cu 80 and 90 to not transfer these lines, have to remove the document lines dimensions for those lines. I wish it was a setup so that you could check and uncheck them.
Another setup feature that should be added as a setup for sales lines that have complety been shipped and invoiced to be deleted from sales line.
Ahmed Rashed Amini
Independent Consultant/Developer
blog:
https://dynamicsuser.net/nav/b/ara3n0
Comments
Shipping is optional. If you don't need to ship, there is a toggle in the sales setup that you can untoggle so Navision doesn't make shipments.
If you are working on SQL, you can do some work on the indexes. A lot of indexes SQL doesn't need (or doesn't even use). For these you can put in the properties of the index to not maintain them.
If you do this well, posting in SQL goes faster than posting in Navision!
If you are working on Navision-DB, you can decide to not create the the lines in the definitive posting but do it at a later moment (a long time ago I had a customer that wanted the shipment-lines ASAP but he didn't care about the item ledger entries). This will speed up a lot.
In this case you must make a report that transfers the lines to the definitive tables (With this report I fixed the item ledger entries).
This report you can run all the time and in Navision DB you can make it so that it 100% occuppies the disks without overloading the system. See Use DB at 100% without filling the COMMIT-cache
Same thing for deleting sales lines that are finished. Or this you can also put in codeunit 80 (but this slows down again).
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
http://www.BiloBeauty.com
http://www.autismspeaks.org
I understand your concern and they definately should make a button that transfers over 0 quantities or not. We've made that modification to a few clients of ours that requested 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
So don't read most of my answer is nonsense.
:oops: :oops: :oops:
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!