The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
41 views

SharePoint Designer 2010 Workflows

Is there a way to set a field with [Today] date and not have it change once it is set. Thanks Kim
0
votes
3answers
332 views

How to create workflow & submit data using infopath form?

I have designed the Form in InfoPath. I want to submit the form's data in my Sharepoint site. Sothat the supervisor(the higher level)person can check the details and he can Approve/Reject the ...
0
votes
2answers
87 views

How to change the From address in Feedback workflow email?

I am having a workflow for a document library. Whenever the workflow starts, it sends an emails with From: Documents. I want to change it to the current user. How is it possible?
4
votes
1answer
571 views

Sharepoint 2010 Workflow: Create multiple tasks and change them

I want to write a workflow which creates and updates tasks when the workflow item is changed. For example: the workflow-item has a multivalue field with users who should approve the workflow-item: ...
1
vote
1answer
429 views

“On Item Created” SharePoint Designer Workflow doesnt start when creating list items via Code Activity in Visual Studio Workflow

Any help on what authentication settings are required on the application pools for the below simplified scenario: My List item has two fields. "Title" and "Flag" I create a new List Item with the ...
0
votes
1answer
78 views

creating a document set library instance via workflow returns id variable that is -1 from the actual id

Steps: 1) using sharepoint 2010 designer workflow, create an instance of a Document Set and have the ID of the created instance returned. 2) set the returned ID to a field in the list that was used ...
0
votes
1answer
108 views

How to pass a default value to a Workflow Collect task?

Details: SharePoint 2010 Enterprise SharePoint Designer Building workflows in SP Designer My problem: I have a workflow which needs to collect some data from a user - lets say "Account Number" - ...
0
votes
1answer
17 views

Phantom Workflow

I created a new site with a new site collection. However I did bring over a custom list from another site. Now when I create new items a workflow fires. The strange thing is, in workflow settings on ...
0
votes
1answer
342 views

How can I add recipients to email created with Workflow?

I have a List with a column called "Add Recipients", Require that this column contains information: No Allow multiple selections: Yes Allow selection of: People and Groups Choose ...
0
votes
1answer
608 views

SharePoint 2010 OOB Approval Workflow - Missing Status Column

