• kotakonda hari
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
Hi,

how to Rename Picklist values using metadata api?
Hi,
Can you please give one scenario on TestSetup?
Hello, 
I am attempting to embed salesforce in a compnay intranet. I have been hitting my head against the wall with visual force, so have thrown caution to the wind, and turned off click jack protection, and embedded salesforce in the portal via an iframe. 

The iframe only displays the salesforce window when I am logged into salesforce in another broswer window.  A soon as I log out, the iframe shows the white screen of death, and will not display. I have embedded the url to my profile.  If I embed the url to the salesforce log in, the same white screen appears.    

Does anyone have any ideas on how to solve this?

Thanks and appreciation.
Christian 
 
I can't quite find an error with my code. Someone suggested Salesforce doesn't allow Iframes anymore? Can anyone make any suggestinos or reccomendations to this code? I am just trying to get a VF page to display an Iframe of webcontent on the Account page layout. (Notice I have used a merge field to find the SRC of the website.)

<apex:page standardController="Account" sidebar="true" >
<apex:iframe frameborder="true" width="1000px" height="800px"
src="{!Account.urlfield__c}" scrolling="true"
id="EmployeeRefer"/>
</apex:page>