-
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 9 years, 9 months ago by
Forcetalks.
-
This discussion was modified 9 years, 9 months ago by
Forcetalks.
-
This discussion was modified 9 years, 9 months ago by
Nitish.
-
This discussion was modified 9 years, 9 months ago by
Log In to reply.
Popular Salesforce Blogs
How Various Industries benefit from Salesforce CPQ?
It doesn't matter what your business is about: you sell sports equipment or have a medical institution, the key point is that you do business,…
Salesforce Security using CRUD , FLS & Sharing Rules | Salesforce Guide
Salesforce is a cloud-based Customer Relationship Management (CRM) platform that allows businesses to manage their sales, marketing, and customer service activities in a more efficient…
Understanding Custom Metadata Types In Salesforce
Understanding Custom Metadata Types in Salesforce Custom Metadata Types in Salesforce are a powerful tool for storing and retrieving small amounts of configuration data within…
Popular Salesforce Videos
Tips on Lightning Combo Box, Events in Lightning App Builder, and More
Watch this video by Salesforce Developers to get the tips on Lightning Combo Box, Events in Lightning App Builder, and more. Watch and learn, do…
A Walkthrough of Visual Configuration
Whether you manufacture building, furniture, or industrial products, our product configurator guides your customers in making better purchase decisions. These 3D visualization technologies used in…
AMPscript DateTime Functions in Salesforce Marketing Cloud
Cameron Robert from Datarati demonstrates how to generate, format, and display Date & Time values using AMPscript in Salesforce Marketing Cloud. What you'll learn: »…