Scheduling an e-mail reminder

B

BudOlly

Hello,

I'm developing custom alerts for our PWA, and I've been asked to create an
e-mail alert to fire on a set schedule. Every Monday I need an e-mail sent
out to the Timesheet managers who still have timesheets to approve.

I'm thinking about utilizing the Windows Scheduler to trigger the e-mail,
but I need to know if there is a PWA server event or something that would be
better to use as a trigger. Is there a way to setup timed events or
scheduled events within PWA and attach a custom assembly to it?
 
Top