Jeff:
SharePoint does indeed support timer jobs, but that requires server side code pre-2013 or apps in 2013.
If you want to go with script, you can use GetListItems to retreive items from a list, do your tallies in your script, and write the results back to another list using UpdateListItems.
M.
SharePoint does indeed support timer jobs, but that requires server side code pre-2013 or apps in 2013.
If you want to go with script, you can use GetListItems to retreive items from a list, do your tallies in your script, and write the results back to another list using UpdateListItems.
M.