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
Peter WinerPeter Winer 

Copy changes from one field to another?

Whenever a user makes changes to a Leads or Accounts record, I need to copy some of those changes to fields in a custom object.  Any ideas how I can do that?
DevAngelDevAngel

Hi Peter,

The way to do this is to have a server process (hosted by you) that polls to detect changes on the leads or accounts records and when changes are found, propagate those changes to the custom object.