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
krish4ukrish4u 

Rollup Summary

Hi folks,

 

I created two custom objects and established master relationship between them. when i create a parent record automatically child record also want create with same vales of parent record in related list.Is it possible using standard functionality with out writing controls............Is it possible using rollup summary?????????

 

 

thanks,

krish.

sales4cesales4ce

You cannot do this with standard functionality. Rollup summary typically sits on parent record and aggregates all child specific field information on to the parent 

 

for example: everytime you create a New parent record, if you want to create a child or Multiple children record write a trigger on the parent object.

 

Hope this helps!

 

Sales4ce

S PraveenS Praveen

Hi

 

It is possible by writing trigger, that u should write trigger on parent object.

 

 

 

Regards

Praveen Sappati