---
sourceDocument: Australia Customer Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/customer-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Customer Service Management

ft:clusterId :

    - csm

bundleId :

    - csm

workflow :

    - Customer and Industry


---

# Event handler in the Case list component

# Event handler in the Case list component {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

A component triggers an event when a certain condition is met or on user interaction. The event can be used to execute an action through a code on a third-party webpage.
{#we-case-list-event-handlers__table_csm_base_entities__entry__3}

| Event handler | Description | Payload |
|-|-|-|
| SN_EMBEDX_CASE_LIST#RECORD_SELECTED | This event is dispatched when a record is selected. Nota: If the first column is the reference column, selecting the case record shows the error in the Case view component. | `table, record_sys_id ` |
| SN_EMBEDX_CASE_LIST#COMPONENT_READY | This event is dispatched when a component is ready and usable. | None |
| SN_EMBEDX_CASE_LIST#COMPONENT_ERROR | This event is dispatched when a property validation or internal error occurs. | `errorMessage, errorType` |
[Tabela 1. Event handlers in the Case list component]

{#we-case-list-event-handlers__table_csm_base_entities}
**Tarefas relacionadas**   

* [Configure the Case list component instance](https://servicenow-prod.fluidtopics.net/uac6Mso8kRnW~bsoFfaXFA "Configure the Case list component instance so that your user can embed it on their website to access the list of all cases from their website directly.")
* [Embed the Case list component instance on the third-party website](https://servicenow-prod.fluidtopics.net/tdyUh0JeCn51CZdxCfvTwQ "Embed the global code and component code of the Case list component instance that you configured so that you can enable your customers to start using the Case list component instance on your third-party website.")  
**Referência relacionada**   

* [Component properties for the Case list](https://servicenow-prod.fluidtopics.net/ZnGLxPTPdJIZha7rgEbA8Q "Component properties enable you to configure the behavior of the Case list component instance on a third-party website.")
* [Sample code for the Case list component](https://servicenow-prod.fluidtopics.net/yi2rpnyvtna4zib_nAIgUw "Sample code is provided to define an action when an event is triggered. Update the sample code for your use case before embedding the component on your webpage.")

