Dynamic Interactions in Salesforce is a new way of communication between Lightning Web Components and Lightning App Builder. Now Developer can configure and expose the event in components. And admin can configure and create applications with components that communicate and transform based on user interactions, all in the Lightning App Builder UI. So an event…
Tag: Lightning Message Service
Platform Event in Lightning Web Components
Posted on by Tushar Sharma
Platform events enable us to deliver secure, scalable, and customizable event notifications within Salesforce or from external sources. So today we will check how we can use Platform Event in Lightning Web Components. Many time we run Asynchronous process but we don’t have direct way to notify users. We can solve this issue by using…
Lightning Message Service: Quick Demo
Posted on by Tushar Sharma
In Winter 20 Release salesforce announce Lightning Message Service (LMS). We can use this single API to communicate between All Salesforce UI platform eg: Visualforce, Lightning Component, Lightning Web Components (LWC). Today I will share one demo where I will pass data between all type of components.We will create each component and I will also…