-
Notifications
You must be signed in to change notification settings - Fork 93
Configuration
James Hou edited this page Jan 31, 2021
·
7 revisions
See soqlDatatable
configuration.
Place MessageServiceHandler
somewhere on each App / Record Page you want to open a Modal / Dialog. This also applies for any custom flow / lwc actions created by soqlDatatable
.
Alternatively, use the Utility bar to house a icon-less text-less, "hidden" component. MessageServiceHandler
must be connected to the DOM since it implements Lightning Message Service for event communication, so it can't be used as a background component.
Use messageService
or eventPublisher
to send a closedialog
event.