Can I reset cases number? Because every year I want to start again from number 1.
Thanks to all can give me an help.
Can I reset cases number? Because every year I want to start again from number 1.
Thanks to all can give me an help.
what about the cases from the prior year that may have not closed yet? do they carry over to the next year? There would be a serious consistancy problem with that method.
Hi
i don't know if you had solve your problem but i give you my solution and you will use it if needed
in phpmyadmin or any other mysql client and execute the request "ALTER table "your table name AUTO_INCREMENT=0"
that is all :-)
In addition to Max's comments...resetting it to zero means you have to move the older records from the table as the number has to be unique.
If you already have records 1 - 100, then reset the auto increment without getting rid of those records first, you won't be able to enter a new record because the new record #1 will conflict with the already existing record #1 from before the reset.
Regards,
Angel Magaņa
Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
Blog: http://cheleguanaco.blogspot.com.
Twitter: @cheleguanaco.
________
| Projects: |_____________________________________
|
| CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
| GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
| CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
| Round Robin Leads Assignment
| Phone Number Formatter
| CaseTwit (Twitter Integration)
______________________________________________
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks