I was able to change default of Reminder by changing espocrm/application/Espo/Modules/Crm/Resources/metadata/entityDefs/Reminder.json but what I want is to have reminder without clicking the + or even have Reminder as 1hour only
How to automatically add reminder
Collapse
X
-
Hello,
i don't know if global preference for reminder exist ..
but user preferences is in table "preferences" ... and i think is not difficult to make a script who add this setting in that.
like so :
User->afterSave
update->preferences->set('reminderDefault', 1)
it's just a idea.. because i have not skill for that
RegardsIf you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.Comment
Comment