function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Marc Bourlon 21Marc Bourlon 21 

Detecting quick action close event to ask for confirmation

Hi all. With the possibilities of Quick Action now, especially Lightning Components + Flows, it's very possible to pop a complex wizard from a Quick Action. And this long wizard can create records. But if the user clicks the cross to close the quick action, and one wants to delete the records... how would one do that? How can we capture/prevent the closing action to happen? I tried to handle the force:closeQuickAction event, but apparently, I do not receive it.
I doubt I am the first to have this need. Any help appreciated.