Hook overdue task

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krasov
    Junior Member
    • Jun 2017
    • 8

    Hook overdue task

    Hi. I want to make some action (exmp. create new entity) when task overdue.
    How can realize this without cron ?
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hello
    Do you have Advanced Pack?

    Comment

    • krasov
      Junior Member
      • Jun 2017
      • 8

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

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #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

        • krasov
          Junior Member
          • Jun 2017
          • 8

          #5
          Originally posted by tanya
          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

          • tanya
            Senior Member
            • Jun 2014
            • 4308

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

            Comment

            • krasov
              Junior Member
              • Jun 2017
              • 8

              #7
              Originally posted by tanya
              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...