1
vote
2answers
112 views

ListData.svc and Task Approval

How can I approve a workflow task using the ListData.svc? I am attempting to just set the value of ApprovalValue to "Approved" but this is not working at all. Any help you can give will probably save ...
0
votes
1answer
104 views

Receive a task notification for any task assigned to you - your group or not

Is there a general place to set up notifications on tasks so that anyone who has a task assigned to them will receive a notification - not dependant on if they have set up an alert for that list or ...
0
votes
1answer
118 views

SPD Workflow Approval Task- Unexpected Error When Viewing Task

I have a SPD 2010 workflow that is starting an approval process and assigning a task to a user. I'm running into an odd issue. When a user with contribute permissions on the Task list tries to view ...
0
votes
1answer
81 views

Gather Data From User not sending task emails

I have a workflow with a gather data from component. The email is sent to a user stored in current item: Assigned Manager field in the content type that triggers the workflow. When the user fills out ...
0
votes
0answers
61 views

How to use updateAllTasks in a custom workflow

I am making a custom workflow in Visual Studio. I want to use the updateAllTasks workflow item to update all the tasks. I am trying the following in the invoke method. ...
3
votes
4answers
778 views

Show all tasks from user

How can I make a list with all Tasks? It is possible to use the MyTasks webpart, this is after changing a list of all task within the sitecollection. But i want a list of all tasks of multiple ...
0
votes
1answer
69 views

Assigning Tasks

If I assign a task to an Active Directory group or mailing list, will it autogenerate tasks for each person in that group or mailing list such that they all get an individual task to complete? ...
0
votes
1answer
329 views

Sharepoint 2010 grouping workflow tasks for a document library

We want SharePoint Experts Advice here What we have : 1- we have one document library ( many items). 2- we have many Tasks assign to document library item by workflow e.g. Require Manager ...
0
votes
2answers
429 views

How can I make a task list show different tasks for different groups?

I've added a Tasks web part to the homepage of a Sharepoint 2010 site and I want it to show "My Tasks" for some groups (e.g. the employees), "All Tasks" for others (e.g. the managers), and would like ...
0
votes
1answer
379 views

How does the Microsoft.SharePoint.Portal.WebControls.SiteDocuments web part work?

Here is a link to the SiteDocuments web part: http://msdn.microsoft.com/en-us/library/ms544079%28v=office.12%29.aspx Here is a picture of it on MySites: http://i.stack.imgur.com/TVQqM.png I want to ...
0
votes
1answer
5k views

How to create Recurring Tasks?

I need to set reminders from a Task list to specific people without human intervention. I want reminders for updates every week from the list. Is it possible to do it without using Calendar? My ...
0
votes
1answer
672 views

SPD2010-WorkFlow - how to get people picker value from Task form

I have "Start Custom Task Process Action" and in task form fields I have a people picker. After task completed, I want to get selected user from people picker and use this value to send mail to this ...
0
votes
1answer
2k views

WorkFlow with SharePoint Designer 2010 - how to set value from current list item

How to set value from current list item to a field in a custom task? Is it possible? Thanks.
0
votes
4answers
508 views

'projectTaskButtonAppName' is undefined when clicking List tab in Ribbon

I am getting the following Javascript error when clicking on the List tab in the SP2010 ribbon for a Project Task list that I have placed into a webpart on the default.aspx page: Webpage error ...
0
votes
2answers
798 views

Workflow cannot assign task to user in another Active Directory OU?

I'm trying to create a task, in a VS 2010 workflow, and assign it to one of our domain users. This guy's not a site collection user, but I'm assuming that he'll be added to Sharepoint automatically. ...