Symptom
- How to turn on content auditing
- Issues with completion or other content data is not received on SAP SuccessFactors Learning
- Audit data for content is required for troubleshooting issues
Environment
SAP SuccessFactors Learning
Cause
Due to Spanish Reporting requirements, content audit tracking can be enabled.
Resolution
With this feature, it is possible to track the session times and details at the content object level such as:
- When the user first accessed the Content Object
- How many times the user accessed it
- The dates on which the user accessed the Content Object
- Total time spent on the Content Object per day
Below are the steps which needs to be followed to enable logging for a particular item in the LMS application.
Enabling the global setting:
- Proceed to Learning Administration
- System Administration > Configuration > System Configuration
- Edit LMS_ADMIN
- Set enableContentObjectAuditTrail to true (Example: enableContentObjectAuditTrail=true)
- Apply Changes
Adding the value to item records:
- In Learning Administration go to System Administration
- Go to Configuration > Entity Configuration
- Choose Item on the dropdown
- Tick the box for display "Enable Content Object Audit"
- Apply Changes
Identify and enable per item which content to track:
- In Learning Administration go to Learning Activities > Items
- Enable Content Object Audit
Note it will only display on the item level after enabling above steps but only when a content is associated as part of new dynamic UI.
Reporting:
- Currently there are no System reports that return this data
- A custom report can be built (from Plateau Report Designer Tool) using the PA_CBT_STUD_CPNT_MOD_AUDIT table to get the values noting dependancy on the pa_cbt_stud_cpnt table value for your particular query.
- For more information on Custom Reporting, please review KB article 2379690
- See current enhancement request to vote for Standard report for content auditing: https://influence.sap.com/sap/ino/#/idea/213066
See Also
Keywords
sf, success factors, LMS, LRN-20176, PA_CBT_STUD_CPNT_MOD_AUDIT, enableContentObjectAuditTrail, content, Object, Audit, tracking, trail, session, total_time, total, time, spent, completion, SCORM, AICC, AICC_DATA , KBA , lmsadminui , LOD-SF-LMS-CNT , Content , How To