Skip to Content
0
Former Member
May 12, 2008 at 07:36 PM

Personalized Page View

15 Views

This is the last part of my requirement. Where I am at is: My anonymous users, once logged in, will land on the Homepage of the Portal. this homepage has several iViews, which can be personalized. We have written a custom Personalize module for this (and not using the standard funciton).

I am using the PCD APIs to let the users add/remove iViews to this Page in their Context. The issue is whenever the user lands on this page after logging in, it loads the Homepage with all the iViews and does not hide(remove) the iViews that the user does not want to see.

How can I programatically save to the Personalized Context of the user, his choices of iViews to appear on the page (similar to what happens on the standard personalize function?)