Hi all!
How can i set a default name (Subject) value in a Quick Create Meeting??
Thanks.
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.
Hi kiketom,
What is the SugarCRM version you use?
Hasta
Fábio Brites
<Sugar 6.>
<Windows XP>
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
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.
![]()
Ok, i choose repair vardefs from meetings, and it works![]()
Thanks!!!
Glad to be of help!Originally Posted by kiketom
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks