You need to sign in to do that
Don't have an account?
Jonathan Boulter
Overriding the edit button on console apps
I'm having problems when I override the edit button on a console app. The issue is that when the save or cancel button is clicked in my new component a second tab is created instead of just updating the current tab. This means the edit page is still open giving a really bad ux.
I've even gone back to following the Trailhead tutorial on it and I get the same: https://trailhead.salesforce.com/content/learn/projects/workshop-override-standard-action
My original solution was using a LWC wrapped in an aura component. Is overriding the edit (and new) buttons broken in console apps, or has anyone found a way to force the page to update the current tab?
I've even gone back to following the Trailhead tutorial on it and I get the same: https://trailhead.salesforce.com/content/learn/projects/workshop-override-standard-action
My original solution was using a LWC wrapped in an aura component. Is overriding the edit (and new) buttons broken in console apps, or has anyone found a way to force the page to update the current tab?
The requirement seems to be staying on the same tab after clicking the button.
Please check this link if it helps you :-
https://developer.salesforce.com/forums/?id=9062I000000DIa1QAG
Thanks!