Results 1 to 4 of 4

Thread: Disable Button

  1. #1
    lanky is offline Member
    Join Date
    Mar 2009
    Posts
    7

    Default Disable Button

    Hi,
    Can anyone help me on how to disable the select and clear button at the assigned to field so that user cant choose the user.i just want the sign in user as the assigned to and the user cant edit it



    Thanks in Advance
    _LaNkY_

  2. #2
    petercoloney is offline Senior Member
    Join Date
    Apr 2009
    Location
    canada
    Posts
    44

    Exclamation Re: Disable Button

    this is w.r.t which module

  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: Disable Button

    HI Lanky

    You need to add this attribute

    PHP Code:
                'displayParams' => array(
                  
    'hideButtons' => true,
                  
    'required' => true,
                  
    'readOnly' => true,
                ), 
    into field defs of the field at the editviewdefs.php
    Make sure you clean template cache after saving the file.

    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.

  4. #4
    beedisanjay is offline Junior Member
    Join Date
    Oct 2010
    Location
    Bangalore, Karnataka, India
    Posts
    3

    Default Re: Disable Button

    Thanks a lot.

    That was a help.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Disable Button
    By Fitox in forum Developer Help
    Replies: 1
    Last Post: 2009-04-02, 12:00 AM
  2. remove disable email button from accounts & contacts
    By mikesolomon in forum Developer Help
    Replies: 9
    Last Post: 2009-03-30, 02:39 PM
  3. how to disable the 'create' top button in subpanel?
    By yanyan in forum Developer Help
    Replies: 4
    Last Post: 2008-10-09, 07:39 AM
  4. Need to disable the "vCard Button"
    By Mag in forum General Discussion
    Replies: 4
    Last Post: 2008-09-22, 02:08 PM
  5. Replies: 4
    Last Post: 2007-01-03, 11:11 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
  •