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
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
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
Thank you so much!!!
I remove the section only in /modules/Meetings/metadata/sidecreateviewdefs.php
Reguards,
Martina
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks