A simple approval / rejection form for a SharePoint workflow?

I am currently creating (in Visual Studio) a simple approval workflow in SharePoint so that I can execute some custom code after the user has approved an item. However, it seems that when I do not specify an approval form to use, SharePoint simply selects by default with a Full Task button, but does not have a Reject button.

Is there some default approval / rejection form that I can reference in my code to provide users with both, instead of writing my own page or copy / paste from the web?

PS I would like to stay away from InfoPath. This is a very simple workflow that shouldn't take too long, and it seems to me that going to the InfoPath route will take a lot longer than it's worth.

0


source to share


1 answer


As far as I know, there is no such built-in form. Choosing your own claim form is InfoPath or custom ASPX. From personal experience using either approach, it takes significantly more development effort than is actually needed, but if InfoPath is available, use it because it is much faster in my opinion and I believe it has the added benefit of being that the task can be edited in Outlook (2007).



+1


source







All Articles