1
vote
1answer
31 views

SP 2010: How to print comments collected in workfloow, in email

I have setup my first SharePoint Foundation 2010 system but I have hit a wall with regards to a workflow I have created. In the workflow, I collect two fields "Approval Status" and "Manager Notes," ...
1
vote
0answers
26 views

SharePoint 2007 - False task assignment e-mails

I am experiencing a problem with the workflow that is currently being used to manage review tasks on some document. Once the workflow starts, false task assignment e-mails are sent to the requester ...
0
votes
1answer
253 views

How to add a lookup field to workflow custom task form?

I'm trying to create a task in a workflow which collects data from user with sp designer 2010. Some predefined available type for custom form fields single line of text, choice and such things. I want ...
0
votes
0answers
62 views

Is it possible to set a value when collecting a task from a user

This is probably quite simple, yet i'm struggling to come up with an answer. I have: List A: Requests List B: Approval Tasks When a request is created a workflow starts that in step one "Collects ...
2
votes
1answer
266 views

Overdue task email notifications out of the box?

I've created a simple SharePoint 2010 Designer workflow that starts the approval process on a document library. It assigns workflow tasks to users just fine and e-mails the initiator when the workflow ...
0
votes
0answers
125 views

Ways of implementing “Change Requests” behaviour in SPD 2013 workflow

I am implementing SPD 2013 workflow and have to add possibility to change requests in every task. In SPD2010 WFs we could set the Change Requests button and it created all the behaviour behind the ...
0
votes
1answer
82 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 ...
1
vote
1answer
590 views

Custom Task Process

I am trying to create a custom task process using SharePoint Designer. Once the approver approves the task, the approver should be able to select a person/group that will be notified of this outcome. ...