How to set subject of client email from Quick message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2017 05:39 AM
Hi ,
i am looking for a way to set subject of client email based on the quick message i select or
set subject through quick message.
Please let me know the suggestions.
Regards,
Adarsha

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2017 05:41 AM
- <mail_script>
- email.setSubject('This is sample subject');
- </mail_script>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2017 06:14 AM
Hi Kalai,
Thanks for your response.
Mail scripts does not work on quick messages .So how are you planning to use mail scripts?
Regards,
Adarsha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2017 06:19 AM
the subject from the mail script is automatically set in quick messages too,
You could keep subject generic, example using the incident number and priority
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2017 06:27 AM
Hi Brendan,
Thanks for your response.
Are you telling i can call mail scripts from quick messages?
When i tried long back mails scripts were not working in quick messages.
They used to appear as string(${mail_script:script name} with out pulling any value in quick message.
Regards,
Adarsha