Related List View All using Salesforce Lightning Web Component
Using NavigationMixin.Navigate with type: 'standard__recordRelationshipPage', we achieve Related List View All link behaviour using Salesforce Lightning Web Component(LWC). Sample Code: HTML: <template> <lightning-card> <lightning-button label="View Contacts" onclick={viewContacts}> </lightning-button><br/><br/> <lightning-button label="View ....