I have the checkbox to show the to do list in user preferences for HR to show when logging in but the to do list does not show. Can anyone help on what could cause this and a fix.
*This post is locked for comments
I have the checkbox to show the to do list in user preferences for HR to show when logging in but the to do list does not show. Can anyone help on what could cause this and a fix.
*This post is locked for comments
don't change to forget your database name and user id. : )
Check two things.
1. if HR To do is marked for user or not.
select TODOOPEN from dynamics13..sy01400 where USERID='almas'
if it doesn't returns 1 then update it.
update dynamics13..sy01400 set TODOOPEN=1 where USERID='almas'
2. check if user have access to HR module and 'To Do List' window, as this window is from HR dictionary.
Jeff,
The user has access to HR and this just started happening. If he logs into one of the test companies it works but logging back into the live company it doesn't.
Thanks
Carlos
Odd, I am running version 12.00.1745 and I went to user preferences, clicked the HR button and checked Open To Do List, clicked OK twice, logged out and then back in and the HR To Do List popped up as expected. I was logged in as 'sa'.
I then tested this on a user that does not have security to HR and as expected the window did not pop up.
The User Preferences window (including the HR To Do List preferences) are user specific so you would need to log in as that user and make that change and verify they have the necessary HR permissions.
Hope this helps,