
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2019 09:09 AM
Within PPM there is a system property, com.snc.project_management.home_page.project, that captures a users "preferred" project. I was hoping someone would be able to shed more light on how this preference is updated in the sys_user_preference table. I was under the impression that whenever a user accesses a project that a business rule or something is triggered that then saves that project as their preference. However, in my instance that does seem to be the case.
This preference can be used in reporting or in a script by calling a script include (PMViewPreferenceHelper). It is used on the Analytics page on all of the reports on that dashboard by creating a condition that sets either the project, top task, or parent sys_id to javascript:(new global.PMViewPreferenceHelper()).getUserPreference('com.snc.project_management.home_page.project').
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2019 10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2019 10:05 AM