Results 1 to 6 of 6

Thread: Defaul name in meeting

  1. #1
    kiketom is offline Member
    Join Date
    Dec 2007
    Posts
    7

    Thumbs up Defaul name in meeting (solved)

    Hi all!
    How can i set a default name (Subject) value in a Quick Create Meeting??
    Thanks.
    Last edited by kiketom; 2008-06-25 at 04:47 PM.

  2. #2
    fbrites is offline Sugar Community Member
    Join Date
    May 2008
    Location
    Lisbon, Portugal
    Posts
    77

    Default Re: Defaul name in meeting

    Hi kiketom,

    What is the SugarCRM version you use?

    Hasta
    Fábio Brites
    <Sugar 6.>
    <Windows XP>

  3. #3
    eNick is offline Sugar Community Member
    Join Date
    Apr 2008
    Location
    UK
    Posts
    282

    Default Re: Defaul name in meeting

    Step 1, create a custom vardef file for Meetings.
    Step 2, alter....

    array (
    'name' => 'name',
    'vname' => 'LBL_SUBJECT',
    'type' => 'name',
    'dbType' => 'varchar',
    'len' => '50',
    'comment' => 'Meeting name'
    ),

    to

    array (
    'name' => 'name',
    'vname' => 'LBL_SUBJECT',
    'type' => 'name',
    'dbType' => 'varchar',
    'len' => '50',
    'comment' => 'Meeting name',
    'default => '<your default value>'
    ),

    Repair/rebuild caches etc.
    T H E S U G A R R E F I N E R Y
    : : : SugarCrm Customisation and Integration Services : : :

    SugarCRM Systems Integration Partner
    Trusted with SugarCRM
    http://www.theSugarRefinery.com ::: sales@{removethis}theSugarRefinery.com

  4. #4
    kiketom is offline Member
    Join Date
    Dec 2007
    Posts
    7

    Default Re: Defaul name in meeting

    I have the Versión 5.0.0e (Build 3276)

    Ok, i have changed the vardef.php file.
    But in the Admin -> Repair.
    Which option i need to execute??
    clean cache??
    it makes that i lost data??

    Thx.

  5. #5
    kiketom is offline Member
    Join Date
    Dec 2007
    Posts
    7

    Thumbs up Re: Defaul name in meeting (Solved)

    Ok, i choose repair vardefs from meetings, and it works
    Thanks!!!

  6. #6
    eNick is offline Sugar Community Member
    Join Date
    Apr 2008
    Location
    UK
    Posts
    282

    Default Re: Defaul name in meeting (Solved)

    Quote Originally Posted by kiketom
    Ok, i choose repair vardefs from meetings, and it works
    Thanks!!!
    Glad to be of help!
    T H E S U G A R R E F I N E R Y
    : : : SugarCrm Customisation and Integration Services : : :

    SugarCRM Systems Integration Partner
    Trusted with SugarCRM
    http://www.theSugarRefinery.com ::: sales@{removethis}theSugarRefinery.com

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 2007-09-15, 02:59 PM
  2. Bug in Note linked to a Meeting
    By inmapi in forum Help
    Replies: 1
    Last Post: 2006-11-23, 10:28 AM
  3. Notification of contacts for a meeting
    By torinfo in forum Developer Help
    Replies: 2
    Last Post: 2006-08-14, 08:29 AM
  4. 3.0c Issue with Scheduling Meeting
    By benoitx in forum General Discussion
    Replies: 0
    Last Post: 2005-05-18, 05:28 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
  •