Wondering if there is any roadmap for the ability to format within tasks. Ex. The ability to bold words like you can in this text box!
Wondering if there is any roadmap for the ability to format within tasks. Ex. The ability to bold words like you can in this text box!
So perhaps something like this:
That's the result when you change the definition of the description field of tasks with two lines in custom/extension(modules/Tasks/Ext/Vardefs/_override_description.php in the following way and call QR&R with database repair at the end.
<?php $dictionary['Task']['fields']['description']['dbType']='longtext'; $dictionary['Task']['fields']['description']['type']='htmleditable_tinymce';
htmleditable_tinymce is a hidden internal type which is used in the knowledgebase content.
Harald Kuske
Principal Solution Architect – Professional Services, EMEA
hkuske@sugarcrm.com
SugarCRM Deutschland GmbH
So perhaps something like this:
That's the result when you change the definition of the description field of tasks with two lines in custom/extension(modules/Tasks/Ext/Vardefs/_override_description.php in the following way and call QR&R with database repair at the end.
<?php $dictionary['Task']['fields']['description']['dbType']='longtext'; $dictionary['Task']['fields']['description']['type']='htmleditable_tinymce';
htmleditable_tinymce is a hidden internal type which is used in the knowledgebase content.
Harald Kuske
Principal Solution Architect – Professional Services, EMEA
hkuske@sugarcrm.com
SugarCRM Deutschland GmbH