You need to sign in to do that
Don't have an account?
Spring '15 Sidebar Visualforce
I'm trying to convert my HTML sidebar component to VisualForce, but having issues. The intent is to launch a report in the main-window with a single parameter in-tow. The report is opening inside the tiny component rather than in the main SF window - any ideas?
Original HTML Sidebar Component :
All help appreciated - thanks!
Pete
Original HTML Sidebar Component :
<form method="get" action="/00O30000003yO3T">Account #: <input name="pv0"><br><input value="Submit Query" type="submit"> </form>My VisualForce page attempt:
<apex:page > <form method="get" action="/00O30000003yO3T">Account #: <input name="pv0"/><br/><input value="Submit Query" type="submit"/> </form> </apex:page>Searching around, I tried tucking in a (target="_blank") clause, but that didn't help - I'm sure I'm not using it correctly :)
All help appreciated - thanks!
Pete
http://bobbuzzard.blogspot.co.uk/2011/05/refreshing-record-detail-from-embedded.html