Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8655427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T15:01:28+00:00 2026-06-12T15:01:28+00:00

in SugarCRM some modules like Calls has an i (Additional Details) icon in List

  • 0

in SugarCRM some modules like “Calls” has an “i” (Additional Details) icon in List view which shows some additional details about that record.

I want to display same kind for other modules like customer visits with some custom details of the records.
Any hints or guidance will be helpful.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T15:01:29+00:00Added an answer on June 12, 2026 at 3:01 pm

    1) Create a file in your metadata folder {MODULENAME}/metadata/additionalDetails.php. You have to find correct place of your module.

    • custom/modules/MODULENAME/metadata/
    • custom/modulebuilder/packages/PACKAGENAME/modules/MODULENAME/metadata/
    • etc…

    2) and create a function something like this. replace {MODULENAME} and {MODULE_BEAN_NAME} with actual module name in all places.

    function additionalDetails{MODULE_BEAN_NAME}($fields) {
        static $mod_strings;
        if(empty($mod_strings)) {
            global $current_language;
            $mod_strings = return_module_language($current_language, '{MODULENAME}');
        }
    
        $overlib_string = '';
    
        if(!empty($fields['NAME']))
            $overlib_string .= '<b>'. $mod_strings['LBL_NAME'] . '</b> ' . $fields['NAME'] . ' <br>';
    
        //Add whatever info you want to show up to $overlib_string
    
        $editLink = "index.php?action=EditView&module={MODULENAME}&record={$fields['ID']}";
        $viewLink = "index.php?action=DetailView&module={MODULENAME}&record={$fields['ID']}";
    
        return array(
            'fieldToAddTo' => 'NAME',
            'string' => $overlib_string,
            'editLink' => $editLink,
            'viewLink' => $viewLink
        );
    }
    

    you have to create $overlib_string with your data (in html). If you need edit and view links on your modal box you have to return them as well. $fields is an associative array that contains db record.

    3) The i icon should appear on the module list view.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a workflow defined in SugarCRM defined on Tasks modules it works perfectly
I'm new to using SugarCRM. I want to have a users page that does
I am using SugarCRM Pro 6.5.5. I am trying to do some integration into
SugarCRM has by default, inbuilt GUID having a format, aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee and the field name
Which Report module is suitable for making reports in sugarcrm 6.2 . I had
I want to create a dropdown list in sugarcrm custom module and auto populate
I have a script in PHP that runs a few things automatically on SugarCRM
I've cloned a SugarCRM installation to do some development work on. The main installation
I am new to YUI and I am doing some SugarCRM PHP modifications. I
I am using SugarCRM v6.x and have discovered that when transferring account ownership to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.