Hello,
We use Blanket orders. If we create a sales order out of a blanket order, Navision will simply take the first available No. series for sales orders. However, I would like to choose out of the two existing No. series for sales orders. It seems not possible to set this up.
The same goes for converting Quotes to orders!
Got a Suggestions in this way but some one can elobarte it in detail...
You could add a new field to put which no. series you want when you make the sales order.
And put a few codes on Codeunit 86 Sales-Quote to Order.
TESTFIELD(NewField);
SalesOrderHeader."No. Series" := NewField;
I did it for converting Quotes to Order, but I believe you could do the same for Blanket Order. Use Codeunit 87 Blanket Sales Order to Order
0
Answers
to: