Dear Experts,
I'm developer of Microsoft Dynamic AX 2012 R3
I want to create email template with dynamic table
This is my email template

And I want to set this to email body

I just try HTML tag to mapping String, but It not rendered to HTML. This is my code
mappings = new Map(Types::String,Types::String);
tableDue = "<table><th><td>#</td><td>Invoice</td><td>Description</td><td>Amount</td><td>Due Date</td></th>";
mappings.insert("TableDue",tableDue);
Do you have any suggestion?
Thanks in advance
Best Regards,
Bintang
*This post is locked for comments
I have the same question (0)