00 Day
00 Hour
00 Min
00 Sec

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

Home 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 query

We will reply to you very soon :)