You need to sign in to do that
Don't have an account?

Visualforce page not rendering on standard layout in edit mode
I have a VF page that calls a controller extension...when I place the VF page on a standard page and layout, it appears when the standard page is in view mode. When the standard page goes to edit mode, the VF page section no longer renders.
I have tried exposing properties on the controller extension to set the "rendered" property of pageBlocks, but have not been successful.
Can someone explain the best way to show a VF page on a standard page when the standard page is in edit mode?
Thanks
All Answers
Hi
I ran into the same problem.
Does anyone know if this issue has been resolved in recent releases?
Thanks
Oded
Is there a reason as to why this isn't supported? I'm trying to create a type of calculator that CSRs will use while editing cases. To not be able to render in-line VF pages on a standard layout in edit mode is a serious short-coming. Any ideas as to when this will be resolved/added?