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-05-2017 10:25 PM
Apologies for late response. I marked this to come back and answer but missed it somehow.
Quick message does not support dynamic script. But there is an extended discussion here on using business rules to do some dynamic email formatting.
Quick Messages - customisation
You may want to go through it and see if it helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2023 11:18 AM
I know this is a super old post. I use variables in the text body of the quick messages to generate my email subject line there, so it's a simple cut and paste operation.
Subject Line: Short Notice Computer Request for New Employee - ${u_requested_for_all.first_name}
${u_requested_for_all.last_name} [${number}]
It would generate something like this that would now give us a more user friendly subject line to paste into the subject field:
Short Notice Computer Request for New Employee - Bush, Jason - [INC001234]
Then delete that line that you borrowed from your quick message body and hit send.