Platform Events in Salesforce
Platform Event is based on Event-Driven Architecture. This is a type of integration used to communitcate within salesforce or external systems.It is a publish/subscribe model. Publish Events : We can publish events in 3 types: 1) Using Apex trigger 2) Using Process builder/Visual Workflow 3) Salesforce API from External Apps Creating Platform Event in salesforce […]
Read More