Hi all,
I have a problems
My client want me to show which Sales Order is created from Sales Quote
When we open Sales Quote form and click Make Order
The sales quote record in Sales Header table is replaced with Sales Order record right?
Then how can i know which Sales Order is created from Sales Quote?
I can only think of adding a new column in sales header to keep Sales Quote number.
Is there any other way? Am i missing something?
Thanks in advance
______________
Regards,
Steven
0
Comments
table but also remember to add this field to the posted sales tables
ie Shipment and Invoice
Albert
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
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
this also carries over to the sale invoice line when it is invoiced
so the info isn't in the header but it is on the sales line. all the way through to the sale invoice line
Waldo what do you mean by this. Can i keep the old Sales Quote that has been made to Sales Order? How?
Thanks in advance
Regards,
Steven
This sales archive is automatically filled when printing the quote and using CRM. In this report, you find the code to "copy" the records to the sales archive.
Something like:
ArchiveManagement.StoreSalesDocument("Sales Header",FALSE)
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog