Question

Sharepoint 2010.

Question 1:

I need to create a task that can be assigned to 1 or more people at the same time, but creates a separate tasks for each of the so that they would mark the task as complete for themselves.

The tasks might be "read this book", and once assigned, each assignee would have a task to called 'read this book'. 1 person may complete the task, but the other 2 will not.

I am open to ANY solution using sharepoint designer / or standard sharepoint.

I thought about using a workflow like 'Collect Feedback' - but I am unsure if I am on the right track.

Was it helpful?

Solution

Sure, "collect feedback" should work for your needs. I would do something like this:

  • Create a new Tasks list, called "Reading List"
  • Add the Collect Feedback workflow to the list
  • Add the group or users you want to assign tasks to in the "reviewers" field

Configure the workflow like so:

  • set it to assign tasks in parallel so all members get a task simultaneously
  • set "expand groups" so if you add a group to reviewers, each group member gets a task
  • set a due date and duration if you want

Now, when you add a new item (book) to your "reading list" list, it will assign a task to all the reviewers (readers.)

Done!

-Oisin

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top