Email Client/Quick Messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2020 08:29 AM
Hello Community,
I created a Service Catalog Item for announcements that auto-populates the variable values into the Quick Message templates. The purpose is to make it easier for our Service Desk to send out announcements from the Catalog Task assign to them.
Everything is working as expected, however there's one observation I had a question on. When a user submits a request, we would like to insert line breaks into the Quick Message HTML body. In the below example, we would like each server to have it's own line instead of being wrapped. Is there any way to accomplish this? I'm thinking a Business Rule may work, but any guidance would be appreciate.
Service Catalog Variable:
Quick Message Template:
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2020 06:47 PM
How are you pulling the variables in? I would insert the line breaks at whatever point you're doing that.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2020 06:54 PM
Hello,
As you are taking this values from variable is it contain HTML code?
If yes then you can make changes over there. or try to modify message in email client.
Thanks,
pratiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2020 07:14 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2020 08:16 PM
Hello,
You are directly accessing variable in quick message or you have email script for that,
then that are available in quick message.
If you have email script then Try to add in mail script<br>
Thanks,
Pratiksha