Results 1 to 2 of 2

Thread: Search Deleted Records

  1. #1
    rui7silva is offline Member
    Join Date
    Mar 2008
    Posts
    6

    Question Search Deleted Records

    Is there any way to perform a search in my deleted records

    In studio Ive added the deleted field to my extended search because is how I would like it to work ...

    I know about my flagged as deleted records and i can search them directly in our database but other users don't.

    Is there a way to have them in sugar just as a specific search criteria?

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Search Deleted Records

    Hi Rui

    You need to create a controller for that module and implement the method action_listview.
    Inside this method you will override the $this->bean as an instance of another new class (to be developed) which will extends the default module class.
    You then need to create this class and implement the method create_new_list_query. This method is defined into data/SugarBean.php
    You need to override the $ret_array['where'] to override the 'deleted=0' to 'deleted=1'

    Kind regards
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 2008-07-01, 10:34 AM
  2. Deleted records
    By BrianSteffens in forum Help
    Replies: 1
    Last Post: 2008-04-03, 09:04 AM
  3. table views for active (non-deleted) records?
    By jsbenson in forum Developer Help
    Replies: 3
    Last Post: 2007-08-24, 01:07 AM
  4. How to clear deleted records?
    By AlexXF in forum General Discussion
    Replies: 1
    Last Post: 2005-10-27, 08:57 AM

Tags for this Thread

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
  •