This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it possible to insert data in custom table when error message comes up in JobQueue table

How can we insert data in custom table when Error message comes up in JobQueue table. I am trying to add trigger on JobQueue table and tried Insert, Update and Delete events but its not working on any of these events. Please help in implementing this.

Parents
  • I would recommend against setting up update event handling on the JobQueue table for performance and stability reasons.

    Instead, I would go for a scheduled job that regularly checks for those things and performs the relevant actions. There are already processes that do similar things, e.g. VID_Jobqueue_Notify_Frozen (the respective event is fired internally).
Reply
  • I would recommend against setting up update event handling on the JobQueue table for performance and stability reasons.

    Instead, I would go for a scheduled job that regularly checks for those things and performs the relevant actions. There are already processes that do similar things, e.g. VID_Jobqueue_Notify_Frozen (the respective event is fired internally).
Children
No Data