Tagged Questions
0
votes
0answers
77 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 ...
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
141 views
Workflow security exception with custom dll
I have a workflow that uses a custom dll that I built. I have placed the dll into Inetpub website bin folder.
custom dll has 2 classes
XMLUtilities now refferd to as xml
Sharepoint helper now ...
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. ...