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

0
votes
0answers
152 views

SharePoint 2010 Workflow to lookup child list items, use in email

I have two lists - Master, Child. Master has account number. Child has lookup for account number and then items - each account number will have multiple items. I am attempting to create workflow ...
0
votes
0answers
93 views

Sharepoint 2010 Approval workflow issue

I have created a OOTB approval workflow and assigned it to list. The workflow was working fine but recently I noticed a weird issue. The list has unique permission and it has certain users in ...
5
votes
2answers
259 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
222 views

Workflow made in designer not working in Production

I've made a workflow in Designer which I invoke trough code in Visual studio. The solution is working fine in my Development machine, but when I implement to the production I get an error: Object ...
2
votes
1answer
214 views

Generate unique filenames

I was just wondering if there is a way of Generating unique filenames when uploading a new document or multiple new documents to a library. I am trying to avoid a situation where a user might ...
0
votes
1answer
90 views

Some SharePoint 2007 Designer Workflow actions don't pop up when selected under SSL

I can't seem to get SharePoint Designer 2007 to give me a dialog box when I select Workflow actions SEND EMAIL EXTENDED OR 3rd party LOOKUP SITE USER PROPERTY. I select the action, and nothing happens ...
0
votes
1answer
74 views

Need help with creating/using a co-recursive workflow template in Sharepoint Designer 2010

I have co-recursive workflows, WF-A and WF-B, that work together to send out an email. I created and tested them on my own test SharePoint site and they are working great. But I need them on another ...
0
votes
1answer
79 views

Workflow in sharepoint 2010 code

I'm new in sharepoint user 2010,so i wanna ask the question about workflow in sharepoint. My supervisor asked me to do sharepoint programming in development server with copy down all the codes and do ...
0
votes
0answers
177 views

SPD 2010 workflow failed to start

I had a perfectly working list workflow. It would update a list item and send an email (user picked up from another field). All of a sudden, it stopped working and throwing this error "Workflow failed ...
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 ...
2
votes
5answers
615 views

How to copy email body from a workflow step

I can't seem to copy from the body of an email from an action inside a workflow step. I can paste new content in, but can't seem to invoke the magic input to get copy to work. Is there some way to ...
2
votes
3answers
2k views

How to resolve full names from a Person or Group column (that contains multiple entries) in a designer workflow

I have a custom list with a custom content type, with a workflow, on SharePoint 2007 as outlined in this other StackExchange question. I'm using a Person or Group typed column to contain a list of ...
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 ...
0
votes
1answer
193 views

iOS: implement SharePoint Designer (Workflows only) functionality

Is it possible to implement operations on Workflows (like in SharePoint Designer) on iOS? Maybe I could call SharePoint's services to get a list of workflows, nodes in each workflow and draw it as a ...
0
votes
1answer
498 views

How can I have two workflows that run on one list, with conditions?

I've got a list, which has two SharePoint Designer workflows running on them. Both are fairly simple workflows. The first workflow, New Request is initiated on item creation, and it set's a field ...
1
vote
2answers
3k views

Provide Workflow Approve/Reject option in InfoPath Form 2010

I have created a Leave Authorisation Form using Infopath 2010 and published it to Forms Library. I have also created a SharePoint designer 2010 custom approval workflow and published it to forms ...
0
votes
2answers
129 views

MOSS 2007 workflow not copying particular column to another list

MOSS 2007 workflow not copying particular column to another list I Created a workflow to move the list items to another list. A column with lookup field type is not moving to another list. The column ...
3
votes
1answer
1k views

SPD workflow impersonation step, who counts as author?

Impersonation Step quotes "The contents of this step will run as the workflow author" Will impersonation steps run with the credentials of the person who publishes a workflow the last time? If an ...
0
votes
0answers
8 views

Under what criteria to columns show on the WorkFlow Information page?

Under what criteria do fields display on the WorkFlow Information page or WorkFlow Status page (Workflow.aspx)? Also, is it possible to add additional fields to that page or must you create a custom ...
0
votes
1answer
51 views

How can I only perform an action once on workflow that starts when an item is changed?

I have a custom workflow that starts whenever an item is changed on a list. It sends an email when someone is added to the People and Groups field. However the email sends every time the item is ...
0
votes
2answers
406 views

SharePoint Designer 2007 Workflow - problem with generating Emails

Hope you can help: We've built a rather simple, custom workflow in SPD which is connected to a custom list. In the list there is a Status column, with a choice-drop down and one of the values being ...
0
votes
1answer
206 views

Approval workflow: can an approver reject an item that they previously approved?

As I understand, the SharePoint 2010 workflow creates Task items for each approval, and once the task is closed (either approved or rejected), that's it. Can this be modified so that approvers can ...
0
votes
1answer
260 views

SharePoint 2010 approval workflows: how to pull data from against a different list

I'm adding an Approval workflow to an SP2010 list. The list will record change requests for certain items. There is a second list that tracks, for each item, which SharePoint group should be notified ...
1
vote
1answer
571 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. ...
1
vote
1answer
62 views

Updating an active Designer workflow

In SP2010, I have a list workflow that was built in Designer only - no code. I need to make a small change and must understand what happens to workflows in progress when I do this. The workflow ...
0
votes
1answer
176 views

How to return user or group in SharePoint Designer custom activity?

How can I return a user or group in SharePoint Designer custom activity? A return type of SPUser seems to be not possible. SharePoint Designer workflow does not recognize the return type. public ...
1
vote
4answers
800 views

