Results 1 to 3 of 3

Thread: How to add related module in create Calls ?

  1. #1
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Default How to add related module in create Calls ?

    Hi,

    I have the following question;

    When i want to create a new "call", i want the field "related to" to show me my
    custom made module "Acc Accounts". This isn't visible at this moment.

    Where can I add my custom made Module to field "related to" ?

    Hope someone can help me.

    Thankssss!
    Attached Images Attached Images  
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  2. #2
    dekleinemedia is offline A Prolific Poster
    Join Date
    May 2009
    Location
    Netherlands
    Posts
    241

    Question Re: How to add related module in create Calls ?

    Does someone knows the answer? Any help would be very appreciated
    Kind regards,

    De Kleine Media


    SugarCRM CE v.5.2.0h
    Windows platform
    MySQL v.5.1
    phpMyAdmin - 2.11.2.2
    Apache Server v.2.0

  3. #3
    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: How to add related module in create Calls ?

    You need to create an extended application language: custom/Extension/application/Ext/Language/<lang>.lang.php containing something like that:

    PHP Code:
    $app_list_strings['parent_type_display']['<CustomModule>'] = 'Custom Module';
    $app_list_strings['record_type_display']['<CustomModule>'] = 'Custom Module';
    $app_list_strings['record_type_display_notes']['<CustomModule>'] = 'Custom Module'
    You need to create the folders if they don't exist.

    Go to Admin -> Repair -> Rebuild Extensions

    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My Calls not displaying Contact Name in Related to
    By TheBishopOfSoho in forum Help
    Replies: 1
    Last Post: 2009-06-26, 02:20 PM
  2. get related calls
    By josh.sweeney in forum Developer Help
    Replies: 4
    Last Post: 2009-01-30, 06:35 PM
  3. How to create ordered list of related module entries?
    By andreasbalzer2 in forum Developer Help
    Replies: 0
    Last Post: 2009-01-03, 12:32 AM
  4. how to create a record related to target module ?
    By cryptex in forum Developer Help
    Replies: 2
    Last Post: 2008-11-27, 02:42 PM
  5. Replies: 0
    Last Post: 2008-01-25, 10: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
  •