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
haqhaq 

Create Child record after update

I have created one custom Object which is in master detail relation with Opportunity object(Master) and lookup reation with Opportunity product line , when ever the opportunity is Updated, Trigger should Create new record in the custom object  with the details of Product line .

atul_Bharmalatul_Bharmal

You can write a trigger on afterUpdate and create a new child when master is updated or created.

 

Hope This Helps....