How to automatically add reminder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ciryaj
    Member
    • Mar 2018
    • 45

    How to automatically add reminder

    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
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    Maybe this in preferences
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • ciryaj
      Member
      • Mar 2018
      • 45

      #3
      Originally posted by item
      Maybe this in preferences
      OH My! That was stupid of me. Thanks a lot. May you please guide me where to set global preference. Like how do I do that to all users.

      Comment

      • item
        Active Community Member
        • Mar 2017
        • 1476

        #4
        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

        Regards
        If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

        Comment

        Working...