Event handlers in the Case create component

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • 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.

    Table 1. Event handlers in the Case create component
    Event handler Description Payload
    SN_EMBEDX_CASE_FORM#COMPONENT_READY This event is dispatched when a component is ready and usable. None
    SN_EMBEDX_CASE_FORM#COMPONENT_ERROR This event is dispatched when a property validation or internal error occurs. errorMessage, errorType
    SN_EMBEDX_CASE_FORM#BUTTON_CLICKED This event is dispatched if any button is selected the confirmation message. table, record_sys_id, button_variant
    SN_EMBEDX_CASE_FORM#RECORD_CREATION_SUCCEEDED This event is dispatched if the record was successfully created. table, record_sys_id
    SN_EMBEDX_CASE_FORM#RECORD_CREATION_FAILED This event is dispatched if the record creation has failed. None
    SN_EMBEDX_CASE_FORM#COMPONENT_NOTIFICATION_SENT This event is dispatched when the component provides a notification for the end user. item