Hi,
We have a custom list, in which one of the fields is due date. The list will be saved with records each with specific due dates. our requirement is to check the due dates regularly and alert the appropriate resource if a due date is approaching. we can do it with a console application with the logic to compare due date with todya and a windows scheduler by running it daily.
Is there any other way to implement this regular check with out having to use server resources (like windows scheduler etc.,).
Please suggest appropriate ways to do it within SharePoint context.
TIA.