Can a unique sales order number be assigned to an order?

Hello,

Currently, sales orders are created with a sequential number. Can the system allow to override that sequential number with a customer number (for example by adding a -1)?

Thanks for all the help.

OrderNum is an int field, so only numbers can be put there. You could probably make a UD field and put something like that in there, and display that in places where the OrderNum might normally go, but behind the scenes, the OrderNum will remain the link between the tables.

1 Like

Thanks Mlamkin, that explains it.