function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ecastilloecastillo 

Visualforce page not opening to full page from standard page layout section

We currently have a Visualforce page nested in a section of a standard page layout. The VF page lists records from a custom object, it has links such as Edit, Delete, Convert for each record. These links work fine when logged in SF as yourself, but when using the admin function to "Login As", the links open up a whole new SF FV page with in the section instead of navigating to the selected action. This is currently happening in all major browsers.... IE8,9, Fireforx, Chrome...

 

VF Page opens in Section

 

Is there an attribute we're missing so that these VF pages will work correctly when logged in as another user?

 

Note: we not only use the admin login feature for support, but for training and demos as well....

 

Thanks!

 

sivaextsivaext

Hi

 

  check your sharing settings, current logged user permissions.

 

i think you forgot to put showheader = false; and sidebar= false;