35
Views
1
Comments
Solved
[Seat Map Selector UI] How can I save in a database the seats that I select when using the Seat Map Selector
seat-map-selector-ui
Reactive icon
Forge asset by João Gonçalves
Application Type
Reactive
Service Studio Version
11.14.16 (Build 60354)

Hello,

Is there any way to save the seats I marked when using this widget?


Thanks.

2025-05-02 13-04-41
João Gonçalves
Solution

Hey,

Everytime a valid seat is selected, an event with the seat number is sent by the block. You can create a text list structure in the screen/block where SeatMap Webblock is being used and use a handler on this event to keep track of the selected seats, then just use a loop to iterate this list and save the seats into your database entities.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.