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
Justin.WilliamsJustin.Williams 

Serching my code for an unwanted update.

I have an ETL that is loading in Leads.  They suddenly have been missing the email.  The IT developer has been passing emails to my leads but they haven't been loading.  With what i've looked into it seems that it is most likely a trigger or class that strips the email before insert. 

 

How can I serach my many triggers and classes to find the cuplrit?  any good tools or tricks out there other than going through them one by one?

sfdcfoxsfdcfox

Set the debug logs on your integration user, have a sample lead created through the integration, then check the debug logs; a quick scan for the word "email" should result in some insight.