Integrate Continual Improvement Management using extension point
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
Navigate to All and enter
sys_extension_point.listin the search field.In the Extension Points context menu, type
CIMIntegrationAPIin the search field.Select sn_cim.CIMIntegrationAPI.
Select Create Implementation under Related Links.
A new instance of the CIMIntegrationAPI is created.
Enter a name for the new API instance.
Save the record.
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
Save and update the record.
For inbound integrations, the Create Improvement Initiative related link is added to records of applications integrated with CIM.
For outbound integrations, configure related links on CIM task records to integrated applications.
For more information, see Create a UI action.
Parent Topic:Applications integrated with Continual Improvement Management