- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 02:21 AM
Hello,
End user is unable to save the timezone in profile of ESC portal.
Whenever the user sets the timezone that is overwritten each time the user logs out.
We want the timezone to be saved in sys_user table/User preferences whenever user changes the timezone.
Kindly help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 02:50 AM
Hi @Akshata5 ,
I think over here the issue might be related to the update/write access on User Table/User Preference Table. Can u check whether user has access to update on user table or not. In usual scenario end users will not have access to update any record.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 02:50 AM
Hi @Akshata5 ,
I think over here the issue might be related to the update/write access on User Table/User Preference Table. Can u check whether user has access to update on user table or not. In usual scenario end users will not have access to update any record.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2023 04:01 AM
After giving write access on sys_user table it worked. Thank you.