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
RajnisfRajnisf 

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.
Suraj MakandarSuraj Makandar
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.