Hi Experts,
I am wondering how do we define callback function to be called when user clicks on Ok button on a confirm dialog which got initiated by the declarative Confirm action under Dynamic actions.
I am aware of JavaScript API apex.message.confirm which provides a way to define callback when "Ok" pressed. But how do we do this when using "confirm" action declaratively under dynamic actions.


Thanks