Asynchronous Apex Trigger using Change Data Capture
Change Data Capture event is a notification that Salesforce sends when a change to a Salesforce record occurs as part of a create, update, delete, or undelete operation. When we are saving a record in salesforce it causes the platform to start apex transaction . Change event triggers run asynchronously after the apex transaction is… Continue reading Asynchronous Apex Trigger using Change Data Capture