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
SteveSFDevSteveSFDev 

Triggers to update field values across objects

I noticed that a lot of the workflow rules in Salesforce will not allow one to update fields that belong to another to another object
 
How does one create a trigger that updates a fields in another objects
 
E.g  Update Account.CustomField = Opportunity.CustomField
 
This is fired off After the Opportunity.CustomField is updated.