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
Rogerio Lara 2028Rogerio Lara 2028 

Add a Visualforce Page/Component inline on "Edit" page.

Hi developers out there! I need help please;-)

My manager's requests are coming faster than my time to learn visualforce, and I am slowly making progress (more like a snail).

Well, I've built 2 custom objects that are related to each other (parent and child). I need the existing related list (child) to be added as a component in the Parent object layout, so that when I am editing the parent record page, I will, at the same time, be able to view and edit the child as well.

Parent: Strategic Client Opportunity Plan 
Child: Buying Influence

objects

I would appreciate any guidance that will help me develop this visualforce. I know that is possible, because I have seen it, but I don't where to start. I am stuck. :-(

Thank you,

Rog
SalesFORCE_enFORCErSalesFORCE_enFORCEr
You cannot add an inline vf page on Edit view of a standard object record. You have to override the complete page with a vf page.
Rogerio Lara 2028Rogerio Lara 2028
Thank you.
Rog