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

Event handlers in the Case create 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_FORM#COMPONENT_READYThis event is dispatched when a component is ready and usable.None
SN_EMBEDX_CASE_FORM#COMPONENT_ERRORThis event is dispatched when a property validation or internal error occurs.errorMessage, errorType
SN_EMBEDX_CASE_FORM#BUTTON_CLICKEDThis event is dispatched if any button is selected the confirmation message.table, record_sys_id, button_variant
SN_EMBEDX_CASE_FORM#RECORD_CREATION_SUCCEEDEDThis event is dispatched if the record was successfully created.table, record_sys_id
SN_EMBEDX_CASE_FORM#RECORD_CREATION_FAILEDThis event is dispatched if the record creation has failed.None
SN_EMBEDX_CASE_FORM#COMPONENT_NOTIFICATION_SENTThis event is dispatched when the component provides a notification for the end user.item

Related topics

Configure the Case create component instance

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

Component properties for the Case create

Sample code for the Case create component