FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler.md
... ...
@@ -42,7 +42,7 @@ Izenda now also offers the option of using a service-based scheduler. The MSI in
42 42
43 43
The service-based scheduler is now ready to run and will call the requested URL each time the interval elapses from the time the service was started.
44 44
45
-##Enabling scheduling controls in the application
45
+<!--##Enabling scheduling controls in the application
46 46
47 47
Next, we must allow the schedule controls to be shown in the Report Designer page. This can be done in one of two ways.
48 48
... ...
@@ -64,8 +64,9 @@ Izenda.AdHoc.AdHocSettings.ShowScheduleControls = true;
64 64
```
65 65
66 66
The schedule controls will now be shown in the report designer under the [[Misc tab|http://wiki.izenda.us/Guides/ReportDesign/9.0-Misc-Tab]].
67
+-->
67 68
68
-##Setup using the Settings.aspx page (Trial/POC)
69
+##Setting up the scheduler using the Settings.aspx page (Trial/POC)
69 70
70 71
To use the Settings.aspx page:
71 72
... ...
@@ -74,11 +75,12 @@ To use the Settings.aspx page:
74 75
* Set the "Email From Address" field (e.g. admin@yourdomain.com).
75 76
* Check the "Show Schedule Controls" check box
76 77
* Enter in your SMTP relay server in the "Smtp Server" field (e.g. smtp.yourcompany.com).
78
+* Click "Save to Izenda.Config" in the upper left-hand corner
77 79
* Open a report you want to schedule in the report designer, click the “Misc” tab of the report. The scheduler controls will be towards the bottom of the page. Enter the email addresses separated by commas. Set the report type and the repeat frequency. You must set the repeat frequency in order to schedule the report.
78 80
* Save the report again.
79 81
* The e-mail scheduler setup is now finished.
80 82
81
-##Setup using the Global.asax (Production)
83
+##Setting up the scheduler using the Global.asax (Production)
82 84
83 85
To set the settings in the Global.asax:
84 86