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

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
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
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
I want to display like this in StandardPagelayout
Items(MainSection)
|
| ------SubSection
| Fields
|
|-----SubSection
Fields