Event payloads in UI Builder
- UpdatedJan 30, 2025
- 4 minutes to read
- Yokohama
- Building applications
Use event payloads to link data to an action.
Event payloads are pieces of data sent by a component when a selected event is triggered. The data sent by an event can include the type of event, timestamps, user actions, or resource data such as a SysID. You can use event payloads in UI Builder to share information between components on a page.
You can use this payload data when configuring an event handler so that the resulting interaction can be linked to the emitted data. For example, a SysID can be passed to other components on a page to display information related to a specified record.

Each component and event has a unique set of payload options. Event payloads may not be properly defined for each component. If that is the case, define a client script so that the console logs payloads such as
console.log(event.payload).
Create an event with payloads to share information between components
Use event payloads in UI Builder to share information between components on a page.
Before you begin
Role required: ui_builder_admin
Procedure






