MAILTO - email script

Pastupe
Mega Guru

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}

5 REPLIES 5

Hi this functionality is not working when approval is sent to group of members? Can you help me