Workflow to change title of uploaded documents?

Ok so I have a request from a user and I'm not sure how I can achieve this...I'm thinking workflows but not sure. Basically what she wants is to have a Document Library where she can upload ...
0
votes
0answers
230 views

SharePoint Designer Workflow Copy List Item - columns

I am currenlty trying to create a workflow in SPD that would allow two separate lists to copy specific columns. For example: List 1 contains columns A,B List 2 contains columns C,D What I want is ...
1
vote
1answer
229 views

Sharepoint workflow ignores approval condition

I have a custom workflow (created through SharePoint Designer) that starts with an approval task and then sends emails to different people if the submission is approved. I have an if clause in the ...
1
vote
0answers
142 views

The pause duration is (very)longer when number items are huge

We have a custom (SPD)workflow(manually starting) on a custom list which has 7000 to 8000 items and growing. "Pause For Duration" action is used to pause the workflow for 5mins and roughly 30 to 50 ...
0
votes
1answer
423 views

Workflow Task Process - email notifications

Is there any way to display the consolidated comments for task process in descending order for an approval workflow ? The comments are included in task notification emails. i could not find any ...
1
vote
1answer
112 views

SPD custom workflow takes more time to resume than expected…?

I have a custom workflow designed on SP designer with few sequence of actions. In one of the step, trying to pause the workflow for few mins(5mins) however noticed that it is taking more time to ...
1
vote
1answer
287 views

How do you remove line spacing from 'Full details' in workflow email?

I have a workflow in SP 2010 that I use to send an email whenever an item is added. I've included the 'Full details' in the body of the email, however when the email arrives it has massive spacing in ...
1
vote
2answers
959 views

How to get the List URL in a SharePoint Designer workflow

I've gotten as far as below: But I don't know what they want me to choose in the "Find the List Item" section. I don't want anything from the list item... I want the URL of the list. Suggestions? ...
0
votes
1answer
125 views

Dynamic and Automatic approvers in SPD workflow (OOB)

I have a list items that need to be approved by a set of approvers. The list of approvers would change based on department, location and value of item. For example, if there an item to be moved from ...
1
vote
1answer
68 views

Workflow changing StartOnCreated via GUI in SPD

A few dumb SPD 2007 workflow issues. I'm trying to change startOn switches on a workflow config xml file but it causes the workflow to fail with errors when I try to recompile/finish it after ...
0
votes
0answers
201 views

Delete completed workflow after workflow completed

I have a workflow (created in SharePoint Designer) that notifies users when a survey is completed. The survey settings are that responses are anonymous and users may only see their own responses. ...
0
votes
2answers
821 views

How can I make a SharePoint 2010 list check if a specific serial number has been used before?

I'm trying to make an inventory list where we show who has been assigned a computer. What I want to see is a field that shows if a computer has been assigned to another person previously and the name ...
1
vote
1answer
172 views

Is it possible to have the round robin logic in the sharePoint list 2010?

Is it possible to have the round robin logic in the sharePoint list? I have two lists in SharePoint 2010. In List A i have Assigned to field column(people or user group). In List B i have two fields ...
0
votes
2answers
274 views

sharepoint designer workflow email

I have been using sharepoint designer workflows to send an email to a particular group when a requester fills a form in my sharepoint site. the problem is some other groups are even getting emails ...
0
votes
1answer
222 views

SPD 2010 Workflow update Calendar list based on Condition

I have created a InfoPath 2010 form + SPD 2010 multi-level workflow(Leave Authorisation Form). The infopath form is stored on a Forms library(Leave Authorisation forms Library) once it is submitted ...
0
votes
1answer
156 views

SD workflow not fired on adding a document

I am adding a document into a doc lib using custom code. I am doing this using the current logged in user account permission. after this i am editing the permission of the same document using system ...
0
votes
2answers
2k views

SharePoint Designer Workflow “canceled” by system account when using impersonation

In our farm we have the following issue: Created a workflow with a few easy steps. The first step is a "assign a variable" step, all following steps are within an impersonation step. That workflow ...
0
votes
0answers
117 views

How to reuse code in Sharepoint Workflows using visual studio 2010

We have sharepoint StateMachince workflow created using viual studio 2010, where it contain similar Code conditions and other stuff which we want to reuse in another StateMachince workflow. We tried ...
1
vote
1answer
4k views

SharePoint 2010: 3 of 6 Workflows “Failed on Start”. SharePoint Designer Workflow Works Fine?

Three of the six workflows that are on one of my site collections in SharePoint 2010 are resulting in "Failed on Start" as soon as a document is submitted to a document library. The other three ...
2
votes
1answer
1k views

Setting approvers in the Approval workflow using SPD workflow action

I need to build a document approval workflow for a sharepoint document library. The workflow needs to be exactly like the OOTB approval workflow with the exception that the Approvers depend on a ...
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 ...
0
votes
0answers
65 views

What sets the default form fields in SharePoint designer workflow. How can fields be added?

My question surrounds the task of setting up a form in a reusable SharePoint workflow (created in SharePoint Designer 2010). First I am curious where the form that appears in the workflow by default ...
0
votes
0answers
404 views

SharePoint designer custom workflow randomly not working and no error

I have a workflow that I created that sends an email to a person depending on information that is in an infopath form. The form is for Accounts payable and what I did was say if the invoice says ...
0
votes
2answers
725 views

Getting Information out of a “Collect Data from User” task

How do I get data out from the "Collect data from user" task that a workflow creates? So far my attempts have been failures.