You need to sign in to do that
Don't have an account?

Trigger on User to Update that User's Contacts
Use Case: if certain field values on a User record changes, I want that change to appear in corresponding fields on all the Contact records that this user owns.
I figure I need to create this trigger on the User object, but how do I call that User's Contact records to update their values?
I figure I need to create this trigger on the User object, but how do I call that User's Contact records to update their values?
Apex Class for both update and create: Trigger