How to keep the numbering sequential when one of the data is deleted
Is the number in the database or from the Sequence number option?
1 Like
It seems that numbering is came from database. If so, then you should do that by yourself, by updating the related records using your own logic in Row_Deleted server event.
1 Like
The number is from database. Are there any suggestions for creating a sequence number so as not to have to create another code?
Ok, I will try. Thanks for your input.