Skip to main content
SENTHILKUMAR R 님이 #Lightning Experience에 질문했습니다
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개
  1. 2017년 11월 22일 오전 6:28

    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
0/9000