vote up 0 vote down star

I need to add a custom action to the ECB of all the lists in the site. This Action calls an ASPX page that contains a people picker. After the user selects the people they want, they can click a button that invokes a workflow. This sends an email notifying the selected users of item creation.

What I want to know is guidelines, best practices or even resources. I already know how to do a custom action in the ECB, I just need to know how can I invoke the workflow from the ASPX Page while passing the selected users to the workflow so it can send them the mail.

flag
From the sounds of it your just wanting to send emails out. Why don't you just use an event receiver, the standard list notifications or send it directly inside the aspx. Workflow isn't a good place for some "just run it" code. – Dan Revell Oct 7 at 23:15

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.