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
DevelopementDevelopement 

Save and Adding Child details

Hi,
I have created a 2 custom object with Master detail relationship. What I would like to do is:
WHen I create a record onParent object and save it.So after save it shoudl open a Child record page.

example: I have 2 objects Product and order. whenI ad product name and save , right fater save it should opena  Order page.

How can i do this?

Please help.

thanks,
Shruti
Ankit Gupta@ DeveloperAnkit Gupta@ Developer
Hi,

This is not possible through SFDC standard functionality.
You have to create Vf page. In which when you save the master object data after that re-render the popup code block.
DevelopementDevelopement
Hi Ankit,
Thanks for your reply!
but could you help me to write VF page?
thanks,
Shruti