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 ...
1
vote
1answer
126 views

Can not find web.Config of Empty SharePoint Project to Create an authorized type entry

I'm trying to write a custom workflow action and after searching I find this article and some other that referred to it. I follow the instructions step by step, but at the last step, author said: ...
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
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 ...
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, ...
0
votes
2answers
132 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 ...