Now that I have your attention, we are NOT going to break the world in the next update. But we are needing to revisit the implementation of Favorites in CS and we know this may have impact on solutions. We are trying to gauge the impact. If you are not using Favorites then there is nothing to do, if you do then some questions for you:
- Does your solution use the following access point directly to get a user favorites?
- UAPI.PrefsGet( uapiCtx.fSession, userId, 'PersonalFavoritesTabs' )
- Does your solution update favorites using the following?
- UAPI.PrefsPut( uapiCtx.fSession, userId, 'PersonalFavoritesTabs', {Structure} )
- Does your solution access/update the KUAFPrefs table directly? If so, why?
- Can you describe what your solution does with the Favorites information?
Regards
David Templeton
Content Suite Enterprise Architect