I want to set up additional reminder times for meetings and calls. Currently the maximum time is 1 hour. How can I add 1 day for example? I have added to the dropdown but assume I need to add a line of code somewhere?
Thanks
I want to set up additional reminder times for meetings and calls. Currently the maximum time is 1 hour. How can I add 1 day for example? I have added to the dropdown but assume I need to add a line of code somewhere?
Thanks
Hi
Try to change the "reminder_time_options" drop down.
Thanks for your reply. I have changed that dropdown to include the extra fields, for example:
86400 [1 day prior]
but it doesn't seem to work when tested. The additional options appear in the dropdown but the reminder is not activated. I therefore assumed I had to add some additional code somewhere? I thought maybe it might be in jsalerts.php but can't find anything.
Thanks again
Hi
go to include/language/en_us.lang.php
and customize the code like this
Code:'reminder_time_options' => array( 60=> '1 minute prior', 300=> '5 minutes prior', 600=> '10 minutes prior', 900=> '15 minutes prior', 1800=> '30 minutes prior', 3600=> '1 hour prior', 86400 =>'1 day prior', ),
Add the customization into custom/Extension/application/Ext/Language/<language>.lang.php
You also need to update the entry 'reminder_max_time' into app_strings.
Remember to Repair Extensions.
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.
HI
if you want to customize the reminder time in "custom/Extension/application/Ext/Language/<language>.lang.php"
change your array formate like this
$GLOBALS['app_list_strings']['reminder_time_options']=array (
60=> '1 minute prior',
300=> '5 minutes prior',
600=> '10 minutes prior',
900=> '15 minutes prior',
1800=> '30 minutes prior',
3600=> '1 hour prior',
);
Thanks for your response. I am somewhat of a newbie so please forgive my perhaps obvious questions...
I don't currently have a us.land.php file in the folder you specified - only 1 files for custom modules. Do I therefore need to create a new file?
Which file will I find 'reminder_max_time' app_strings?
You have to create all folders and file.
The entry reminder_max_time you can find at include/language/en_us.lang.php
The value for this entry need to be the greater one specified into reminder_time_options.
Remember Repair Extensions after implementing these changes.
Chees
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.
Thank you both so much for your help. I have managed to get to working now!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks