You need to sign in to do that
Don't have an account?
Event Listener for Record Save
Hi,
Is is possible to create a Lightning component to listen in on the result of a Lightning action? For instance, if the Lightning action creates a Task, the Lightning component can listen and interpret that a Task was created and then display a message.
Is is possible to create a Lightning component to listen in on the result of a Lightning action? For instance, if the Lightning action creates a Task, the Lightning component can listen and interpret that a Task was created and then display a message.
https://developer.salesforce.com/blogs/2018/08/what-is-change-data-capture.html
https://trailhead.salesforce.com/en/content/learn/modules/change-data-capture/understand-change-data-capture
https://developer.salesforce.com/docs/atlas.en-us.change_data_capture.meta/change_data_capture/
https://salesforce.stackexchange.com/questions/155478/lightning-components-how-to-use-events-to-detect-record-updates/155535