Is it possible to have a workflow in SharePoint 2007 that run on the last day at 2359 Hrs every month to modify some values in a SharePoint List or SharePoint Document Library?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
SharePoint workflows are triggered by List events Create/Edit or based on a manual action so the answer would be no. You could potentially write some kind of scheduled job that inserts a record into the SharePoint list, but the most robust method would be just build a timer job that can be scheduled to run monthly. Here is an MSDN resource for creating customer timer jobs: http://msdn.microsoft.com/en-us/library/cc406686(v=office.12).aspx |
|||||||||||
|