Tagged Questions
1
vote
1answer
35 views
How to get approval status of a list item as a column to that list?
I have a Calendar list and an approval workflow. The workflow is initiated when a new item is added. The event gets approved in the task list. I want to get that "Outcome" column to the list. But when ...
0
votes
1answer
18 views
Load All Task Items in to Page?
I have Task list in home page containing multiple task items,
Is it possible to approve multiple items at once, instead of one at a time (being redirected to the start page after each approval..) ?
2
votes
4answers
439 views
Design Workflow that Emails People in Assigned To (Except for Created By)
We have a custom list that tracks work tasks in our department; we track our own work and use it to assign work/tasks to other colleagues.
I have a people/groups column called AssignedTo and need a ...
0
votes
0answers
50 views
Track a list like History List
I have a list; one of the columns is called "Assigned to" and the data which should be entered in this column should be Usernames. When we enter a username/usernames in this field, this item will be ...
0
votes
0answers
85 views
Comments field not updating
I am developing a workflow. I have extended the Workflow Task content type with the Comments field using SharePoint UI. I need to set some value for this field in my code when editing the task, but it ...
0
votes
0answers
129 views
Multiple approval Workflow in SharePoint 2007
I know we can develop this custom with a custom button using .NET. But wanted to know what option we have from the native MOSS 2007 product and/or with SharePoint designer workflows.
We have a ...
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
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 ...
1
vote
3answers
1k views
How to debug the error "This task is currently locked by a running workflow and cannot be edited”?
From time to time, some of my SP2010 site workflows fail with this message:
This task is currently locked by a running workflow and cannot be edited
I believed I have fixed this but from time to ...
1
vote
2answers
5k views
Correct way to fix “This task is currently locked by a running workflow and cannot be edited”
I have a SharePoint 2010 workflow that creates a task. The task has custom form and custom code executed when the form is submitted.
Inside the code I'm trying to set the Completed Status on the task ...