Skip to main content
Hi good people,

I'm building a Lightning Experience prototype for the desktop.

I have placed a Lightning component on the Opportunity detail page. This component will display the results of a server-side query that uses the Opportunity id (and other Opportunity data) as filters in the query.

The component is linked to an Apex class (controller="xxx") and implements force:recordTab.

How do I pass details of the Opportunity record through to the Apex class?

Thanks in advance!
6 answers
0/9000