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…
Category: Lightning Message Service
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…