Query regarding - when a user accepts the task

Certified Senior Developer

We have a user input task assigned to a group and a user accepts the task, is there a way we can capture those task details to separate table in DB when that task is in accepted state before the task gets completed.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    I'm currently using task report to get task details. I'm capturing task assigned and task completed date and time every time to db, but I need to capture when the user accepts the task as well. There is function gettaskacceptedtime() to get the date and time, but using this I can update the DB only after completing the task. My scenario is to update the DB instantly when user accepts the task. Thanks in Advance.

Children