Editing shipment number to be same as order number

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hi. I have been trying to find a way to edit our shipment number to have the same format as our order numbers but cannot find where to edit the shipment number. Anyone any idea where to edit it. The order number is editable via the administration area.
8 years ago
It can't be done from admin.  You can change the starting sequence by using a SQL tool and this command (change the # to your liking)

DBCC CHECKIDENT ("Shipment", RESEED, 100000);


(Note: the Shipment # will not be in synch with the order number)
8 years ago
Thats perfect. Just needed to be pointed in the right direction. Thank you so much. :-)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.