You need to sign in to do that
Don't have an account?

How to jump to a link with quick action button?
I have a new quick action custom button. Based on a value on in the record, i want to go to either url A or url B. I want to be able to achieve it with a click on the quick action button, NOT with a "onclick" button in the modal box. Is there any way to do this?
You can achieve this task by using window.setTimeout and force:navigateToURL events.Please refer my code and make it as per your requirement.if you want conditional redirection to URL A or URL B you have to enter URL in any custom URL field and use it in the component.
Make it as Best answer if it is helpful.
Thanks