Results 1 to 3 of 3

Thread: Making EditView the default instead of DetailView

  1. #1
    epirker is offline Junior Member
    Join Date
    Oct 2006
    Posts
    3

    Default Making EditView the default instead of DetailView

    Hi!

    I (or rather: my users) want to see Edit View immediately when clicking on an account. They (rightfully) think that clicking on a record in a list should bring them to an editable view of this record, such as this is common in almost any database-oriented application.

    How can I do that with SugarCRM? I have found no way so far. I am not afraid of hacking PHP code, but so far I could not find any clue how to do such a modification.

    Best regards,
    Emanuel

  2. #2
    RickM is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Boca Raton, FL
    Posts
    220

    Default Re: Making EditView the default instead of DetailView

    In most list views, there is usually an Edit icon on the right side. If you click on that icon it takes you directly to the edit view.

    HTH,
    Rick

  3. #3
    aleksserbia is offline Sugar Community Member
    Join Date
    Jul 2007
    Posts
    30

    Default Re: Making EditView the default instead of DetailView

    hi emanuele,
    i will check this later ,cause i work now,
    but..
    when you point to item on listview check url ,you will see something like action=detailview & module=blablah ...,
    so you need to change that url to action=editview ...
    hint :
    the listview (list with url items ) has definition in modulename\metatdata\listviewdefs.php check this ,and next is listviesmarty class which makes and display listview.
    I will also explore this and lat you know what i have been done.
    sorry for english
    Alex

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 2009-07-13, 03:24 PM
  2. Replies: 3
    Last Post: 2006-09-08, 10:37 PM
  3. SugarCrm 4.0 Patch
    By mgamboa in forum General Discussion
    Replies: 0
    Last Post: 2005-12-21, 04:14 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
  •