APEX 21.2
Suppose we have 5 different DA click events on a handful of page elements where the TRUE actions are identical: Refresh the same set of reports. How can we stay DRY and avoid repeating the TRUE actions on all 5 DA actions? Can we move all the Refresh actions to another DA with a custom triggering event using apex.event.trigger or something like that?
Thanks