I am working on a project that replaces the old portal system (Plumtree) with sharepoint, and we want to make the transition as smooth as possible.
We are currently looking at all the gadgets (Plumtree term for WebParts) and make sure that they appear in the same place on new MySite users.
Plumtree stores this information in a simple table containing information about the user, page, gadget and position. I want to find a way to automate reading this table and posting new WebParts to a MySite user and donβt need to manually configure it for hundreds of users.
I am told that modifying the Sharepoint tables in SQL Server directly is not a good option, as this may affect our support mechanisms, but if it saves it manually, I would do it.
Other options that spring does not represent create an equivalent table and use API calls to load WebParts the first time the user accesses their MySite.
Any best deals?
source share