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
MohandaasMohandaas 

Render page block section in standard detail page layout

I want to render a section in detail page layout based on a field. How can I accomplish this task?.

 

Appreciate your help.

WizradWizrad

Hack solution: Use AJAX in an VF page embedded into the standard page to perform the partial page rerender.

 

Better solution: Rebuild the page entirely with VF.