Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
USER preferences location
Jordan_Gladstone
Does anyone know where Livelink stores the default User Preferences settings (Tools > Settings)? I know most of them are stored in the KUAFprefs table, but it appears to only have data for users who have altered their settings. For example, if I create a new user, they don't have an entry in the KUAFprefs table. If I go in and change their preferences from the default settings, then an entry for them is put into that table.Is there another location where the default values are stored?Thanks,Jordan
Find more posts tagged with
Comments
Carsten_Kulms
Message from Carsten Kulms via eLinkIt depends: The corresponding UserSettingCallback is responsible todeliver the default values. Where these come from differs, e.g. thedefault general settings come from code (OScript) whereas the defaultcolor settings are stored in the opentext.ini file (with default in codeif not specified in ini), RM uses an own table, ...These callback can also modify what is read from and written to theprefs table.