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

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
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
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.
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
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
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
Did you tried inline VF Page? will that help you?
Thanks,