0

I am new to suiteCRM and i need some help.When I want to add any activity(like Task,Meeting or Call) in calendar module,When I click on any time period then quick create popup is displays and it is showing two radio button "Schedule Meeting" and "Log Call" but it is not showing "Create Task" Which I want.

Is there any option in admin panel or config that allow us to enable crate task? I have attached a screenshot for reference.

Thanks in advance.enter image description here

Graham
  • 7,431
  • 18
  • 59
  • 84
krisi
  • 3
  • 7

1 Answers1

0

There is not an admin option per se.

In order to add tasks in that view, you would need to add the checkbox in modules/Calendar/tpls/form.tpl and include your own custom javascript to handle this.

Daniel Samson
  • 718
  • 4
  • 18
  • Thanks for comment.I added : {literal}{/literal} on modules/Calendar/tpls/form.tpl but the Create Task radio button is not showing.Am i missing sth? – krisi Nov 25 '16 at 14:29
  • Run repair and rebuild. If you on a development instance, you could enable development mode in the system settings. – Daniel Samson Nov 25 '16 at 15:10
  • Thanks for help Daniel.I added the radio buttons but when i try to save data it shows "error while saving".I searched on forums of suitecrm https://www.suitecrm.com/forum/suitecrm-7-0-discussion/9379-add-create-task-radio-button-in-calendar-module and it is still an unsolved question. – krisi Nov 30 '16 at 09:05
  • I vote it up.And about the second problem with showing "error while saving" if you have any idea why it is showing will be very helpfull for me. – krisi Nov 30 '16 at 13:16