- Home
- Technical Library
- Boards
- Cookbook
- Code Share
- Blogs
- Partners
-
More
-
Services
- Training & Certification
- Support
-
Galleries
- Force.com Sites Gallery
- Chatter Challenge Entries
-
Other Web Sites
- Salesforce.com
- Database.com
- AppExchange
- CRM Community
-
Discussions
- Announcements
- General Development
- Schema Development
- New to Cloud Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules Discussion
- Security
- Mobile
- Force.com Sites
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby Development
- Adobe Flash Builder for Force.com
- Desktop Integration
- REST API Integration
- Streaming API
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- Excel Connector
- AJAX Toolkit & S-controls
- Force.com Builder & Native Apps
- AppExchange Directory & Packaging
- Force.com Labs Projects
- Open Source
- Site.com
- Jobs Board - Administrators
- Jobs Board - Developers
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Apex Code Development
- :
- Send Email Override
turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Send Email Override
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-10-2008 06:39 AM
Hi,
I need to override the Standard functionality Send an Email with a SControl. The look and feel of the SControl will be the same as Standard Send Email page. However there will be a button 'Find' added on the SControl besides CC and Additional To Textareas. This button calls another SControl will allows the user to search through their contacts and add their email addresses.
In order to implement it I have copied the source of the page in a SControl and called that SControl on clicking the Send Email button. I added the button 'Find' and its functionality is working fine. But since I have just copied the source, the standard functionality like Send Template and Attach File no longer work
When I select a template from the Template Selector page, it refreshes the Page of Send Email.
The code for that is given below :
<form action="/_ui/core/email/author/EmailAuthor"
I don't want the page to refresh so I removed the action part but then the template subject and body doesn't gets filled up.
Similarly the Attach File functionality is not working, as it redirects the user back to the standard Send Email page.
Is there any way to solve this?
Rajesh
Vote for my ideas
Vote for my ideas

