Hello everyone
I have a question. In the case of parallel tasks for several users, how do I display the status on the form, i.e. who has already finished and who still has to do it?
Is it possible to do this?
Thanks in advance
Hello everyone
I have a question. In the case of parallel tasks for several users, how do I display the status on the form, i.e. who has already finished and who still has to do it?
Is it possible to do this?
Thanks in advance
Hi,
it is visible by default, on in the assigned people tasks. If you would like to bring it more, you could create sql view based on this table:
SELECT TSK_IsFinished FROM [BPS_Content].[dbo].[ActiveTasks] WHERE TSK_WFDID = '{WFD_ID}'