Skip to main content Take our 5-minute Community Survey. Open now through 4/11/2025. Click here to participate.
Hi Team,

Please help me out to resolve following issue  "An internal server error has occurred Error ID: 1971768664-19968 (827702864)". Thanks in advance.

Error ID: 1971768664-19968 (827702864)
4 answers
  1. Nov 22, 2017, 6:28 AM

    Events are used to communicate between components. As you might know, we have 2 types of events - COMPONENT and APPLICATION. 

    • Create a lightning event and specifty the event type.  [File > Lightning Event ]
    • Create an attribute in event resource. This attribute holds the value which needs to be passed to other components.
    • Register the event
    • Pass the value to that attribute when you are firing event from a component.
    • Get the value of the attribute in your handler component.

    You can check tralhead or 

    https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/events_intro.htm

    Thanks

    Brahma
Loading
0/9000