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
ravinvravinv 

Trigger to check and update contact fields on case object

Hi everyone,

 

I am very new in Apex trigger development and I need some help for a trigger to be created to check and update the Contact fields on the Case object based on a custom field I created; E_mail.

 

Basically, it's something like what happens via Email to Case, where SuppliedEmail is checked in Contacts and populates the Contact Fields in Case object. In my case here, I want E_mail to be used to check and update the Contact fields if available, else, do nothing.

 

Thanks a lot.