Results 1 to 3 of 3

Thread: remove field from sidequickcreate

  1. #1
    muscariello is offline Senior Member
    Join Date
    Jul 2009
    Location
    Napoli
    Posts
    45

    Default remove field from sidequickcreate

    Hi to all,
    I hope somebody can help me.
    I like to remove 'status' from sidequickcreate for meeting.
    How can I do it?

    Thanks in advance,
    Martina

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: remove field from sidequickcreate

    The sidequickcreate for meetings and calls is generated in /modules/Calls/metadata/sidecreateviewdefs.php (and perhaps sometimes in the future in /modules/Meetings/metadata/sidecreateviewdefs.php too).

    So you should remove it in both files by commenting the section

    PHP Code:
    /**** no status
      array (
          array (
            'name' => 'status',
            'displayParams' => array('required'=>true),
            'fields' => 
            array (
              array('name'=>'status'),
              array('name'=>'direction'),
            ),
          ),
        ),
    *****/ 
    Harald Kuske
    Pre-Sales Engineer Central Europe

    SUGARCRM Deutschland GmbH
    Erika-Mann-Str. 53, 80636 Munich, Germany
    Email: hkuske@sugarcrm.com
    Home: http://www.sugarcrm.com


  3. #3
    muscariello is offline Senior Member
    Join Date
    Jul 2009
    Location
    Napoli
    Posts
    45

    Default Re: remove field from sidequickcreate

    Thank you so much!!!
    I remove the section only in /modules/Meetings/metadata/sidecreateviewdefs.php

    Reguards,
    Martina

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. add Email1 field in sidequickcreate view
    By mikrob35 in forum Help
    Replies: 3
    Last Post: 2010-11-09, 02:47 PM
  2. SideQuickCreate also in DetailView possible?
    By michaelmax in forum Developer Help
    Replies: 0
    Last Post: 2009-06-21, 04:25 PM
  3. SideQuickCreate in studio
    By ashokkumarc in forum Developer Help
    Replies: 0
    Last Post: 2009-06-03, 12:05 PM
  4. Remove Sidequickcreate from All Modules
    By jasv in forum Developer Help
    Replies: 7
    Last Post: 2009-05-04, 05:10 AM
  5. SideQuickCreate in MyPortal
    By mikrob35 in forum Help
    Replies: 1
    Last Post: 2008-09-19, 12:13 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
  •