Integrating Learning Core with third-party learning management systems
Connect your ServiceNow instance with third-party learning systems to pull learning content into a single repository.
Before you begin
Role required: learning_admin
Activating the Learning Core (sn_lc) plugin automatically enables the following plugins:
The following plugins are not active by default, and you must install them to use them with Learning Core.
Procedure
- Integrate your ServiceNow instance with the third-party learning source account that you plan to use.
| To integrate with this third-party learning source | Do this |
|---|---|
| Pluralsight Skills account | Use an API key to authenticate the ServiceNow requests. Follow the steps in Set up the Pluralsight spoke to perform the integration. |
| Cornerstone OnDemand application | Register an OAuth application in Cornerstone OnDemand application and authenticate requests from ServiceNow instance. Follow the steps in Set up the Cornerstone spoke to perform the integration. |
| Udemy application | Integrate your Udemy application with your ServiceNow instance. For more information, see Set up the Udemy spoke Note: You must manually configure fields such as logos and course reassignments in the learning system configuration table. |
| Sumtotal application | Integrate your Sumtotal application with your ServiceNow instance. For more information, see Set up the Sumtotal spoke. |
| Saba application | Integrate your Saba application with your ServiceNow instance. For more information, see Set up Saba spoke . |
| Workday Learning | Integrate your Workday Learning application with your ServiceNow instance. For more information, see Set up Workday spoke . |
| SuccessFactors Learning | Integrate your SuccessFactors Learning application with your ServiceNow instance. For more information, see Set up SuccessFactors Learning spoke . |
The records from the third-party content are pulled into your ServiceNow instance using an API call. To successfully run this API call, you must configure the **com.glide.transform.json.max-partial-length** and **com.snc.process\_flow.reporting.serialized.val\_size\_limit** properties. For more information on these system properties, see [Configure properties for Learning Core](config-ln-prop.md) .
Activate the required schedule flow to synchronize third-party learning content into your ServiceNow instance.
For more information, see Activate Learning Core flows.
Configure the learning system with which you want to integrate your ServiceNow instance.
For more information, see Configure a learning system.
Note: Once you set up the Learning Core application, the source record for Cornerstone OnDemand, Pluralsight, and Udemy applications are automatically created in the Source module in Enterprise Service Management Integrations Framework. These source records contain a predefined set of properties and integration services. For more information, see Sources for Learning Core.
Refresh the entire third-party content or synchronize new and updated service content into your ServiceNow instance.
To refresh the entire content, set the full_pull property to true.
Note: When the schedule flow is run for the first time, it always is a full pull irrespective of the value set in the property.
To synchronize new and updated service content, set the full_pull property to false.
- Open any integration source for which you want to pull content.
- Click Run Job to manually synchronize data. The integration framework pulls the corresponding third-party learning courses into the Learning External Content [sn_lc_external_content] table on your ServiceNow instance.
When synchronizing new and updated services, the content is populated as described in the table below.
| Third-party content | New and Updated Services synchronized |
|---|---|
| Udemy | - Courses - User activity |
| Cornerstone |
|
| Pluralsight | - Courses - Course progress such as percentage |
| Sumtotal | - Users - Courses - User activity - Assign course in Sumtotal |
| Saba | - Course assign service - Pull Courses from Saba - Sync Saba Users - Pull Saba User Course Activity |
| Workday Learning | - Users - Courses - User activity - Assign course in Workday Learning |
| SuccessFactors Learning spoke | - Retrieve learning information - User data - Course data - Sync user activity |
What to do next
To integrate Learning Core with a new third-party learning system, follow the instructions in Create a source for a learning system.
- Sources for Learning Core
Once you set up the Learning Core application, the source record for Cornerstone On Demand, Pluralsight, Udemy, Sumtotal, and Saba applications are automatically created in the Source module in Enterprise Service Management Integrations Framework. The source records in the Enterprise Service Management Integrations Framework application contain a predefined set of properties and integration services. - Activate Learning Core flows
Activate the flows that run on a schedule basis to pull learning course items from the Cornerstone OnDemand, Udemy, Pluralsight, Sumtotal, and Saba applications into the ServiceNow application.
Parent Topic:Configuring Learning Core
Related topics