You need to sign in to do that
Don't have an account?
Arun MK
How to navigate from a lightning web component to a tab within a lightning record detail page
Hi,
I have a LWC added to Lightning Record Detail Page which has some buttons. On Click of these buttons, I want to navigate to the tabs inside a lightning record detail page.
When the User clicks on the Fix Quote Contract Mismatches button, I want to navigate to the Fix Quote Contract Mismatches tab.
I am not sure if this is possible. But if anyone got any idea, please let me know.
1. add line:
import { NavigationMixin } from 'lightning/navigation';
2. in the button method, add lines: