Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Extension points in Customer Service Management

Use extension points to call custom scripts in the Customer Service Management application.

To access the available extension points, type sys_extension_point.list in the application navigator and press Enter. Click the desired extension point to view the record details.

You can create multiple implementations for each extension point and provide an order number for each implementation. The implementation that has the lowest order number is the implementation that is executed.

Extension pointDescription
sn\_customerservice.CSMServiceDefines the default value logic for case objects. Available with the Customer Service \(com.sn\_customerservice\) plugin.
sn\_customerservice.CSMCaseSync

Use this extension point to customize the logic for parent-child case synchronization. This extension point can be used in one of two ways: - Define the conditions for parent case records that can be considered for synchronization to child cases. The default functionality is based on the sn_customerservice.parent_child_ case_sync system property. Customers can add additional conditions using this extension point. - Customize the logic for parent-child case synchronization based on the state of the child case. By default, if the child case is in the Resolved, Closed, or Cancelled state, there is no sync from the parent case.

This extension point is used by the CSCaseSyncHelper script include and is available with the Customer Service (com.sn_customerservice) plugin.

Note: In the base system, parent-child case synchronization is available only for the Case table (sn_customerservice_case). This feature must be configured for tables that extend the Case table.

sn\_majorissue\_mgt.MajorCaseAvailable with the Major Issue Management \(com.sn\_majorissue\_mgt\) plugin.
sn\_action\_status.NeedsAttentionAccessUtilEnables each application to choose the user roles that can enable and disable the Needs Attention field on a case form. Available with the Customer Service Case Action Status plugin (com.snc.csm_action_status).
sn\_cs\_sm.CSMChangeIntegrationsCreates the logic for mapping the Change Request field on the case record. Available with the Customer Service with Service Management (com.sn_cs_sm) plugin.
sn\_cs\_sm.CSMIncidentIntegrationsCreates the logic for mapping the Incident field on the case record.Available with the Customer Service with Service Management (com.sn_cs_sm) plugin.
sn\_cs\_sm.CSMProblemIntegrationsCreates the logic for mapping the Problem field on the case record. Available with the Customer Service with Service Management (com.sn_cs_sm) plugin.
sn\_cs\_sm\_request.CSMRequestIntegrationsCreates the logic for mapping the Request field on the case record.Available with the Customer Service with Request Management (com.sn_cs_sm_request) plugin.
global.CSMRelationshipServiceEPCreate CSM relationships with responsibilities.Available with the Customer Service \(com.sn\_customerservice\) plugin.
global.CSMContentAccessEPCreates the logic to implement ACLs for create, read, update, and delete \(CRUD\) operations.Available with the Customer Service \(com.sn\_customerservice\) plugin.
AddressMgmtExtensionPointEnables users to customize the reference qualifiers of the location field in the Account Address table​.Allows users to create an implementation of this extension point and override the “getAccountLocationsRefQual” function.

Related topics

Using extension points to extend application functionality

Using scripted extension points in server-side scripts

Using UI extension points in server-side UI macros

Using client extension points in client-side UI scripting