Email alerts after management report //In GeneralLedgerParameters - created new table for emailsetup template for reportname and assign grid in this form Fields = REportname,usergroup,Emailtemplate. //Email template available in Organization administration <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> </head> <body> Hi,<br> <br> %ReportName% report has been generated on %GeneratedDate% by %GeneratedBy%.<br> <br> Please find the below link to access the report.<br> <a href="%ReportUrl%">%ReportName%</a> <br> <br> </body> </html> //Added new field in FinancialReportversion-Emailflag class DFRG_EmailAlerts { public static void main(Args _args) { FinancialReportVersion financialReportVersion, financialReportVersionLocal; int ...