In a Doc library in one of our sub sites, there are multiple OOB Approval workflows that get started manually. The Power User who creates these created an additional one this week (there are 5 other ...
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
78 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
1answer
118 views

Add column to Workflow Status page

I have created a State Machine Workflow and I want to add another column on the Workflow Status page. Currently there are "Assigned To", "Title", "Due Date", "Status", "Related Content" and ...
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 ...
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 ...
0
votes
1answer
1k views

How to assign a particular column values of sharepoint List A 2010 from sharepoint ListB 2010

I have two list in sharepoint 2010. In List A i have Assigned to field column(people or user group). In List B i have two fields Name and Email id column. I need the email id values of List B should ...
0
votes
1answer
77 views

Workflows custom form

I have some requirement. in my project, after workflow is started on list, the custom Form is assigned to 2 persons at a time. if one person is accept the form, automatically the other person loosing ...
2
votes
0answers
256 views

Retrieve associated tasks from custom workflow activity

I created an custom workflow activity specified here: SPWeb.GetListItem returns null in custom workflow activity Now I need to know the user who last updated the associated workflow task. Before my ...
1
vote
0answers
23 views

How can i get workflow's activities collection from SPWorkflowTemplate?

I can't find any method or property of SPWorkflowTemplate that returns a activities collection. Also XML representation doesn't contains any references to activities neither. Is there any approach to ...
1
vote
0answers
66 views

Sharepoint Workflows in background

I'm just curious, I was reading an article here, and in the third paragraph it states "If you didn’t know, there are quite a few workflows that run in the background all the time. " I was just ...
1
vote
0answers
114 views

Workflow Lookup to multiple values

Assume a three lists as below: User (Name) Process (Title, Members) How can we lookup a person where the person is one of the process members? In short, I don't know how to lookup over an array ...
1
vote
0answers
300 views

Issue with customizing approval process in sharepoint designer

Update--- It appears the that the workflows are completing but it is taking an hour or so to process. Has anyone encounted this before???? I have created on a list a sharepoint designer workflow that ...
1
vote
0answers
22 views

Dates and workflows

I've set up a form for my employees to request vacation. Out the box list and form. Whenever they entered the start date I always get the request with one day delay. For Example: Joe request off ...
1
vote
0answers
137 views

Trying to convert a SP2010 document version to a PDF generates SPException: List does not exist

I am trying to modify an existing SP2010 custom workflow action that converts an existing document to PDF using Word Automation. There is a new requirement to only convert the last published version ...
1
vote
0answers
142 views

how to maintain workflow task list data when retracting or removing workflow association

whenever i try to remove workflow association or retract workflow solution (.wsp) all associated task list data also gets deleted. i want to prevent this behavior as task list data is important for ...
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 ...
1
vote
0answers
161 views

Workflow EventReceiver (how modify init (start) form of approval workflow)

My problem is: I think that I should create event receiver on SP approval workflow. My custom code in that "receiver" should need to do modification to init form (properties) of that workflow. ...
1
vote
0answers
279 views

Replicator in State Machine workflow

I'm working on a custom approval workflow with a few twists. Given the different states, and reviews, and the need to step back in some scenarios, I'm going with a state machine workflow. In one of ...
1
vote
0answers
795 views

“Update item” action in SharePoint Designer 2010 on a List

Is my logic correct or am I going crazy. I have a few conditions before using the Update item action in SPD 2010. Example below: If A equals 1 and B equals 2 and C equals 3 and Date1 is greater ...
1
vote
0answers
349 views

Start approval process action in sharepoint designer workflow 2010

I'm using SharePoint designer 2010, I have create workflow. in the workflow I'm using the "Start Approval Process" action. I bump into an error when I operate this action: how I need to configure ...
1
vote
0answers
201 views

Workflows Stopping and detaching themselves from Items : AutoStart Workflow: System.ArgumentException

We have a number of worflows on numerous list's, and they have recently detached them selves from the list , by that i mean that they no longer appear in the workflows area. Also they have stopped and ...
1
vote
0answers
336 views

troubles with a custom SPD activity in sandboxed solution

I want to build a custom activity for SPD 2010 that can extract the full url of a workflow task. I did not found something like this OOB. Did I missed something ? I wrote the following code : ...
0
votes
0answers
5 views

Task notification email shows Due Date of “None”

The OOTB Approval workflow sends task notifications to the CC line you specify when triggered from a workflow. I've noticed in the notification the Due By is None, even though I specify the due date ...
0
votes
0answers
50 views

Delay Activity in a Event

I want to implement the following solution in a State Machine workflow: http://blogs.office.com/b/microsoft-word/archive/2010/04/19/word-automation-services-solution-sample-workflow.aspx Step 2 I do ...
0
votes
0answers
38 views

Housekeeping workflow

I'm working on a sharepoint online Server. I have housekeeping workflow, the clean up some lookup lists. No I have the problem that one of the lists contains a large amount of items in it. When ...
0
votes
0answers
54 views

How to add additional workflow task in SharePoint workflow?

I am developing a sequence workflow. It contains a Replicator and its InitialChildData property is bound to the list of strings representing users. The activity that gets replicated is the workflow ...
0
votes
0answers
339 views

Workflow Update List Item and Do calculation

I have two lists, on first list I have workflow with approval action and update list item action - when I approve some task my workflow update item on second list and it works properly. Then I would ...
0
votes
0answers
127 views

Custom state machine workflow's states being executed automatically

I have a scenario of state machine workflow for a Helpdesk project. In this ticket workflow need to maintain. we are using form library and a state machine workflow is associated with it which will ...
0
votes
0answers
75 views

Accept Delegate Custom Workflow activity

Hi i am currently building a custom workflow activity for visual studio 2010 i would like to create a method invoking property, like many of the oob activities have public static ...
0
votes
0answers
16 views

Need table of Activity IDs

Upon trying to re-publish a workflow, I received an error stating that Cannot "resolve Activity 'IDxxxxx" - How can I determine what activity is referenced in the error message?
0
votes
0answers
88 views

Disable all workflow, with out leveraging the Timer Job

Is there a way through powershell to identify any workflows that are enabled in my site collection and then disable them? I want to still keep the Workflow timer job running so i can test a workflow ...
0
votes
0answers
155 views

Outlook 2010 does not open SharePoint 2010 Overdue task and pops up a flickering window

Microsoft Office Outlook 2010 integrates with SharePoint 2010 workflow notifications by providing an option to "Open this Task" on the ribbon. We have an issue where when the user tries to open an ...
0
votes
0answers
382 views

Outlook 2010 does not open SharePoint 2010 Overdue task

Microsoft Office Outlook 2010 integrates with SharePoint 2010 workflow notifications by providing an option to "Open this Task" on the ribbon. We have an issue where when the user tries to open an ...
0
votes
0answers
168 views

How to modify replicator activity

I'm using a Replicator Activity in my Workflow. I would like at some point, to modify the list I've given to InitialChildData. I've tried to do something like : ...
0
votes
0answers
116 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 ...
0
votes
0answers
331 views

Best Practices for StateMachine Workflow update operations

In our Workflow we have lots of updates to running workflow Document library item and its associated tasks..currently we are using simple approach as For Document Library : Public Shared Sub ...