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
b-Forceb-Force 

Overiding related list with custom VF page in Standard page Layout

Hi,

 

I am using lead Standard page layout,

 

Lead record has a Activity History as related List,

 

Now I  want to insert my visual force page in place of related list , Is it possible??

 

In Simple words "Overiding related list with custom VF page in Standard page Layout"

 

Thanks In Advance,

Bala

kum09kum09

Hi,

 

I dont think that you can override related list with a Visualforce Page, but what  you can do is, Create a new section in Lead Page Layout and drag your VF Page in that Section.

 

Note: To do this you should have Standard Controller of Lead in your VF Page.

 

Regards,

Ckumar

 

_Prasu__Prasu_

It is not be possible to override only a related list of the object with a another VF Page. You can override a complete parent object view,edit layout with the custom Salesforce Page.

kum09kum09

Yes we can create a full VF page for Parent Object but what about the relationship with Lead. Unless we dont have any relation with the Lead we can't create the related list.

 

But if you have a button which will trigger your VF page on your related list than it will definitely work, but then you need to make it a list Button, or you can override New Button or whatever your functionality is.

 

Regards,

Ckumar

 

b-Forceb-Force

I want something like ,

 

My page should appear after Lead records

means along with  related list records ....

It looks that its not possible

 

Thanks,

Bala

kum09kum09

Yup, i dont think that can be done .

 

Still I will search more and let you know if some other updates I will find.

 

Regards,

Ckumar

_Prasu__Prasu_

Did you tried inline VF Page? will that help you?

 

Thanks,