The delegate tag has no wiki summary.
2
votes
3answers
469 views
Programmatically adding SharePoint Lists to external SQL database
I need to export a SharePoint list to an external SQL database. My initial idea is to open the list as a datatable and bulk update. I created a console app I can run anytime I need to sync the data. ...
1
vote
0answers
87 views
How to delegate task to someone else when task assigned to person is out?
I have a situation where a task is assigned to a person thru workflow. That person is now gone. I know site admin can delegate the task to someone else.
But I would like manager (say from a group ...