Results 1 to 2 of 2

Thread: Increase Size Assigned to field ...

  1. #1
    jarod159 is offline Member
    Join Date
    Sep 2010
    Posts
    7

    Default Increase Size Assigned to field ...

    Hi at all ...

    i need an information: i need to increase the size of assigned to field in call creation ...

    How ???


    Thanks a lot !!!!!

  2. #2
    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: Increase Size Assigned to field ...

    You need to edit the custom/modules/Calls/metadata/editviewdefs.php and modify the field definition for assigned_user_name this way:

    PHP Code:
    array(
      
    'name' => assigned_user_name,
      
    'displayParams' => array(
        
    'size' => 40,
      ),
    ), 
    You can modify the attribute 'size' according to your needs.
    Remember to clear templates after applying the change. Sugar likes caching templates.

    Regards
    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. Increase field size of Account in Contact Module
    By alex3232 in forum Developer Help
    Replies: 3
    Last Post: 2010-01-08, 12:58 PM
  2. how to increase the size of the field
    By Rajas in forum Developer Help
    Replies: 5
    Last Post: 2009-06-05, 05:29 AM
  3. How to increase size of Task list?
    By datablueprints in forum Help
    Replies: 2
    Last Post: 2008-05-12, 08:19 PM
  4. How can I increase field size?
    By sv2k in forum Help
    Replies: 4
    Last Post: 2007-03-09, 07:37 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
  •