You need to sign in to do that
Don't have an account?

How to pass attribute values to lightning application controller
The structure of code is as follows:
1. Component A has 3 picklist fields and a button
2. On click of button event is fired and control goes on Application controller
3. I want to have these 3 picklist field values which user has selected above in application controller
Can someone please help.
Thanks
Yashita Goyal
1. Component A has 3 picklist fields and a button
2. On click of button event is fired and control goes on Application controller
3. I want to have these 3 picklist field values which user has selected above in application controller
Can someone please help.
Thanks
Yashita Goyal
this is the example for the component events
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/events_component_example.htm
application event
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/events_application_example.htm
let me know if you have any questions
Pramodh.
Application code: Filter Component code:
I want the "selectedObject" value to be accessed in application controller in variable "selObj".
In this scenario how will we use event?
Thanks