function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vfDeveloper.ax341vfDeveloper.ax341 

override UI/ behavior for "Mass EMAIL" process ?

Is that possible to override UI/ behavior for "Mass EMAIL" process ?

1)I need to pass selected Leads/Contacts ids to Mass Email wizard somehow. ("Create New View" is not suitable for my case : ids should be gerenerated dynamically from another page ).
2)I need to add an extra step to "Mass Email"  wizard, where user can select optional information for template.
3)I need to skip template selection step. (Only one concrete template should be used )

I hope i can override standart controller? Or this is not possible at all and this functionality should be used "as is".

Thank you in advance.





Message Edited by vfDeveloper on 06-19-2008 02:49 AM
dchasmandchasman
The short answer is not today. I have started an internal discussion on this to see what if any options you might have.
vfDeveloper.ax341vfDeveloper.ax341
Thank you for quick response and explanation
EmsEms

So I'm looking to override a different part of mass email - is there any way to take the emails before they go through SFDC and redirect to send on my own server? 

I've thought about building out the functionality using custom objects etc, but it would be a lot easier if I could just override the send button on the mass email page.

Is this in the realm of the possible?