-
Field value from custom object inside visualforce page
I have a custom object called Placement that has a custom field in it called URL.
I also created a visualforce page that displays an iframe. This page is displayed in my Portal as a child. I need to take the custom field, URL, from my parent object and display it as the src in my visualforce page.
<apex:page StandardController="Placement__c" sidebar="false">
<apex:iframe src="{!URL}"/>
</apex:page>This is not working.
-
This discussion was modified 8 years, 10 months ago by
Forcetalks.
-
This discussion was modified 8 years, 10 months ago by
Forcetalks.
-
This discussion was modified 8 years, 10 months ago by
Nitish.
-
This discussion was modified 8 years, 10 months ago by
Log In to reply.
Popular Salesforce Blogs

No Code Salesforce and Typeform Integration
Information gathering and sharing are made easy and interactive with Typeform. It is a web-based platform that enables you to build anything from apps to…

Salesforce Gearset Pipeline in 2024
In this article, I will tell you a bit about my experience with Gearset, one of the most popular Salesforce DevOps tools these days. It…

How Using Salesforce Chatter Can Serve a Business
Salesforce Chatter is an enterprise social network used in many companies for team engagement and collaboration. The platform came up as an extension to Salesforce1…
Popular Salesforce Videos
Salesforce Security and Sharing Model Demystified
The Salesforce Sharing and Security Model has undergone numerous enhancements and offers many features to help you configure it to meet the privacy requirements your…
Cross Component Communication with Custom Events | Salesforce Developer Quick Takes
In this Quick Take, we will learn how to take Custom Events and apply them to a common use case. We’re first going to take…
Salesforce App Builder Certification Questions Explained
CRM tools serve as the base for managing small and large-scale businesses, and Salesforce is among the best CRM tools in the industry. Therefore, Salesforce…