How to Pass Parent Record ID from Related List Button to LWC in Salesforce?
Suppose you have a scenario where you want to pass parent record id i.e., an account id from related list button of contact to lwc. In this article we will learn how to retrieve parent record id from the url when related list button is clicked and display it inside lightning web component. Usecase Let’s … Read more