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
The Ryan LarsonThe Ryan Larson 

Is it possible to pass Salesforce field values into iframe imbedded in VF page

I apologize in advance, I am very new at Apex development and am just starting out down the SFDC Dev path, however I do have quite a bit of coding background. My question is, I'm embedding an iframe into a VF page that will show an Account creation page from our own backend and if possible, I'd like to pass through a few field values from the Account Record that the VF page lives on (Account Name, Phone number, etc) to the backend site that the iframe is showing.

Is it possible to pass through these values and if so, how best to go about that in Apex? Thank you so much!
karthikeyan perumalkarthikeyan perumal
Hello, 
yes its possible with apex developement. 

NOTE  IMP: Actually Apex:iFrame in visualforce page stopped working since summer 15 release. 

try out some other option for Apex:Iframe here is the link. 

https://help.salesforce.com/articleView?id=000003366&type=1

Hope this will give you some idea about your developement  which one you need to use insted of iFrame.

Thanks
karthik