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
04-07-2014 04:24 AM
SOLVED, Found article on forum posted by different customer.
actually solution is very simple.
email template must be created to specify body or subject of new email opened through link in original email body
${mailto:mailto.approval} =
${mailto:} = open new email from local pc
mailto.approval= this is an email template what you need to create. In this email template you define subject and body of the email (variables can be used)
Petr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2014 06:14 AM
Thanks Petr.. My issue got solved..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2015 02:56 AM
Hello Peter ,
I am having the similar issue . I want to add the mailto.approval in existing mail script . Can you please help me on how your script solved the issue .
Regards,
Balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2015 09:22 PM