I would like users to be able to store personalization data in the PCD for an application IView per user. For example search query string attributes per user on a search IView. Now I DONT want to use the standards IView property editor to do this but create my own personalization dialog/page where this is done. So I will be accessing the PCD to store this information. Now my question is this. Where is the best place to store this re-usable code? In a Web Dynpro component? Or in a Portal Service? Note: this is per USER personalization information on an IView.
Thanks