Reply To: How to reassing contacts to anonther user using a command in DB?

Front Page Forums CRM How to reassing contacts to anonther user using a command in DB? Reply To: How to reassing contacts to anonther user using a command in DB?

#9822
Shawon Chowdhury
Moderator

@gobejhu,

You can run an update query to assign one contact owner to all these contacts.

Here is the query snipset:
update wp_erp_peoplemeta set meta_value = 1 where meta_key = ‘contact_owner’
Note: meta_value=1 (user id of whom you want to make a contact owner).

Thanks 🙂

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We received your message

We will reach you with your email address soon. Thank you for the time!