batch update SharePoint data
Posted
by Faiz
on Stack Overflow
See other posts from Stack Overflow
or by Faiz
Published on 2010-03-31T06:30:50Z
Indexed on
2010/03/31
6:33 UTC
Read the original article
Hit count: 388
Hi,
I need to import user profile information to a sharepoint list. Also, the user profile information will be periodically updated to the list , therefore i think i should use a timer job to update the information.
Importing for the first time works without any issues. But can you suggest what can be the best way to update information. The update should take care of updating existing records in profile , mark as orphaned for the records that are deleted from user profile and add new records in user profile to the list.
Thanks
© Stack Overflow or respective owner