how i can decress the auto number on delete object

0
i want the autonumber to increase only on commiting object   
asked
2 answers
0

autonumber will increase every time you create an object from this entity so you should make unpersistable entity with the same attibutes  to pass the information and only create an object from the main entity on commit 

answered
0


Make sure you referred to best practice before using it in application
https://docs.mendix.com/refguide/performance-best-practices

answered