how to send the customwebpart form to the approvers in the custom sequential workflow
-
Friday, April 27, 2012 5:22 PM
Hi Team,
we have created a custom webpart int sharepoint 2007 which has dropdowns, textboxes, and lablels. the dropdown values will get populated from sharepoint list the users will select the dropdown values enter some data in the textboxes and submit the request. the whole data will be stored in a list.once the item is saved in a list the custom workflow will get fired, the approver will get a mail, we want to send the custom webpart form(created using ascx controls) to the approver using query string, can we know how to achieve this. can we have a code sample.
working on following environment
sharepoint 2007, visual studio 2010 with wspbuilder, custom webpart using ascx controls. custom sequential workflow using visual studio 2010.
All Replies
-
Friday, April 27, 2012 10:37 PM
you want to send an email with a link to a page once the user open the page the user control will appear ?
Is that what you need ?
Ramez Al kara Software Consultant MCITP SHAREPOINT
- Marked As Answer by Lhan HanModerator Monday, May 07, 2012 1:52 AM
-
Sunday, May 06, 2012 5:20 PM
Hi Ramez,
sorry for replaying late, yes that is what we looking for and based on querystring we got it worked.

