You need to sign in to do that
Don't have an account?
teena jacob
how to pass the returned response values from apex to a lightning component.
Hi,
I need to pass the list of values that are getting as a response through API integration in an APEX controller to a lightning component.
Thanks
I need to pass the list of values that are getting as a response through API integration in an APEX controller to a lightning component.
Thanks
Let me check if it helps :
http://www.sfdcstuff.com/2017/06/how-to-fire-lightning-events-from-vf.html
Thank you,
All Answers
This may help you
https://blog.texei.com/lightning-components-auraenabled-method-parameters-whats-working-and-what-s-not-83c351356104
I need to pass value from the apex controller (server side) to Lightning component (client side).Is there any way to do the same!
Thanks
See below article
http://www.sfdcstuff.com/2017/07/firing-event-from-lightning-component.html
Thank you for the replay!
But the problem is : this blog is on " pass parameter from Lightning component by firing event from it and handling it in VF page and display the passed parameter in VF page. "
Actually what I need is :
Pass the value from apex class to lightning component, I'm passing inputs from the VF page and from that VF page it calls the apex class(API), the response getting from the class needs to pass to the lightning component.
Any help is greatly appreciated!
Thank you!
Let me check if it helps :
http://www.sfdcstuff.com/2017/06/how-to-fire-lightning-events-from-vf.html
Thank you,