Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- General Development
- :
- Custom list button to send emails to multiple emai...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Custom list button to send emails to multiple emails
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-19-2013 04:17 AM
Hi,
I have now spent two days on this with nothing much to show for it. What I'm trying to do (besides avoiding visualforce which I have never used) is to get a custom button on a custom object related list under cases. Long story short, I have replaced CaseContactRole with a custom object as it did not do the things we needed and it this also allowed us to do triggers directly on the new object which we needed.
But now I cannot get it to compile a email template with all the email addresses of the contact roles (which are now called candidates__c).
I have the button, and I have gotten it to assign the case to the template so that is compiling. But I cannot for the life of me connect it to information related to the custom object, and therefore cannot get the email addresses. This is what I have used so far:
location.replace('/email/author/emailauthor.jsp?re
No matter what specific field or which p I assign it to, no {!Candidate__c.XXX} is bringing up anything. The url just looks like the above, and I have therefore removed them altogether hoping that someone in this community can help me.
Thanks a million!
Soren

