SALESFORCE CONSOLE APIS (NAVIGATION ITEM API, WORKSPACE API, UTILITY BAR API) IN LIGHTNING WEB COMPONENT USING AURA AND LIGHTNING MESSAGE CHANNEL

By Sanket
REFRESH STANDARD COMPONENTS FROM LIGHTNING WEB COMPONENT
The init handler in Aura gets fired first than Lightning Web Component. In simple word, If you have a parent Aura and child Lightning Web Component, connectedCallback() defined in child component will get fire later than init handler in Aura Component.
Do you know to fire method on child LWC called multiple times in parent Aura component? If No, Learn to call method on child LWC from Parent Aura Component.
firing a method in Lightning web component from Parent Aura Component
Passing Value from LWC to Parent Aura Component
Lightning web component can be used inside an aura component in Salesforce whereas Aura Component cannot be used in Lightning Web component. The goal is
Business Requirement:- The user wants to view his records as list view without navigating to any tab in Navigation Panel on Home Page. We have
Business Requirement:- Your user wants to create a new record which he uses most from Home Page. The Classic Interface comes with a standard home
You may be wondering about the limit Salesforce put while creating lightning page using Lightning App Builder. You can create three types of page in
As we all know there is a limitation with Thanks and Badges functionality in Lightning Experience. The idea has been created on Idea Exchange Platform
You can create your own custom New Note panel which looks better than standard panel provided by Salesforce. Our custom one will come as a