12/23/2013

Creating a Custom Schedule Tasks in DNN - Part 1/2

 

8 min : 10 sec

This series we are discussing how to build a custom task that runs on the DNN Scheduler that can make targeted changes to our module data. In the first video we have the Introduction, DNN Scheduler Overview, Start coding the SchedulerClient. This is part 1 of 2.

Schedule Tasks

8 min : 10 sec

This series we are discussing how to build a custom task that runs on the DNN Scheduler that can make targeted changes to our module data. In the first video we have the Introduction, DNN Scheduler Overview, Start coding the SchedulerClient. This is part 1 of 2.

Instructions for running the code project:

1. Setup your DNN 7 site with host name dnndev.me
2. Download the zip file
3. Unzip the project folder (DNNuclear.ScheduledTaskModule) under the \DesktopModules folder
4. Open Visual Studio 2012 as an Administrator and open the project
5. Build project in Release mode
6. Install the *_Install package in Host > Extensions
7. Create a test page and drop an instance of the module on the page