Symptom
There is a need to identify the users who marked the option "Do not show this page every time I sign in" presented in the news page when they log in the LMS:
Environment
SAP SuccessFactors Learning (LMS)
Resolution
This information can be found within the table PA_STUD_UI_PREFERENCE.
The column PREFERENCES contains information related to the user UI preferences. You need to look for the tag <showNewsPage>. The possible values are:
- <showNewsPage>false</showNewsPage>: Checkbox is marked
- <showNewsPage>true</showNewsPage>: Checkbox is not marked
Please note that this information will only be updated in the database if the user logged out of LMS instead of closing the browser.
If they close the browse directly, the information will only be sent to the database the next time they log in into LMS.
There is no standard report to obtain this information.
Customers will need to build a custom report if they want to obtain this information from the database. Please check on the references section for a KBA on Custom Reports.
Keywords
sap, sf, lms, learning, news, page, report, PA_STUD_UI_PREFERENCE, preferences, lms, sf, successfactors, pop up, pop-up, welcome , KBA , LOD-SF-LMS-TIL , Landing Page and Tiles , LOD-SF-LMS , Learning Management System , LOD-SF-LMS-ADM , System Admin, Global Variables, References , How To