Skip to main content

I want to render a visualforce quote pdf in a  iframe inside of LWC component. I am facing issue in passing the record id to the vf page & render it in vf. What steps I have to take to resolve this issue ?  @Sebastian Gozdur @* Salesforce Developers *  #LWC

this is the code iframe I am using:

 

<iframe src="/apex/newquote?'+'quoteid='+{recordId}" height="100%" width="100%"></ifra

 

me>

2 respuestas
0/9000