Where is code for assigning the Reminder option values in Meetings Detatil view?
For eg; Database stores the value 600, but detail view shows 10 minutes. I want to know from where this conversion takes place
Where is code for assigning the Reminder option values in Meetings Detatil view?
For eg; Database stores the value 600, but detail view shows 10 minutes. I want to know from where this conversion takes place
Mithun P Sreedharan
ITFlux Inc
38030 Stenhammer Dr
Fremont
CA, USA - 94536
Phone : (510)-792-8897
Fax : (408)-877-1588
For further queries mail to mithun@itflux.com
This is the time in seconds.
The dropdown which manage that: reminder_time_options
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.
I want to extend this feature to a custom field named reminder_time2_c. I added the below code to detail view but doesn't seems to be working
PHP Code:array (
'name' => 'reminder_checked2_c',
'fields' =>
array (
0 => 'reminder_checked2_c',
1 => 'reminder_time2_c',
),
'label' => 'LBL_REMINDER',
),
Mithun P Sreedharan
ITFlux Inc
38030 Stenhammer Dr
Fremont
CA, USA - 94536
Phone : (510)-792-8897
Fax : (408)-877-1588
For further queries mail to mithun@itflux.com
I got the check box, but it is unchecked and the text following the checkbox is always saying '1 minute prior' eventhoght the table field 'reminder_time2_c' has the value 300 or 600
Mithun P Sreedharan
ITFlux Inc
38030 Stenhammer Dr
Fremont
CA, USA - 94536
Phone : (510)-792-8897
Fax : (408)-877-1588
For further queries mail to mithun@itflux.com
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks