The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
28 views

Can the Task List be substituted for workflow?

What is the 'Task List' and what is its importance to the workflow designed in SharePoint 2007? Can 'Task List' be considered to be a substitute for workflow?
3
votes
1answer
343 views

Programmatically get Workflow Task Outcomes (Sharepoint 2010)

I want to read all the Outcomes from a Workflow Task Outcomes (not only the standard but also the customized outcomes) from a Sharepoint 2010 Workflow Task. I searched all over the internet but ...
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 ...
1
vote
1answer
389 views

How to display list data in 'Related Content' field in Tasks

I've got a holiday approval system on our Sharepoint 2010 Foundation intranet. The process is that the staff member requests a holiday by adding to a List called 'Holiday Requests', the workflow then ...
1
vote
1answer
128 views

Limiting Concurrently Running Workflows

I've got a SharePoint 2007 site which is using list item workflows to direct the execution of a business process. The list items are large (100+ fields). These workflows create tasks to collect data ...
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..) ?
0
votes
1answer
84 views

HierarchyTasksList with a custom schema and extra view gives error list not found

I am creating a HierarchyTasksList with a custom schema. When I add an extra view with a BaseViewId="10" or any other not used number I get an error. However when I change the BaseViewId to "1". ...
0
votes
1answer
247 views

Workflow updating a multiple value lookup column

I have a couple of task lists for a project. One list is the list of main projects, the second is a list of tasks under each main project. The main projects has a lookup column that allows multiple ...
0
votes
1answer
47 views

Not Getting Task Changed Emails

I am not getting the task has been changed emails. I am getting the assigned and reassigned emails. I have looked at the timerjobs and everything seems to be running and is not disabled. Anyone ...
0
votes
1answer
196 views

Assigned To blank in State Machine Workflow?

I created State Machine Workflow regarding on Client Requirement Avery thing is working fine but Approver name not available in Assigned To in Task list field but Task is Created. string ...
2
votes
0answers
48 views

How do I run a Workflow on a Task List as the Current User instead of Item Creator?

I've created a Workflow in SharePoint Foundation 2010. It creates items in a task list. (Collect Data From User) There is a workflow on the second task list that runs when the task is changed. For ...
2
votes
0answers
116 views

Sharepoint Task list and Microsoft Project sync problems

I've been using Microsoft Project to sync with a task list on SharePoint, which worked fine for a while, but then suddenly it stopped working saying it's not able to synchronize. Anyone know what ...
1
vote
0answers
12 views

To Do List Item's are not able to be Edited in Datasheet Mode on the Task List

I have several workflows connected to the Task list. When a user tries to edit their to-do items on the Task list, they have to edit each task as Complete one by one from the normal view. I want ...
1
vote
0answers
40 views

sharepoint 3.0 Project tasks list - showing dependent tasks and linking betweekn taks

Is there any option to show link between tasks and dependency between tasks in gantt chart.Please let me know is it possible with Sharepoint services 3.0? Or is there any webparts which fulfills my ...
1
vote
0answers
33 views

Asigning task to selective users from the list

I need advanced sharepoint help and hoping that someone can help me... I have 20 teams in my group and for each task I need to select certain teams each time and not all will be asked to review the ...
1
vote
0answers
127 views

Duplicate task appearing in task list

I have created an "action items" list and every time I add a new item it adds to the list and then once you refresh the page it adds a second item below and calls it "action item initiated: task name" ...
0
votes
0answers
22 views

CustomSchema.xml and Multilingual site

I am trying to create a Task based list with a customschema.xml. I have created a custom contenttype with custom fields that uses resource files for title and description. However when I activate a ...
0
votes
0answers
92 views

Leave planner and its Gantt View in SharePoint with approval workflow

I am creating a leave planner with provision for approval in SharePoint with a Gantt Chart view of the leaves. The requirements are Add a new leave entry with start date, end date (status of entry ...
0
votes
0answers
28 views

How to add standard Calender, Task List and Newsfeed app to custom web template

I have added a custom web template in VS 2012 for SharePoint 2013 project. Now I want to add standard Calender, Task List and Newsfeed app to custom web template. How I add these from VS 2012?
0
votes
0answers
31 views

SharePoint Task List Dependancies without visual studio code

I was wondering if there is a way without using Visual Studio to: Create task dependencies Enforce task dependencies Determine status of tasks So a new task can not be started unless the task in ...
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
61 views

Master Projects in SharePoint without Project Server

We have MS Project plans and synchronise them to SharePoint tasklists. When working offline with MS Project we are able to do a masterplan and manage resource access and dependencies between ...
0
votes
0answers
32 views

Process for creating shared worklist from Access?

I'd like to start with a disclaimer that I'm not a network administrator, but a department supervisor with admin rights to our department site... Quick version: Is there a dynamic way to use a ...
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 ...
0
votes
0answers
235 views

Attach content type to task list

I have created a content type that inherits directly from the "workflow task" content type. I deployed it as a feature and activated it. Now, I want to attach it to the "Task" list in a site, but when ...
0
votes
0answers
264 views

How to get task item url for emailing out

I want to be able to send an email out from my VS workflow with the url of the task. In my task method invoking I have the following code: private void InformCust_MethodInvoking(object sender, ...
0
votes
0answers
47 views

Cant edit start date in a new MOSS task

This has me stumped I've gone to add a task to a task list on my Team Site. All of the fields are editable except Start Date, which is displayed as a label rather than a Date Picker. I'm using the ...