Announcement

Collapse
No announcement yet.

How to add Minute Step

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to add Minute Step

    Hi there,

    I'm trying to add another option for minute step in task Date due into 60 minutes.
    However it only show maximum for 30 minutes, is there a way, that i can add the minutes step up to 60 minutes?

    Any help would be appreciated

    Thanks

  • #2
    Hi Ivan,

    EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.


    You need to apply the fix manually and clear cache.

    Comment


    • #3
      Thank you yuri for the help.

      Can i ask one more thing.

      Im trying to set the due date in task automatically 1 hour after the date start.

      Example, if i set the start date to 26 Sep 2022 on 5 PM, i want to have the due date automatically set into 26 Sep 2022 on 6 pm.

      is there a way that can i achieve this using formula?

      Thank you so much in advance

      Comment


      • lazovic
        lazovic commented
        Editing a comment
        Hi Ivan,

        Please go to Administration > Entity Manager > Task > Formula and paste this formula:

        dateEnd = datetime\addHours(dateStart, 1);

        You can learn more about formulas for working with dates and times here:
        https://docs.espocrm.com/administrat...mula/#datetime.

    • #4
      I have no time. Create a separate topic for new questions.

      Comment


      • #5
        Thank you so much yuri it works like a charm,

        And thank you for the reminder, i will make sure to create new topic for new question next time

        Cheers

        Comment

        Working...
        X