Results 1 to 3 of 3

Thread: Link on colomn value in List view

  1. #1
    rakeshray is offline Sugar Community Member
    Join Date
    Jun 2010
    Location
    Hyderabad (India)
    Posts
    313

    Default Link on colomn value in List view

    Hi,
    I have Leads module and in its ListView there is a colomn in which data is coming from different module(suppose "A"), now i want to put link on this field
    so that on clicking it could redirect me in module "A".
    Please any body give me some idea !!

    Thanks

  2. #2
    neel1154's Avatar
    neel1154 is offline Sugar Community Member
    Join Date
    May 2010
    Location
    Pune, Maharashtra, India
    Posts
    231

    Default Re: Link on colomn value in List view

    Hi,
    I am not exactly sure but if u navigate to custom/metadata there find the relationship file of ur module A and leads, then find the indices array in that array there will be
    name=>'key_A_Leads_ida1' or
    name=>'key_A_Leads_alt'.
    take only 'key_A_Leads' part goto custom/leads/metadata/listviewdefs.php and in array for module A's name put link=>'key_A_Leads';
    and then repair rebuild.
    Sorry this is not fullproof solution but I u can give it a try.
    http://softwarriors.webs.com
    cheers!!!!

    ~~~~~~~~~Never give up~~~~~~~~

  3. #3
    rakeshray is offline Sugar Community Member
    Join Date
    Jun 2010
    Location
    Hyderabad (India)
    Posts
    313

    Default Re: Link on colomn value in List view

    Quote Originally Posted by neel1154 View Post
    Hi,
    I am not exactly sure but if u navigate to custom/metadata there find the relationship file of ur module A and leads, then find the indices array in that array there will be
    name=>'key_A_Leads_ida1' or
    name=>'key_A_Leads_alt'.
    take only 'key_A_Leads' part goto custom/leads/metadata/listviewdefs.php and in array for module A's name put link=>'key_A_Leads';
    and then repair rebuild.
    Sorry this is not fullproof solution but I u can give it a try.
    Hi,
    I implemented this one but , its not working and i think it is for related fields only .
    In my case modules are related but the field which i want is not relate field.
    In way i am trying for this ..
    Thanks for reply !!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. No list view link
    By twick100 in forum Developer Help
    Replies: 7
    Last Post: 2012-03-19, 02:02 PM
  2. link to detail view from list view in the custom module problem
    By shamimwilson in forum Developer Help
    Replies: 10
    Last Post: 2009-12-24, 10:47 AM
  3. Link between list and detailed view
    By shav in forum Help
    Replies: 1
    Last Post: 2007-12-14, 10:23 AM
  4. Replies: 0
    Last Post: 2006-07-11, 10:05 PM
  5. Replies: 0
    Last Post: 2006-05-04, 01:27 AM

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
  •