Hi
I have been tasked with trying to add from basic formatting to the workflow emails in our D365 F&O system. I have previously created a static template for the missing timesheet email to users functionality within the system and the basic css/html I put into that template worked.
Unfortunately when I have tried to follow a simular method for the workflow emails the email just displays the css as plain text and I'm unsure if the hml is being read as it doesn't display as plain text or if its being stripped out.
I have tried to approaches so for.
Approach one :
I place the css and html directly into the workflow email object (below is just a small part to give you the idea the body text box isn't expandable) :
the email lines then have a span around them example : <span class=/title/>workflow email line %dynamics data%</span>
Approach 2 :
I created a very simple html template and uploaded that to d365 under the system under the organisational email templates for this particular workflow including %message% so the workflow email body comes through like so :
In either instance I get the following email :
Any guidance on how to apply some formatting/styling into the emails for the workflows would be great.
Thanks in advance
Median