Is to possible to save useris, timestamp and other details to database when user Accepts or reassign the task using default buttons shown below.
Discussion posts and replies are publicly visible
As the task is completed, you have all these values available.
Yes, but we want those valuew before completing the task
Then, run a process report.
What do you meany by run a process report, How it helps in writing user details to database when they accept or reassign a task, Can you please breif it?
You cannot directly react on that event, but you could run a process report in an interval and write that data to the DB.
Another option is, to run this process report in the interface, and use a stored procedure to store the data.