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
venkatsforcevenkatsforce 

Add a Subsection for Section in PageLayout

Hi

 

    I want to add a subsection for section in a pagelayout?Is this possible to use Visuaforcepage items inside the layout with subsections....Any examples..............

 

 

Thanks

============.

VenkatSforce

hitesh90hitesh90

Yes,

 

you can add inline visualforce page in any object standard layout using standardController.

 

Visualfprce Page:

<apex:page standardController="YourSObjectName">
</apex:page>

 

Now using Edit Layout you can add this VF page inside the layout with subsections

 

important :
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.

 

Thanks,

Hitesh Patel

 

 

Bhawani SharmaBhawani Sharma
Definitely you can do that. You can set your VF page under a Section. Anyway, what actually you want to do ?
venkatsforcevenkatsforce

Hi TechForce

 

            we have to use Visualforcepage and display some subsections....and my doubt is using pagelayout it is possible to do that Subsections in any ways........any tricks....

 

 

 

Thanks

=========

VenkatSforce

Bhawani SharmaBhawani Sharma
What information you want to display in these subsection ? Just trying to understand the requirement.
venkatsforcevenkatsforce

I want to display like this in StandardPagelayout

 

  Items(MainSection)

  |

  | ------SubSection

  |        Fields

  |

  |-----SubSection

        Fields