Skip to main content
supriyam0001
April 27, 2022
Question

How can you check the tasks for a particular user in site ?

  • April 27, 2022
  • 4 replies
  • 0 views

Hi,

If there is a requirement where you can check the list of tasks for a particular user, how can you check the tasks assigned to you in a site ?

In tempo we can able to see the tasks assigned to me, but how we can implement the same in site .

Can someone help me please?

4 replies

supriyam0001
April 27, 2022

thank you

gopalk2865
Participating Frequently
April 27, 2022

Hi Supriya, you would need to design a task report and then write an expression rule to query the task data. In this expression you can filter tasks based on logged in user. Then using these data create a grid. You can go through the link which Mathieu has provided to see how it works.

supriyam0001
April 27, 2022

thank you