Cornerstone spoke release notes

  • Release version: Store
  • Updated May 5, 2026
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Cornerstone spoke release notes

    The Cornerstone spoke for ServiceNow Integration Hub offers a set of actions that integrate with Cornerstone's Foundational and Reporting REST APIs. This integration enables customers to retrieve and search key training and certification data such as to-dos, assigned and suggested trainings, certifications, transcripts, catalogs, and people records. The spoke has evolved with multiple releases to improve functionality, performance, and compatibility with Cornerstone's API changes.

    Show full answer Show less

    Key Features

    • Support for retrieving and searching training-related data including to-dos, assignments, certifications, and transcripts.
    • New actions added over time such as Create Assignment and Lookup Assignment details.
    • Enhanced Global Search action with safe handling of optional data fields to prevent runtime errors.
    • Migration to DEAPI-based datastreams for normalized training catalog ingestion, replacing the deprecated vwrpttraining API.
    • Introduction of staging and persistent tables supporting normalized Training Type data with updated transform logic.
    • Improved upgrade handling to ensure seamless migration from deprecated data sources without data loss.
    • Performance improvements and fixes addressing issues such as JSON injection and unnecessary logging.
    • Authentication template additions to simplify setup and documentation upgrades for easier adoption.

    Practical Impact for ServiceNow Customers

    • Ensures compatibility with Cornerstone’s evolving APIs, especially with the November 2025 sunset of previous reporting endpoints.
    • Enables stable and efficient data synchronization with Cornerstone’s training and certification data through Integration Hub flows.
    • Reduces risk of runtime errors during data ingestion by implementing conditional parsing logic for optional fields.
    • Supports customers in maintaining up-to-date training data with normalized data structures, improving data quality and reporting accuracy.
    • Facilitates easier upgrade paths with automated migration logic to new datastreams, minimizing disruption.
    • Improves overall integration performance and security compliance with fixes addressing JSON injection and logging best practices.

    Version history for the Integration Hub Cornerstone spoke on the ServiceNow Store.

    Important:
    For details on system requirements and family compatibility, view the application listing on the ServiceNow Store website.

    Version history

    Version 1.5.1 - May 2026
    • New: Added DEAPI-based datastreams for the Training catalog: training_core, training_local_core, and training_type_core, replacing the deprecated vw_rpt_training Reporting API (deprecated by Cornerstone in November 2025).- Added new staging and persistent tables for Training Type data to support the normalized DEAPI structure.- Added type propagation logic that batches Training Type description updates to the target table after transform.- Added a new Integration Service for Training Types.
    • Changed: Migrated Training catalog ingestion from the deprecated vw_rpt_training server-side JOIN to three normalized DEAPI endpoints (training_core, training_local_core, training_type_core).- Updated the Training transform map with conditional field mapping using delta_source_core and delta_source_local boolean flags to prevent null overwrites on partial deltas.- Modified the existing Integration Service to handle Core + Local delta and full pulls under the new DEAPI model.- Improved upgrade handling to migrate existing customers from vw_rpt_training to the new datastreams without data loss.
    • Fixed: Completed To-Dos are now pulled correctly via delta pulls.
    • Removed: Deprecated the vw_rpt_training-based datastream in line with Cornerstone’s November 2025 API sunset.
    Version 1.4.2 - December 2025
    Performance improvements.
    Version 1.3.2 - August 2025
    • Problem: The Cornerstone Spoke OOB Data Stream action Global Search failed when the payload contained only People data, due to missing checks for optional Training and Certification fields, resulting in a runtime error.
      • New: Added conditional checks in the parser script to safely handle optional People, Training, and Certification data in the response payload.
      • Changed: Updated the Global Search parser logic to dynamically assign values only when corresponding data is present.
      • Fixed: Resolved the runtime error by ensuring the script no longer attempts to access undefined properties in the data stream.
      • Removed: Eliminated hardcoded assumptions about the presence of Training and Certification fields in the payload.
    Version 1.3.1 - September 2024
    Fixed: Removed unnecessary logging at script includes level to conform with coding best practices.
    Version 1.3.0 - December 2023
    Added Auth Template + doc upgrade.
    Version 1.2.4 - September 2023
    • Fixed:
      • JSON Injection in multiple Flow actions
      • 'licensable' field set to be true in plugin.xml
    Version 1.2.3 - September 2022
    Fixed: Patch version of Cornerstone Spoke for Integration Hub. This version includes a fix to improve the installation performance of the spoke.
    Version 1.2.1 - May 2021
    The minor release of the Cornerstone spoke for IntegrationHub. This version includes the addition of new actions: Create Assignment and Look up Assignment details.
    Version 1.1.1 - February 2021
    Cornerstone 1.1.1 is a patch release with a couple of fixes on top of its previous version.
    Version 1.0.2 - August 2020
    New: This version includes a new action to get certifications from reporting.
    Version 1.0.1 - June 2020
    • The Cornerstone spoke provides a list of actions that wraps around the Foundational and Reporting REST APIs. It provides the foundation to:
      • Retrieve to-dos, assigned trainings, suggested trainings, certifications, and transcripts.
      • Search on catalog, people, training, and certification.