10
Could we please have an Event added to Codeunit 1509: Notification Entry Dispatcher, function GetHTMLBodyText, so that we can change the layout of the Notification emails.

My suggestion is OnGetHTMLBodyText(var NotificationEntry, var HtmlBodyFilePath, var BodyTextOut, var Handled)

Alternatively please remove the line that says so we can set a Custom layout:
ReportLayoutSelection.SetTempLayoutSelected('');

Or let us select the Report specified in the next line from a Setup field rather than hardcoding it:
IF NOT REPORT.SAVEASHTML(REPORT::"Notification Email",HtmlBodyFilePath,NotificationEntry)
Category: General
STATUS DETAILS
Declined
Ideas Administrator

Thank you for reaching out. Your suggestion seems to be an event request, request for making a function external or general code contribution in for a product. Please create an issue on one of following GitHub repos: 
Event Requests, Requests for Externals, Extensibility enhancements: https://github.com/microsoft/ALAppExtensions/ 
AL language enhancements and development environment: https://github.com/microsoft/AL

Read more about finding right resource and providing feedback on this blog post: 
https://community.dynamics.com/business/b/financials/archive/2018/12/04/find-the-right-resources-and-provide-feedback 

Sincerely, 
Business Central Team


Comments

N

I just wonder if Report Substitution cannot help here?

Category: General