Integrate Continual Improvement Management using extension point

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Integrate CIM with other applications by using the CIMIntegrationAPI extension point. It defines the inbound and outbound extension points for integrating CIM with other applications.

    Before you begin

    Role required: admin or sn_cim.improvement_manager

    About this task

    The CIMIntegrationAPI defines the inbound and outbound extension points for integrating CIM with other applications. Inbound integrations enable you to create improvement initiatives from integrated applications. Outbound integrations enable you to create application records from improvement initiatives or CIM tasks.

    Procedure

    1. Navigate to All and enter sys_extension_point.list in the search field.
    2. In the Extension Points context menu, type CIMIntegrationAPI in the search field.
    3. Select sn_cim.CIMIntegrationAPI.
    4. Select Create Implementation under Related Links.
      A new instance of the CIMIntegrationAPI is created.
    5. Enter a name for the new API instance.
    6. Save the record.
    7. In the Script field, edit the inbound or outbound integrations.
      • For inbound integrations, add application names in the var tables parameter of the getInboundIntegrationTables function.
      • For outbound integrations, add application names in the var tables parameter of the getOutboundIntegrationTables function.

      Enclose the values in single quotation marks and use commas to separate multiple values.

      The following example shows integrating improvement initiatives from change requests with CIM by editing the inbound extension point of CIMIntegrationAPI.Inbound integration of change requests using the CIMIntegrationAPI extension point

    8. Save and update the record.
      For inbound integrations, the Create Improvement Initiative related link is added to records of applications integrated with CIM.
    9. For outbound integrations, configure related links on CIM task records to integrated applications.
      For more information, see Create a UI action.