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

Event handler in the Case list component

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.

Event handlerDescriptionPayload
SN_EMBEDX_CASE_LIST#RECORD_SELECTEDThis event is dispatched when a record is selected.Note: 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_READYThis event is dispatched when a component is ready and usable.None
SN_EMBEDX_CASE_LIST#COMPONENT_ERRORThis event is dispatched when a property validation or internal error occurs.`errorMessage, errorType`

Related topics

Configure the Case list component instance

Embed the Case list component instance on the third-party website

Component properties for the Case list

Sample code for the Case list component