Skip to content
Release: Australia · Updated: 2026-04-22 · Official documentation · View source

Extension points in Telecommunications Customer 360

Use scripted extension points to configure the display of the cards on the Telecommunications Customer 360 consumer page.

To access the available extension points, type sys_extension_point.list in the application navigator and select Enter. 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 executed.

Extension pointDescription
sn_telecom_c360.ContactCardDataProviderControl the data displayed on the Contact card for an account, consumer, or contact record. You can customize which fields appear, override the card title and avatar logic, or change how the editable state is determined.
sn_telecom_c360.InsightCardDataProviderControl the configuration for the Customer insight card and shows AI-generated insights. You can customize which Now Assist skill configuration is used and whether insights are triggered automatically when the card loads.
sn_telecom_c360.DataVisualizationDataProviderDefine which reports appear on the Data visualization card and how context record values are mapped to report filters. You can add custom filter logic or support filter types not handled by the default implementation.
sn_telecom_c360.BillingsDataProviderCustomize how billing accounts and invoices are retrieved for the Billings card. You can change how billing accounts are linked to the context record, add custom invoice filtering or sorting logic, or adjust how invoice amounts and statuses are displayed.
sn_telecom_c360.ProductsServicesDataProviderCustomize how the Products & services card retrieves product inventory data, applies filters, and creates change orders. You can add support for different product tables, change how filter options are built, or modify the change order creation logic.
sn_telecom_c360.AllTasksDataProviderCustomize which task tables appear on the All tasks card and what actions are available in the card header. You can add or remove task tables, apply custom filters, or change the create action configuration.
sn_telecom_c360.ProductsRelatedDataProviderAdd custom pill types to individual product rows on the Products & Services card. Each implementation provides data for one type of related record (such as cases or incidents) linked to a sold product.
sn_telecom_c360.CardViewModelControl whether a specific card is visible on the Customer 360 workspace. Implement isMatch to identify which card your view model applies to, and implement isVisible to define the conditions under which that card should be shown. By default, any card with no matching view model is visible.
sn_telecom_c360.VoiceInteractionDataProviderControl the behavior of the Customer 360 record page when it is opened as a sub page from a voice interaction. Implement the provided methods to customize whether the consumer lookup alternate flow is enabled, and which cards or layout columns are hidden in the voice interaction sub page context.

Parent Topic:Configure Telecommunications Customer 360

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