We have a scenario where the desire is to have a different number sequence for replacement orders vs sales orders.
Sales Orders have a strictly numeric number sequence defined, ######. We've created a number sequence for Replacement orders, REP######.
Since both orders live in the SalesTable, this fails when creating the replacement order saying the REP###### number doesn't match the format ######.
1) Is it possible to use two differently formatted number sequences like this? 2) Assuming it is, is there somewhere I can disable some validation to allow this?