Tagged Questions
0
votes
0answers
91 views
Error in Custom workflow Activity in Sharepoint Designer 2010
I have create one Solution. on that time solution name was 'CrossSubsSiteAction'. deployed it successfully working my Custom Workflow Action from this articale : ...
0
votes
3answers
341 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
1answer
343 views
custom wcf binding set dynamically from code
I am developing a workflow custom action that uses a wcf webservice.
The thing is, I have no proper way to attach the app.config file so I'd have to generate the bindings and the client endpoints ...
0
votes
2answers
249 views
get a list of items inside a folder in document library
I built the following code so far:
SPWeb web = __Context.Web;
Guid listGuid = new Guid(__Context.ListId);
SPList myList = web.Lists[listGuid];
SPListItem myItem = ...
1
vote
1answer
154 views
perform action on incoming mail
I need to perform simple decoding of .eml files and adding some contents from it to a list. I have already written the .eml decoding part and adding stuff from it to list, but i need to tell ...
1
vote
0answers
94 views
Start a workflow from the ECB
I want to add a custom action to the ECB to start a workflow automatically.
To get to the workflow page I can do something like:
<UrlAction ...
1
vote
2answers
2k views
Update multiple items, Sharepoint workflow activity
I am new to share point, and I am trying to get my workflow to update every item in a list that match a particular expression. for instance lastname = 'smith'. From my understanding the update item ...
0
votes
1answer
145 views
Custom Activities and Update to web.config with authorized types
I have a vs solution with:
One class library with custom activities.
One sharepoint project with a mapped folder to the workflow folder in the 14 hive and the custom actions entries.
One ...
0
votes
2answers
989 views
write to the workflow history list programatically
I have a sharepoint designer workflow with many Log to history activities to know where the workflow is.
I also have 2 custom activities with some complex logic and try catch code.
I would like to ...
0
votes
1answer
231 views
Creating Workflow -> Error
When I try to create a new WF in my Sharepoint Designer I get following error:
The list of workflow actions on the server references an assembly that
does not exist. Some actions will not be ...
1
vote
1answer
429 views
Conditionally Show/Hide/Disable Custom Workflow Action Buttons
I have three custom action buttons on a list created through SharePoint Designer. All three buttons execute a workflow and I need to show/hide or enable/disable the buttons based on certain conditions ...
5
votes
1answer
450 views
How to make custom workflow activity parameter optional
I'm developing a custom Sharepoint 2010 workflow activity and I need some of it's parameters to be optional. For example, I need a user, using Sharepoint Designer, to be able to specify document path, ...
1
vote
1answer
642 views
Custom Workflow and Task Time Limits
I have created a custom workflow for an approval process. The workflow is designed to accomplish this task by using the “Collect data from user (Output to variable: collect)” action.
I wish to assign ...
0
votes
1answer
361 views
Workflow Custom Action Error
I wrote a quick custom action for SharePoint Designer workflow. SPD recognizes the action and lets me add it, and specify my variables. When I go to publish it I receive errors
(0, 0) Type ...
1
vote
1answer
431 views
hide ribbon menu for workflow
I want to hide the workflow button: Ribbon.List.Settings.ManageWorkflows
Which scope should the feature have (web or site)?
Now I try:
<HideCustomAction Id="RemoveRibbonButton"
...
3
votes
3answers
1k views
How do I create a Custom Action for a Workflow?
I need to create a Custom Action that's displayed in the Action list for a Workflow.
How would I go about this?
4
votes
4answers
2k views
Custom activity created and appearing in Actions list in SPD, but cannot select it
I've been following several examples regarding custom actions. I've been trying to deploy my own one, but although I can see the action inside SPD, when selected it doesn't appear in the workflow ...
0
votes
1answer
613 views
Activated Custom Action for SharePoint Designer dosn't display sentence
My solution requires me to create a custom action for SharePoint Designer for a list. I have treed creating the custom action the old fashioned way (200 method) by creating the action and deploying it ...
0
votes
1answer
288 views
Custom workflow activity for SP 2007 appears in Designer's action picker but won't add
This is SharePoint 2007. I created a custom workflow activity in Visual Studio 2008 (using this and a few other blogs as a reference). I deployed it properly, I think. I can go into SharePoint ...
