Template editor
I was using BlueGriffon to edit the templates, but it puts in extra html tags that seem to mess up the tags for service manager.
Best Answers
-
Shane_White Cireson Support Super IT Monkey ✭✭✭✭✭Hi @Josh_Winn
Would probably recommend something like visual studio code: https://code.visualstudio.com/docs/languages/html
But I tend to just use online ones like: https://html-online.com/editor/
This does not tend to mess with anything when I paste back into Service Manager but if you are looking for something that is more of a HTML focused tool then you could just try Microsoft Web Expression:
https://www.microsoft.com/en-gb/download/details.aspx?id=36179
OR
https://grapesjs.com/demo.html
Thanks,
Shane.5 -
Geoff_Ross Cireson Consultant O.G.@Josh_Winn @Nick_Flint
I was going to suggest the same thing - the SCSM Email Template Tester. I've just spent a while googling without luck, but will keep digging.
Geoff5 -
Geoff_Ross Cireson Consultant O.G.Aha!!!!! Once again, not deleting anything ever pays off!
https://1drv.ms/u/s!AgZRTaCmV8phyfEoGjye-JUKpCEA1w?e=IWVKlx
6
Answers
Would probably recommend something like visual studio code: https://code.visualstudio.com/docs/languages/html
But I tend to just use online ones like: https://html-online.com/editor/
This does not tend to mess with anything when I paste back into Service Manager but if you are looking for something that is more of a HTML focused tool then you could just try Microsoft Web Expression:
https://www.microsoft.com/en-gb/download/details.aspx?id=36179
OR
https://grapesjs.com/demo.html
Thanks,
Shane.
is there a good way to test the HTML without having to send test incidents in?
The https://html-online.com/editor/ shows you a preview of what it will look like, but if you mean test the workflows with the templates not really. You could use a local smtp server like PaperCut.
But if you just want to see what the HTML looks like you can use any online html editor
Thanks,
Shane.
I was going to suggest the same thing - the SCSM Email Template Tester. I've just spent a while googling without luck, but will keep digging.
Geoff
https://1drv.ms/u/s!AgZRTaCmV8phyfEoGjye-JUKpCEA1w?e=IWVKlx
This works perfectly!
Now that is one incredible find @Geoff_Ross
I had this installed and it is no longer working. I removed it and tried your version with the same failed results.
Looks like you are missing an assembly somehow. Interesting how that isn't causing you other issues. Have you tried googling for Microsoft.EnterpriseManagement.Notifications.Workflows.dll or you could grab it from any other SCSM environment or probably even the ISO somewhere.
Geoff
SCSM Email Template Tester not working with SCSM 2019UR2.
Is there a new version?
AFAIK there isn't a newer version, but I have this running in a 2019 UR2 environment without issue.
MP version 1.0.0.8
Thanks for reply, Adam!
Did you install it on prev versions of SCSM and then had system upgraded?
Fresh install 2019 UR2 shows this error.
Opened issue on author's githab, waiting for reply.
Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleTaskHandler.DoTask(IList
1 navigationNodes, NavigationModelNodeTask task, List
1 parameterList)at Microsoft.EnterpriseManagement.UI.SdkDataAccess.ConsoleTaskHandler.DoTask(IList
1 navigationNodes, NavigationModelNodeTask task) at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler
1 job, Object sender, ConsoleJobEventArgs args)Did you install it on prev versions of SCSM and then had system upgraded?
Yes. I started with 2019 base where I had it working and then was just staying current as update rollups came out. The only issue I've ever encountered is the one highlighted above if you are attempting to run it locally and lack the Microsoft.EnterpriseManagement.Notifications.Workflows.dll.
Repro steps? Which class of Notification are you trying this against? When does that error occur?