Wednesday, May 23, 2018

System Center Service Manager HTML email notification

When you are using  HTML template, now the formatting is stripped; cause a line break should be written as <br /> and not with the enter key on the keyboard.
The solution to this is to use <pre>

Just add to your incident description in html:
<pre>$Context/Property[Type='WorkItem!System.WorkItem']/Description$</pre>

Source

No comments: