Hi Salvatore,I have a working theory on how to achieve this.In a very simple way , without extending your schema and chaning anything else, you can simply run an ALTER Table command to have your sequence which generates IDs to restart with 10000.The command would have to run on the DB and the syntax...