Results 1 to 2 of 2

Thread: Delete all Targets isn't working

  1. #1
    JimF is offline Junior Member
    Join Date
    Jun 2008
    Posts
    3

    Default Delete all Targets isn't working - Is there a workaround?

    I have over 14,000 targets. It is possible to select them all, and press Delete; however, even though Delete issues a confirmation message asking if I'm really sure that I want to delete all 14020 targets, in fact only 57 targets are actually deleted. This seems like a pretty clear bug.

    How do I really delete all the targets? Is there a workaround by going into mySql and deleting all the rows from some table?

    /JimF
    Last edited by JimF; 2008-06-29 at 10:46 AM. Reason: request a workaround

  2. #2
    JimF is offline Junior Member
    Join Date
    Jun 2008
    Posts
    3

    Default Re: Delete all Targets isn't working

    Here's a reply to my own thread. I was able to work around the problem as follows:

    1. went to mySql web page, downloaded and installed the mySql client GUI
    2. connected to the sugarcrm database using mySql query browser, logged in as root, set default schema to sugarcrm
    3. there is a table there named 'prospects'. select count(*) from prospects shows the number of rows,
    delete from prospects
    4. confirmed the rows were deleted by issuing another select count(*) from prospects
    5. back in SugarCE, went to Targets and issued another Search. Verfiied that Targets were properly deleted.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Working with campaings
    By lopes80andre in forum Marketing/Campaign Management
    Replies: 2
    Last Post: 2008-05-16, 07:43 AM
  2. Soft Delete not Working
    By znew in forum Help
    Replies: 1
    Last Post: 2007-11-02, 10:12 PM
  3. How To delete Targets
    By aviwebtouch in forum Help
    Replies: 4
    Last Post: 2006-10-31, 11:13 AM
  4. Help with Targets - Am I Missing Something?
    By AnalyticalAviation in forum Help
    Replies: 2
    Last Post: 2006-10-10, 07:02 PM

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
  •