Activity Forums Salesforce® Discussions What is the difference between system event and custom event in Salesforce?

  • chanchal kumar

    Member
    July 24, 2018 at 12:26 pm

    hi madhulika,

    system events are fire by system and handle by user, while custom events are fire and handle by user only.

  • shariq

    Member
    September 18, 2018 at 12:33 am

    Hi,

    To Add more -

    System Events. The framework fires several system events during its lifecycle. You can handle these events in your Lightning apps or components, and within theSalesforce mobile app.

    Event-driven programming is a programming paradigm that allows developers to write functions to respond to fired events. The framework waits for events to be generated from user interactions such as button clicks and mouse overs, or by non-interactive actions such as loading completions or component renderings. When an event is fired the function(s) that have been declared to handle it are called by the framework.

    Hope this helps.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos