- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017 04:25 AM
Hi,
How to enable the email client on the requests form and also I need to populate "To" address with the" Requested For" email address...Please help me out how can i resolve this one..
Thanks,
Naveen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017 05:44 AM
Just add the field name in To field of the template without inside bracket.
Example :
Use caller_id instead of ${caller_id}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017 11:31 AM
Hi Dan,
Why I am not able to see the correct answer button for my posts, could you help me out in fixing this?
Thanks,
Naveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2017 10:43 PM
Thanks Dan ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2017 12:10 AM
Hi Mihir,
I need one more favour from you, I also need to populate the cureent login user in cc field along with requested by, Can u pls suggest me anything on this one!!!
Thanks,
Naveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2017 12:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2017 12:25 AM
Add
javascript:gs.getUser().getRecord().getValue('email');
On the field of the template where you want to auto populate the logged in users email.