Announcement

Collapse
No announcement yet.

Hook overdue task

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

  • Hook overdue task

    Hi. I want to make some action (exmp. create new entity) when task overdue.
    How can realize this without cron ?

  • #2
    Hello
    Do you have Advanced Pack?

    Comment


    • #3
      Originally posted by tanya View Post
      Hello
      Do you have Advanced Pack?
      no.
      base version

      Comment


      • #4
        You need to create a Job.
        application/Espo/Modules/Crm/Jobs - there are few examples
        advanced/custom/Espo/Custom/Jobs - you can add you file here

        also you can look for examples on the forum
        one of http://forum.espocrm.com/forum/devel...contact-entity

        Comment


        • #5
          Originally posted by tanya View Post
          You need to create a Job.
          application/Espo/Modules/Crm/Jobs - there are few examples
          advanced/custom/Espo/Custom/Jobs - you can add you file here

          also you can look for examples on the forum
          one of http://forum.espocrm.com/forum/devel...contact-entity
          how to run Job?
          only cron?

          Comment


          • #6
            Administartion > Scheduled Jobs - create a scheduled job, related to created, set scheduling, check, if your crontab is set

            Comment


            • #7
              Originally posted by tanya View Post
              Administartion > Scheduled Jobs - create a scheduled job, related to created, set scheduling, check, if your crontab is set
              ok. thx
              Last edited by krasov; 06-21-2017, 02:57 PM.

              Comment

              Working...
              X