Hello ,
Does anyone know if it is possible to add some more information automatically in Email when i click (Email a link)
i want to have the location and the regarding too .
please see the picture
Hello ,
Does anyone know if it is possible to add some more information automatically in Email when i click (Email a link)
i want to have the location and the regarding too .
please see the picture
Hi
The out of the box Email link button wont do that but you can definitely add a custom button and do the mailto in javascript passing subject and body of the email
<a class="email" title="Email a friend" href="#" onclick="javascript:window.location='mailto:?subject=Interesting information&body=I thought you might find this information interesting: ' + window.location;">Email</a>
stackoverflow.com/.../how-to-write-in-mailto-body-link-to-current-page
Please note since this is a custom link, you will have to populate the record ink as well in the body.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156