Capture user who accepts a task

Certified Senior Developer

Hi All

I have a form which is assigned to a group "A". Now a user being the member of group "A" can see this task in My Tasks.
Now he accepts the task.
I want to capture who in the group has accepted the task.
Note that: The task is not completed. It is still with the user.
I understand that it can be captured as the task is completed by tp!owner.
But I want to know before the task is completed.

Thanks in Advance....

OriginalPostID-76084

OriginalPostID-76084

  Discussion posts and replies are publicly visible

Parents
  • Hi Mohan, we did tried one way in 7.11, as mentioned in above post when the task is accepted by the user, tp!owner would be populated and the form is reloaded. what we have done we used the fn!startprocesswrite with bind variables and then invoking a sub process on the first editable fields saveInto and passing the tp!owner as the input so that the information would be written to the database.
Reply
  • Hi Mohan, we did tried one way in 7.11, as mentioned in above post when the task is accepted by the user, tp!owner would be populated and the form is reloaded. what we have done we used the fn!startprocesswrite with bind variables and then invoking a sub process on the first editable fields saveInto and passing the tp!owner as the input so that the information would be written to the database.
Children
No Data