function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Larry WeiburgLarry Weiburg 

Lightning Component: Passing parameters to embedded Visualforce Page?

Hello everyone,

I was wondering if it was possible for a lightning component to pass parameters to an embedded visualforce page? The need is that the lightning component, on a lightning community page, will dynamically display the visualforce page after a user-triggered callout, but the results need to be passed in from the callout. 
Best Answer chosen by Larry Weiburg
AbhishekAbhishek (Salesforce Developers) 
Hi Larry,

Try this,

https://unofficialsf.com/load-a-visualforce-page-with-parameters-in-lightning/

Thanks.

All Answers

AbhishekAbhishek (Salesforce Developers) 
Hi Larry,

Try this,

https://unofficialsf.com/load-a-visualforce-page-with-parameters-in-lightning/

Thanks.
This was selected as the best answer
Larry WeiburgLarry Weiburg
Hi Abhishek,

From that link it seems like they're redirecting to a VFP and then returning after the user is done. Is there a way to do it with an embedded VFP?
AbhishekAbhishek (Salesforce Developers) 
Larry Even I also have tried but no luck.

I suspect not possible.