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)
How to get the bookmarks from the entity db
jkm
Env TS6.5+sp2
I would like to retrieve the values of the bookmark field from the entity database. But the bookmarks values are in encrypted format.
An entry from the entity data file
iw_filesys_bookmark = "B64V24rO0ABXNyAEljb20uaW50ZXJ3b3Zlbi51aS50ZWFtc2l0ZS5hY2Nlc3MuU3luY2hDb2xsZWN0aW9uSGVscGVycyRTeW5jaHJvbml6ZWRMaXN0lGPv44NEEHwCAAFM
Is this possible to retrieve the list of bookmarks for a user? Is this recommeded to fetch the values from entity database?
Any pointers please
Find more posts tagged with
Comments
jkm
Any input guys or do we need to write an OOTB functionality to tackle this??
Adam Stoller
Any input guys or do we need to write an OOTB functionality to tackle this??
There are a number of threads regarding favorites - like
this one
however, thus far I do not believe that anyone has determined the actual encoding logic being used for them.
Supposedly, the
iwprop
CLT will allow you to examine this information in an un-encoded format, but I've never tried and don't have access to a system on which to try it right now.