With built-in sharepoint schedules, I can configure a job to be run hourly, daily, weekly and monthly but how can I configure it to run (for example) every 50 or 70 days?
Do I need to write my own SPSchedule derived class?
|
With built-in sharepoint schedules, I can configure a job to be run hourly, daily, weekly and monthly but how can I configure it to run (for example) every 50 or 70 days? Do I need to write my own SPSchedule derived class? |
|||
|
|
If it is your custom job, you can make it run daily, register in say farm property the last time it ran and skip it for the next 49 days (just exit right away after checking the property) |
|||
|
|