Truly Asynchronous Apex Triggers using Change Data Capture

Опубликовано: 04 Октябрь 2024
на канале: Salesforce Developers
5,872
62

For the first time ever, the Salesforce Platform has the capability to execute truly asynchronous Apex Triggers. To deliver this feature, we have enabled Apex Triggers for Change Data Capture events. During this session we will enable Change Data Capture in our org, refactor a piece of existing code to execute asynchronously, and discuss other use-cases where this pattern could be used. Come learn how to speed up transactions for end users and decrease your frustration with limits by moving trigger logic into asynchronous triggers.