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
bhanu_prakashbhanu_prakash 

update user id on lookup

Hi,

I am trying to update user id on a lookup field
Partner__c (object)
Partner
Name
Email 
Contact  (lookup to contact object)
User       (lookup to user object)
Contact (Object) (There is no relation ship between user and contact )
Name
Email
User(Object)
Username
email
id

If contact lookup on partner object needs (verify contact email and user email id is same)update user id on user lookup field on contact object.