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
Katelin JohnstonKatelin Johnston 

Update custom object status based on opp pipeline

Hello, I still getting comfortable with triggers and was wondering if anyone could help me with a trigger based on a customer object. I have a custom object for integrations and am looking for a trigger that updates the integration status based on the opportunity pipeline. 
Dev_AryaDev_Arya
Hi Katelin,

If I understood your question correctly, you want to update your custom object > Integration Status field when some change happens on the opportunity object or is it the other way around? The trigger will be based on the event which is causing the record to update. Also could you specify the relation between the Opportunity Object and your custom object.
FYI, One could also use process builder to update the child records which is way simpler. 

Cheers, Dev