Results 1 to 6 of 6

Thread: Leads List view sorting custom field not hyperlinked

  1. #1
    mjel is offline Sugar Community Member
    Join Date
    Feb 2005
    Posts
    44

    Default Leads List view sorting custom field not hyperlinked

    Hello,

    could not find any reference to my issue here.

    i have added a custom field to display in list view of leads table (sugarcrm 5.0.0c)

    all the other sugarcrm fields are hyperlinked so i can sort by field - but the custom field that i have added to display is not hyperlinked -so i can not sort by custom field.

    anyone come across this -

    sorry if it is already posted - had a good look - honest.

    Kind rEgars,
    Michael

  2. #2
    heta's Avatar
    heta is offline Sugar Community Member
    Join Date
    Nov 2007
    Location
    Ahmedabad,India
    Posts
    214

    Default Re: Leads List view sorting custom field not hyperlinked

    hi mjel,

    u can make it sortable by changing the code in

    custom/modules/MODULENAME/metadata/listviewdefs.php

    & make the field's value,

    'sortable' => true,


    hope it helps
    Best Regards
    ---------------------------------------
    Heta Shah - iNET PROCESS
    heta.shah@inetprocess.com
    http://www.inetprocess.co.in
    Projects :
    iNETDocs -Project of the month(Dec-2008)
    iNETGoogleMap

  3. #3
    cleartic is offline Sugar Community Member
    Join Date
    Jan 2008
    Posts
    21

    Default Re: Leads List view sorting custom field not hyperlinked

    But if you use the studio and deploid the listview, not again be ordered

  4. #4
    Blubster is offline Junior Member
    Join Date
    Apr 2008
    Posts
    4

    Default Re: Leads List view sorting custom field not hyperlinked

    Hi,

    I have the same problem and I have tried to follow the solution suggested above, but the problem is that the directory does not exist.

    I have created a cisutom field and added it in the Projects module and in the list view. The custom field shows up in the list view but does not have the hyperlink for sorting.

    When I go to custom/modules/<ModuleName>/ there is no directory called "metadata" and therefore I do not have the file listviewdefs.php to edit it. The only directory that exists under custom/modules/<ModuleName>/ is the 'language' directory.

    Have you got any suggestions?

    Many thanks in advance.

  5. #5
    shib_best's Avatar
    shib_best is offline Junior Member
    Join Date
    Apr 2010
    Location
    Hyderabad
    Posts
    3

    Default Re: Leads List view sorting custom field not hyperlinked

    In my leads module sort functionv is not working .
    I tried with 'sortable'=>'true then also not working ?
    How to solved it???????????
    Last edited by shib_best; 2010-06-21 at 07:06 AM.

  6. #6
    naveen2k7 is offline Senior Member
    Join Date
    Apr 2010
    Location
    Chennai, India
    Posts
    110

    Default Re: Leads List view sorting custom field not hyperlinked

    Hi,

    Iam using sugarCRM CE 5.5, In leads module list view, i have created custom field.Defaultly its sorting by name.So I have to change that it has to order by custom field created from leads_cstm table.

    I have put 'sortable' => true, and 'orderBy' => 'ncommande_c', (custom field ) in custom folder leads listview.but its not working.
    Can Anyone help me out....

    Thanks & Regards,
    Naveen.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. use custom field account to search contact in target list
    By Beranrdi in forum Developer Help
    Replies: 9
    Last Post: 2010-07-30, 04:12 AM
  2. Replies: 3
    Last Post: 2007-12-27, 01:53 PM
  3. Custom Field add not visible is Edit Layout
    By tylerpoint in forum Help
    Replies: 0
    Last Post: 2007-07-09, 05:56 AM
  4. Replies: 7
    Last Post: 2006-06-06, 07:56 PM
  5. Replies: 0
    Last Post: 2005-11-23, 01:02 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
  •