How to Navigate to Record Relantionship page in LWC – Lightning Web Component | How to use Navigation Service (NavigationMixin.Navigate) to Navigate to Record Relantionship page in LWC

Hey guys, today in this post we are going to learn about How to Navigate to Record Relantionship page in LWC – Lightning Web Component Salesforce. Here are the steps to use the navigation service. Navigation service uses a PageReference.And a page reference is JavaScript that describes its page type, its attributes, and the state … Read more →

How to Navigate to Custom Tab in LWC – Lightning Web Component | How to use Navigation Service (NavigationMixin.Navigate) to Navigate to Custom Tab in LWC

Hey guys, today in this post we are going to learn about How to Navigate to Custom Tab in LWC – Lightning Web Component – Lightning Web Component Salesforce. Here are the steps to use the navigation service. Navigation service uses a PageReference.And a page reference is JavaScript that describes its page type, its attributes, … Read more →

How to Navigate Chatter page on button click in LWC – Lightning Web Component | How to use Navigation Service (NavigationMixin.Navigate) to Navigate chatter page in Lightning Web Component – LWC

Hey guys, today in this post we are going to learn about How to Navigate Chatter page on button click in LWC – Lightning Web Component Salesforce. Here are the steps to use the navigation service. Navigation service uses a PageReference.And a page reference is JavaScript that describes its page type, its attributes, and the … Read more →

Insert New Record in Custom Object and Navigate to the Record Detail Page Using Apex class method in Lightning Web Component — LWC | Insert record and navigate to record detail page in lwc

Insert New Record in Custom Object in lwc -- w3web.net

Hey guys, today in this post we are going to learn about How to Insert New Record in Custom Object and Navigate to the Record on Detail Page Using Apex class method in Lightning Web Component — LWC. Files we used in this post example:- insertRecordCustomObjectLwc.html Lightning Web Component HTML Template HTML file for used to … Read more →