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
Kunal Purohit 4Kunal Purohit 4 

How to populate/Inherit field values in child record from Parent record.?

Hi,
I am having one Object named Product_Complaint__c having self lookup relation named Parent_Product_Complaint__c. Now whenever user click on New button in related List, All the field values of parent record must populate in Child Record. (before clikcing on Save button). How to achieve this functionality?

I don't want to create formula fields as fields are already available in child record.

 

SubratSubrat (Salesforce Developers) 
Hello Kunal ,

Greetings!

Please go through the below link which might help you in your requirement.

https://salesforce.stackexchange.com/questions/192746/how-to-auto-populate-a-new-child-records-lookup-field-with-a-parents-field-whi

Kindly mark it as best answer if it helps so that it can help others in the future.

Thank you.