Results 1 to 2 of 2

Thread: customize listview of module

  1. #1
    akkimca's Avatar
    akkimca is offline Sugar Community Member
    Join Date
    Dec 2008
    Posts
    270

    Question customize listview of module

    Hi all,

    i want to change the query of listview of my custom module...
    i want to set some extra fields in where condition..

    i just create the custom/module/<my module>/views/view.list.php which have this code:
    PHP Code:
    require_once('include/MVC/View/views/view.list.php');

    class 
    prep_ProductReportViewList extends ViewList {

         function 
    prep_ProductReportViewList() {
        
    $args func_get_args();
       
    call_user_func_array(array('parent'"ViewList"), $args);
      }

      function 
    listViewPrepare() {
        
    $args func_get_args();
         
          
    $_REQUEST['where'] =' where ...  // my extra condition code';
     
        }

         
        
    call_user_func_array(array('parent'__FUNCTION__), $args);
      }

    this code show me all records and my where condition is not working..
    so please tell me how to write where condition in this code..

    thanks in advanced
    Regards
    ==========================
    akkimca
    Work as Sugarcrm Freelancer
    Feel free to Find me in skype. Its my pleasure to talk with you.
    ID: akshay.biztech

  2. #2
    akkimca's Avatar
    akkimca is offline Sugar Community Member
    Join Date
    Dec 2008
    Posts
    270

    Red face Re: customize listview of module

    no answer yet

    if i did change directly in include/listview/ListViewDisplay.php ??

    is ds upgrade safe ????

    anyone pls ans me
    Regards
    ==========================
    akkimca
    Work as Sugarcrm Freelancer
    Feel free to Find me in skype. Its my pleasure to talk with you.
    ID: akshay.biztech

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to customize Users module
    By Snook in forum Developer Help
    Replies: 21
    Last Post: 2011-10-22, 04:10 AM
  2. Replies: 2
    Last Post: 2008-09-24, 09:34 AM
  3. Help customize contacts module
    By gtg182s in forum Help
    Replies: 2
    Last Post: 2008-07-09, 09:51 PM
  4. Customize Activities ListView SubPanel
    By mswaim1 in forum Help
    Replies: 4
    Last Post: 2008-06-05, 07:46 PM
  5. Replies: 3
    Last Post: 2008-06-03, 02:31 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
  •