Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Changing Favorites using CSSDK setProperties
MAK
Hi,
I have a requirement to manage Favorites using custom java code.
so i am using CSSDK to change the favorites.
CSNameValuePair[] nvArr = {nvpair};
currUser.setProperties(nvArr);
I am able to change the favorites and i can confirm that using the iwuser CLT as well. But the problem is the favorites does not get updated under the "My Favorites" portlet.
I am sure it must be using the some sort of server cache because it gets updated after the iwreset -ui.
Could anyone please guide me How and If i can refresh the cache for the same. Or any other way of achieving the same like URL's.
Please let me know if my question is not clear.
Regards,
Find more posts tagged with
Comments
MAK
Hi,
I am now doing this using command "iw.ccstd.add_bookmark" but i want a better way of achieving this using CSSDK.
Any help much appreciated.
Regards,