Tagged Questions
0
votes
1answer
73 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
107 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
312 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 ...
1
vote
0answers
297 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 ...
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
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
174 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
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
2answers
5k views
The form cannot be submitted beacuse of an error
I am using SP2010 with infopath 2010.
i've designed a custom approval which contains one approval process. this workflow prompts users to fill in reviewer, CC and comments on the workflow ...
0
votes
3answers
2k views
SharePoint Designer 2010 - “Unable to load workflow actions from the server…”
I have a few custom workflows created by another developer on my dev sharepoint farm. We recently realized that you can apparently not just migrate these things with the rest of the content in a ...
1
vote
1answer
753 views
Output parameters in sharepoint designer are not working
Here is what I have
A custom activity with 2 in parameters and 2 out parameters.
The custom activity code works fine and in debugging mode the parameter is set.
I created some log activities, after ...
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
2answers
131 views
Custom SharePoint Designer 2007 Workflow Activity Works on Test Server, but not production [closed]
Right now I have a Custom Workflow Activity, I've developed on a test server and it's working fine. However when bundled into a .wsp on the test server and deployed to production, SharePoint Designer ...
1
vote
0answers
345 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 ...
2
votes
1answer
1k views
How to deploy a custom SharePoint Workflow Activity
I Created a VS 2010 project with a custom workflow activity and I wish to deploy that to the server. My development machine does not have SharePoint installed, so I decided to use WSP Builder. I ...
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 :
...
1
vote
2answers
913 views
custom approval workflow, provide approval link via email
I'm putting together a custom approval workflow. One of the requirements is to send an email to approvers were they can click a link to either approve or disapprove the item verses browsing to a task ...
