ExternalLearningEvents
A learning history is like a transcript they would receive from a university: what they learned, passed, failed, and so on.
Input
| Name | Type | Description |
| StudentId | String | The unique ID of a user in the Learning Management System (LMS). This is recognized within the LMS only. If you want an ID that is recognized throughout SAP SuccessFactors HCM Suite, you want to get the Person GUID or Person External ID. |
| Description | String | Description of the external event attended by the user. This could be the title or a short description of the event. |
| CompletionDate | Datetime | The date that the user completed the course. When returned through a web service, it is in Unix Epoch format. |
| CompletionTimezoneId | String | The time zone used for computing the completion time of the learning event in the system. |
| Grade | String | The grade that the user earned for completing the course. Grades are defined by your company. They can be numeric (1-10) or codes (like A-F or Pass/Fail/Incomplete). |
| CreditHours | Long | The number of credit hours that a user earns for completing a learning event. For example, in many U.S. colleges, students attend a single class for 15 weeks, 3 days each week, and 1 hour each day. In this case, the total hours equals 45; however, the college grants 3 credit hours for this class. |
| TotalHours | Long | The total hours that a user earns for completing a course. |
| InstructorName | String | The name of the instructor who taught the course. |
| Comments | String | Comments about the learning event. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation succeeded or not. |
| ErrorMessage | String | The error message in case of a failure. |