Results 1 to 8 of 8

Thread: Add account name (linkable) in subpanel for Campaigns

  1. #1
    qmv
    qmv is offline Senior Member
    Join Date
    Dec 2008
    Posts
    24

    Default Add account name (linkable) in subpanel for Campaigns

    Hi,

    I'd like to add the Account Name in the Message Sent/Attempted , Viewed Message,Click-thru Link etc ..subpanels in the Campaigns module. Also would like the account name to be a link to the detail view.

    Alternatively if I can just get the receipient name to be a link to the detail view it would help also.

    Thanks

    Manav

  2. #2
    qmv
    qmv is offline Senior Member
    Join Date
    Dec 2008
    Posts
    24

    Question Re: Add account name (linkable) in subpanel for Campaigns

    any help in this would be appreciated

  3. #3
    qmv
    qmv is offline Senior Member
    Join Date
    Dec 2008
    Posts
    24

    Default Re: Add account name (linkable) in subpanel for Campaigns

    moderators please help !!!!

  4. #4
    qmv
    qmv is offline Senior Member
    Join Date
    Dec 2008
    Posts
    24

    Default Re: Add account name (linkable) in subpanel for Campaigns

    Has no one done this ????

  5. #5
    qmv
    qmv is offline Senior Member
    Join Date
    Dec 2008
    Posts
    24

    Default Re: Add account name (linkable) in subpanel for Campaigns

    Can anyone help me acheive this.
    This is the campaign status view page.
    I do not know where the source file is to make these fields linkable.
    Also would like to add the account name to the view.

    Thanks
    Attached Images Attached Images  

  6. #6
    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: Add account name (linkable) in subpanel for Campaigns

    You need to edit the file modules/CampaignLog/metadata/subpanels/default.php and modify the field related_name according to recipient_name.

    Cheers
    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.

  7. #7
    qmv
    qmv is offline Senior Member
    Join Date
    Dec 2008
    Posts
    24

    Default Re: Add account name (linkable) in subpanel for Campaigns

    Quote Originally Posted by andopes View Post
    You need to edit the file modules/CampaignLog/metadata/subpanels/default.php and modify the field related_name according to recipient_name.

    Cheers
    What do i modify here.... I've tried using the related name variables in the receipient name but it either gives link to the email or goes to an undefined page... it does not link to the lead/contact/target detail view page.

    'recipient_name' =>
    array (

    'vname' => 'LBL_LIST_RECIPIENT_NAME',
    'width' => '14%',
    'sortable' => false,
    'default' => true,
    ),



    'related_name' =>
    array (
    'widget_class' => 'SubPanelDetailViewLink',
    'target_record_key' => 'related_id',
    'target_module_key' => 'related_type',
    'parent_id' => 'target_id',
    'parent_module' => 'target_type',
    'vname' => 'LBL_RELATED',
    'width' => '39%',
    'sortable' => false,
    'default' => true,
    ),

  8. #8
    qmv
    qmv is offline Senior Member
    Join Date
    Dec 2008
    Posts
    24

    Default Re: Add account name (linkable) in subpanel for Campaigns

    Quote Originally Posted by qmv View Post
    What do i modify here.... I've tried using the related name variables in the receipient name but it either gives link to the email or goes to an undefined page... it does not link to the lead/contact/target detail view page.

    'recipient_name' =>
    array (

    'vname' => 'LBL_LIST_RECIPIENT_NAME',
    'width' => '14%',
    'sortable' => false,
    'default' => true,
    ),



    'related_name' =>
    array (
    'widget_class' => 'SubPanelDetailViewLink',
    'target_record_key' => 'related_id',
    'target_module_key' => 'related_type',
    'parent_id' => 'target_id',
    'parent_module' => 'target_type',
    'vname' => 'LBL_RELATED',
    'width' => '39%',
    'sortable' => false,
    'default' => true,
    ),
    Andopes can you help with this..........thanks..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. listview relationship field linkable
    By flymirco in forum Developer Help
    Replies: 2
    Last Post: 2009-03-27, 11:12 AM
  2. Replies: 2
    Last Post: 2009-03-13, 10:18 AM
  3. Free e-mail account for campaigns!
    By shammass in forum Help
    Replies: 1
    Last Post: 2007-10-10, 05:59 PM
  4. Campaigns Subpanel Empty?
    By msmughal in forum General Discussion
    Replies: 1
    Last Post: 2006-05-30, 08:55 AM
  5. Showing related campaigns in Account/Contact pages
    By JMS in forum Feature Requests
    Replies: 0
    Last Post: 2005-11-14, 12:33 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
  •