MAILTO - email script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2014 01:27 AM
Hello
I created below:
<mail_script>
template.print('<a href="mailto:' + gs.getProperty('glide.email.user')+'?subject=TEST">123456</a>');
</mail_script>
After you click on "123456", new email window is opened and I need have email subject current short description of the email and not "TEST" as written in code above
How do I do this ?
I would like to learn this.
Thank you
Petr
PS:
I know there exist something on change table like below mailto, but how do I create this same for Incident table ?
${mailto:mailto.approval}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 04:50 AM
Hi this functionality is not working when approval is sent to group of members? Can you help me