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
Rakesh M 20Rakesh M 20 

As a user on click of cancel button, I should be able to cancel all the processes and redirect to Account.

Hi Folks,
Can anyone help me to do this in Aura Component.




Thanks in advance
Danish HodaDanish Hoda
Hi Rakesh,
If it's a quick action, you can simply close the modal using "force:closeQuickAction" method in your aura cmp.
Else you can use "lightning:navigation" on cancel button click to navigate tot he Account detail page.