A specific user is unable to switch views on any project Status tab that he is able to view on Modern UX. His user permissions are the same as other users who are able to switch those views. What could be the reason?
Clarity All Supported Version
Corruption of User personalization
SELECT id, user_name, full_name, email_address FROM cmn_sec_users WHERE user_name = '<username>';
SELECT id, user_id, component, last_updated_date FROM cmn_ui_personalizations WHERE user_id = (SELECT id FROM cmn_sec_users WHERE user_name = '<username>')ORDER BY component;
The CMN_UI_PREFERENCES gets repopulated when the user logs back into Clarity PPM