I have overridden a NEW button on a related list on Lead Object using an AURA Component which contains modal pop-up code.
When clicking on that new Button, in a STANDARD NAVIGATION App, the modal pop-up appears.But when trying the same functionality in CONSOLE NAVIGATION App, it first opens a new tab and then a modal popup
Is there any way to avoid that tab from opening. The component should directly open a popup ??
2 answers
@Abhinav Thakur Is there a way to open modal on the same tab instead of opening a new tab with modal there in a console app?