Add the Telecom Customer 360 component to a record page

  • Release version: Australia
  • Updated May 27, 2026
  • 2 minutes to read
  • Add the Telecom Customer 360 component to a record page in UI Builder so that customer service representatives can see the 360-degree consumer or account view in the context of the record they are working on.

    Before you begin

    Role required: sn_telecom_c360.admin

    About this task

    Add the Telecom Customer 360 component as a dedicated tab on a record page in the CSM/FSM Configurable Workspace. The component displays configurable cards scoped to a single customer record. Cards cover customer contact details, products and services, billing, tasks, interaction history, data visualizations, and Now Assist AI insights.

    Note:
    • After adding the component, you must also add the Setup Customer360 Context data resource to the page. This data resource resolves the record to the associated account or consumer. Without it, the component context cannot be determined. See Add the Setup Customer360 Context data resource.
    • The component can be only be added as a new tab on the record page. You can't embed it within an existing tab.

    Procedure

    1. Navigate to All > Now Experience Framework > UI Builder.
    2. Select Experiences.
    3. Select CSM/FSM Configurable Workspace from the list.
    4. Open any existing record page, or create a record page, add a tab to the page, and then add the Telecom Customer 360 component.
      For detailed instructions on how to add a component, refer to the UI Builder documentation.
    5. Add the Setup Customer360 Context data resource to enable the Telecom Customer 360 component to display the correct consumer or account view.
    6. Configure the Telecom Customer 360 component properties.

      Set the following three properties. Leave all other component properties at their default values.

      Label Name Value
      Table Table Select the table output of the Setup Customer360 Context data resource.
      Sys ID sysId Select the sysId output of the Setup Customer360 Context data resource.
      Card definition map cardDefinitionMap A JSON object that maps each card key to the sys ID of the card definition record to display. See the following example:
      {
        "insights": "<sys_id_of_insights_card>",
        "contact": "<sys_id_of_contact_card>",
        "interaction": "<sys_id_of_interaction_history_card>",
        "billings": "<sys_id_of_billing_card>",
        "products": "<sys_id_of_products_card>"
      }
      Note:
      The Card definition map uses the sysIds from the sn_c360_dataconfig_card table.

    Result

    When you navigate to a record on the page where the component is added, the new tab displays the Telecom Customer 360 view for the account or consumer associated with that record. To change the cards that are displayed or the data shown on each card, update the card settings as described in Configure the Telecommunications Customer 360 variables.

    What to do next

    Add the Setup Customer360 Context data resource to the page. For more information, see Add the Setup Customer360 Context data resource.