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
nodrogttamnodrogttam 

Field Update across standard and custom object

I need to update a custom field on a custom object whenever the same custom field on a standard object is updated.

Example:

Account Object- Custom Field(Manager)

Custom Object-Custom Field(Manager)

 

What would be the best way to have the Custom Field(Manager) updated with the same value as the Account Object- Custom Field(Manager)

Andy BoettcherAndy Boettcher

Right now - APEX Trigger.

 

If you want to wait for Spring '12, they have confirmed Cross-Object Workflow, which depending on your schema would do the job.  #safeharbor.

 

-Andy

Starz26Starz26

If they are related through a master-detail or lookup, a formula field would be best...