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)
Retrieving Favorites from Users
azisser
I am trying to retrieve favorites from User object; however, both methods for retrieving favorites, getFavorites() and getFavoritesWorklist(), throw exception if I were to use generic admin user instead of user on the User object:
com.imanage.cms.exceptions.workteam.WorkteamException: Only logged-in user can retrieve favorites
Does anyone know how to go around this issue (I need to retrieve users' favorites)?
Find more posts tagged with
Comments
dbguy
There's no workaround for it. You have to be logged on as the user to retrieve the favorites.
What is the problem you are trying to address?