this mabe a simple procedure but how do i go about reseting the case number to 1
this mabe a simple procedure but how do i go about reseting the case number to 1
Take a look at this page.
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
Just curious ... why do you want to reset case numbers?
Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11 MySQL 5.0.32
SalesAgility.com - SugarCRM Experts (UK)
Authors of Advanced OpenSales - Open Source Quotations, Invoices, Products and Contracts modules for SugarCRM Community Edition - Download here
i was customizing the case module and needed to enter quite a bit of data. but when it came time to go live we didnt want it to start at a random high value once i cleared the database and thank andopes your suggestion worked
We've tried the query in SQL. (Run a query: ALTER TABLE tablename AUTO_INCREMENT = 1)
of link posted from andopes. However it doesn't work.
Because there are many test cases in our CRM before. So we 'd like to reset the case no. to 1.
Is there any further solution?
Thank you!!
Just clear the table direct on the database.
Regards,
SugarCRM CE v.5.2.0c
Windows platform
MySQL v.5.0.37
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Which table do you mean?
Cause after delete all the cases, the following case no. will not reset from no.1 automatically.
That's why we may need to do some edition from SQL.
Thanks for replying anyway.
Is there any solution?
Try to clean all tables and set to auto_increment on cases
accounts_cases
cases
cases_audit
cases_bugs
Or drop this tables and do a repair rebuild in admin
--
Mário Pereira Martins
Javali - Administração e Desenvolvimento de Sistemas Informáticos, Lda.
Madan Parque Edifício VI Campus da FCT/UNL
Quinta da Torre 2829-516 Caparica Portugal
Phone: +351 212949666 Fax: +351 212948313
http://www.javali.pt
Hi Mapm,
Thank you for the suggestions.
We've tried to cancel every records in Tables of SQL but the new no. still doesn't rest to no.1.
Is there anyone having more spicific directions?
thanks in advance!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks