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

Lightning component to update field on contact from custom object having NO relationship
Hi Guys,
My req is: I would like to create a component where standard object is updating field on contact with matching emails on contact.
They dont have any relationship.
Custom object: ABC
Fields:
Email
URL (more than 1 values)
Standard Object: Contact
Email:
URL (more than 1 values)
any help. thanks a lot.
My req is: I would like to create a component where standard object is updating field on contact with matching emails on contact.
They dont have any relationship.
Custom object: ABC
Fields:
URL (more than 1 values)
Standard Object: Contact
Email:
URL (more than 1 values)
any help. thanks a lot.
Hi Rajnisf You can write trigger on Custom object to achieve this. Trigger will search for matching contact records using email field and then you can perform required update.