Results 1 to 5 of 5

Thread: Changing Auto-increment Start

  1. #1
    Join Date
    Jul 2009
    Posts
    17

    Default Changing Auto-increment Start

    Hello,

    We are transitioning from Quickbooks to SugarCRM and would like to have our quote numbers begin from where they left off in Quickbooks. By default they start at 1. I have attempted to use this as a reference to update the module, but since we run a newer version I know that its a little different. Any suggestions?

    Thanks,

    Spencer
    Sugar Enterprise Edition
    Version 5.2.0i
    PHP 5.2.8
    MySQL 5.1
    Windows 2003

  2. #2
    Join Date
    Jul 2009
    Posts
    17

    Default Re: Changing Auto-increment Start

    Just checking back to see if anyone had access to an updated version of the link above. Thanks

  3. #3
    mikesolomon is offline Sugar Community Member
    Join Date
    Feb 2008
    Location
    UK
    Posts
    1,467

    Default Re: Changing Auto-increment Start

    I would try just doing this bit

    Run the following command from the database (the example is if you want your quotes to begin with 1000.

    ALTER TABLE quotes
    AUTO_INCREMENT=1000;
    Mike Solomon
    Development Manager
    Ivy Ltd
    www.ivy.ltd.uk]www.ivy.ltd.uk

    php version 5.2.6
    MySql 5.1.59

  4. #4
    Join Date
    Jul 2009
    Posts
    17

    Default Re: Changing Auto-increment Start

    I tried that, but I was under the impression that I would have to change some things in the file directories as well. As far as I can tell, nothing has happened on the CRM side. Any suggestions?

  5. #5
    Join Date
    Jul 2009
    Posts
    17

    Default Re: Changing Auto-increment Start

    Nevermind. I got it. Thanks.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Something wrong with my auto increment ?
    By dekleinemedia in forum Help
    Replies: 6
    Last Post: 2009-07-29, 07:59 AM
  2. auto increment value in field
    By pearsondan99 in forum Developer Help
    Replies: 18
    Last Post: 2009-06-26, 04:18 PM
  3. auto-increment id
    By jcb23 in forum Help
    Replies: 4
    Last Post: 2009-03-23, 02:44 PM
  4. How to make id auto increment
    By agvg in forum Developer Help
    Replies: 2
    Last Post: 2006-11-18, 07:37 AM
  5. Replies: 0
    Last Post: 2006-03-06, 07:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •