This workflow is/ should be done by using SharePoint Designer. There are only a few ootb statements, new one have to be designed, with and without use of Visual Studio.

learn more… | top users | synonyms

1
vote
2answers
2k views

Daily e-mail reminders with workflows

I need a workflow which will check a custom list -for every row in this list- every day automatically and if the total value column is 0 then it will send an email to a user. Is it possible with ...
0
votes
2answers
450 views

SharePoint Designer workflow is looping itself when waiting for a field to change

I have a problem with a standard SharePoint Designer workflow on a forms library in SharePoint 2010 Foundation. When the workflow is firing off it is designed to fill some information in against the ...
5
votes
2answers
257 views

Office 365 developer site SharePoint 2013 preview: SPD2013 workflow is always canceled

I try to create a workflow using SPD2013 preview on the Office 365 developer site (company.sharepoint.com). I can create and publish WF using SPD2013 without any problems, but when I start it on the ...
3
votes
2answers
2k views

Copying a globally reusable workflow in SP Designer loses form task fields and InfoPath rules

In SP Designer, I copied a globally reusable workflow in order to make it only reusable (not global) so I can save it as a template solution .wsp to move it to another farm. The problem is that the ...
1
vote
0answers
181 views

How to check if user has a permission to complete task in InfoPath task form?

Is it possible to check if the user has enough permissions to complete task in InfoPath 2010 task form? Or maybe it is possible to show to user read-only view if he has lack of the rights. The full ...
4
votes
1answer
2k views

How to add values from a “Person or Group” list column type to workflow email To or CC field

On SharePoint 2007 I have a custom list with a custom content type. The content type contains (among other things) a Person or Group typed column that allows the creator to add additional ...
1
vote
2answers
45 views

SharePoint Designer Workflow, set field

I have a workflow that sets the field to [Today] when status = Setup. Once that field is set (either when created or when status changes to Setup), I don't want the date field to change to the current ...
0
votes
0answers
62 views

Designer Workflow: “Find Interval Between Dates” action not working

I am testing a default SP Designer 2010 workflow action called "Find Interval Between Dates" located under the "Utility Actions" category. I need to compare the amount of time passed between the ...