is there a way to change the start value of the case number? i dont want to assign case values to customers and start at 1 if you know what i mean.
thanks!
is there a way to change the start value of the case number? i dont want to assign case values to customers and start at 1 if you know what i mean.
thanks!
Hi
Execute the below one in your database.
Now case no will start with 1000.Code:ALTER TABLE cases AUTO_INCREMENT = 1000;
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks