Integrating Learning Core with third-party learning management systems
- UpdatedJan 30, 2025
- 3 minutes to read
- Yokohama
- HR Service Delivery Non-Scoped
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 . 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 . -
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.
When synchronizing new and updated services, the content is populated as described in the table below.Table 1. Third-party content providers and corresponding services Third-party content New and Updated Services synchronized Udemy - Courses
- User activity
Cornerstone - Users
- Courses
- User activity
- Course assign service
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
- To refresh the entire content, set the full_pull
property to true.
What to do next
Related Content
- Administration tasks in Learning Core
Complete the administrative tasks in Learning Core with the Learning admin [learning_admin] role.