SET USER FOCUS#

IMSVU was a screen that was used in the previous version to record user "focus" preferences.

In Personality this screen is no longer used, and the functionality is controlled through people lists. If you had used this screen previously and are migrating, you may find that the security defined here has an impact on your ability to see employees.

You will have to delete the records that this screen may have created, through SQL as such:

delete from p2k_am_security_values where security_value_type = '3';
commit;

This will remove the records from the system.


Notes #

Click to create a new notes page