Results 1 to 10 of 10

Thread: Deletion of Opportunities,leads etc (mystery)

  1. #1
    Fay
    Fay is offline Senior Member
    Join Date
    Jul 2009
    Posts
    35

    Question Deletion of Opportunities,leads etc (mystery)

    Hi,

    On 3 occassions last week 3 different opportunites have suddenly disappeared from SugarCRM & I can't see where (they are 100% gone). Is there anyway of seeing deleted items or history of deletions?

    Many Thanks for any help you can offer.

    (Community)

  2. #2
    letrium is offline Sugar Community Member
    Join Date
    Dec 2008
    Posts
    614

    Default Re: Deletion of Opportunities,leads etc (mystery)

    Hi,
    Yes you can see deleted records in database.
    All deleted records just flagged as deleted.
    Last edited by letrium; 2009-09-14 at 01:29 PM.

  3. #3
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Deletion of Opportunities,leads etc (mystery)

    Yeah check for deleted = 1 in the opportunities table. You could also have a look at the tracker table, maybe you'll find something useful there.
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  4. #4
    letrium is offline Sugar Community Member
    Join Date
    Dec 2008
    Posts
    614

    Default Re: Deletion of Opportunities,leads etc (mystery)

    You can use this simple query
    PHP Code:
    SELECT FROM opportunities WHERE deleted =
    Regards,
    Alex

  5. #5
    Fay
    Fay is offline Senior Member
    Join Date
    Jul 2009
    Posts
    35

    Default Re: Deletion of Opportunities,leads etc (mystery)

    Quote Originally Posted by letrium View Post
    You can use this simple query
    PHP Code:
    SELECT FROM opportunities WHERE deleted =
    Regards,
    Alex
    This is great, can you expand the query so it shows the associated account name. Also, how do I find out the user, all I can see is the user id & I don't know how to find out who that is. Any help is appreciated. Thansk

  6. #6
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: Deletion of Opportunities,leads etc (mystery)

    goto to the users table ... the userid is in there ... this will tell you who is deleting records

    you may wish to limit users ability to delete by going to admin>roles

  7. #7
    Fay
    Fay is offline Senior Member
    Join Date
    Jul 2009
    Posts
    35

    Default Re: Deletion of Opportunities,leads etc (mystery)

    Quote Originally Posted by salesagility View Post
    goto to the users table ... the userid is in there ... this will tell you who is deleting records

    you may wish to limit users ability to delete by going to admin>roles
    I have the user id, how do I find out which user that was. I can't see the number under user id in admin?

    All I can see is af057915-fafe-a064-25f0-4a6d6d4bf15c as the user id

  8. #8
    Fay
    Fay is offline Senior Member
    Join Date
    Jul 2009
    Posts
    35

    Default Re: Deletion of Opportunities,leads etc (mystery)

    Quote Originally Posted by Fay View Post
    I have the user id, how do I find out which user that was. I can't see the number under user id in admin?

    All I can see is af057915-fafe-a064-25f0-4a6d6d4bf15c as the user id
    Does anyone know an easy way of being able to determine which user "name" relates to each user id? Thanks

  9. #9
    sugarcane is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Chicago, IL
    Posts
    1,207

    Default Re: Deletion of Opportunities,leads etc (mystery)

    Hi Fay,

    This data is stored in the database in the Users table.

    The way to see this information within Sugar is to go to Admin-->User Management. When you click on a user, in the URL, you will see the id at the end. Alternatively, you can export the list of users to a csv. This will export the id, user name, and other user information.
    Intelestream has a great deal of experience hosting and customizing the SugarCRM application. Our company is made up by former employees of SugarCRM, and together we have over 50 years of experience working with the application. To learn more about us, please visit our website at www.intelestream.net or contact us directly at 800-391-4055 or by email at info@intelestream.net

  10. #10
    Fay
    Fay is offline Senior Member
    Join Date
    Jul 2009
    Posts
    35

    Default Re: Deletion of Opportunities,leads etc (mystery)

    Quote Originally Posted by letrium View Post
    You can use this simple query
    PHP Code:
    SELECT FROM opportunities WHERE deleted =
    Regards,
    Alex
    Thanks Alex, your response helped me resolve my issue

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Opportunities & Leads
    By Yadish in forum General Discussion
    Replies: 5
    Last Post: 2008-10-13, 11:10 AM
  2. Replies: 7
    Last Post: 2008-04-21, 11:44 PM
  3. Mystery ACL item
    By rickcrites in forum Help
    Replies: 14
    Last Post: 2007-05-31, 04:45 PM
  4. Mystery ? marks in Forum Posts
    By rickcrites in forum Help
    Replies: 24
    Last Post: 2006-11-14, 12:04 AM
  5. Leads to Opportunities
    By CYMPHONIX in forum Help
    Replies: 0
    Last Post: 2006-05-09, 08:48 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
  •