Results 1 to 2 of 2
Like Tree1Likes
  • 1 Post By andopes

Thread: Change default click through from homepage dashlet to editviewdefs not detailviewdefs

  1. #1
    mrgroo is offline Junior Member
    Join Date
    Aug 2011
    Posts
    1

    Default Change default click through from homepage dashlet to editviewdefs not detailviewdefs

    CE Version 6.2.1 (Build 6405)
    Is it possible to change a dashlet so that any links to detailviewdefs.php point instead to editviewdefs.php?

  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: Change default click through from homepage dashlet to editviewdefs not detailview

    That is a piece of cake.

    Edit the script modules/<ModuleName>/Dashlets/<DashletName>/<DashletName>.data.php;
    The array $dashletData['<DashletName>'] has 2 elements: 'searchFields' and 'columns';
    Look for a field, inside element 'columns', with the attribute 'link';
    Add another attribute:
    'action' => 'EditView',

    Test again.

    Regards
    lijith likes this.
    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. Default homepage
    By VirtualSynergy in forum Dutch
    Replies: 4
    Last Post: 2011-03-18, 08:54 AM
  2. Replies: 0
    Last Post: 2010-09-13, 06:21 PM
  3. Customize Registration.php, detailviewdefs.php and editviewdefs.php
    By rejshines in forum Web Self Service Portal
    Replies: 1
    Last Post: 2009-06-06, 10:18 AM
  4. Replies: 1
    Last Post: 2008-12-29, 12:24 PM
  5. Arrange Dashlet on Homepage
    By bbhenry in forum General Discussion
    Replies: 1
    Last Post: 2007-07-29, 05:40 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
  •