Skip to content

Instantly share code, notes, and snippets.

@stomita
Created December 25, 2013 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stomita/8121114 to your computer and use it in GitHub Desktop.
Save stomita/8121114 to your computer and use it in GitHub Desktop.
VF page to embed in Opportunity detail page.
<apex:page standardController="Opportunity">
<apex:iframe frameborder="false" width="100%" height="200" scrolling="true"
src="/idp/login?app=0spi0000000Kyou" />
<script>
window.recordId = '{!id}';
</script>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment