SharePoint approval

I need to add sharepoint approval to the list ... and I was hoping to use the default approval process ... but ... I need to run some code after an item is approved. Should I then use VS to create a custom workflow?

I need to run the code that is currently executing in the event receiver. I need to move the code to another function (as we are moving the processing out of the event receiver code and now based on the item assertion). This code will run after the item is approved and can be posted as utility or .net code.

+2


source to share


1 answer


A complete source of comments on a state machine based working paper comes with the MOSS SDK 1.5 in the samples directory.

http://www.microsoft.com/downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9



-Oisin

+1


source







All Articles