Claim your Biolink Click Here
0 like 0 dislike
1.4k views

Hi,
I am trying to integrate vtiger crm 5.4 with vicidial server v2.4 When I go into the vicidial settings and click on "Click here to Synchronize users with Vtiger", it gives me the following error.
 


Connected successfully
GROUP- ADMIN: 5

GROUP- ADMIN: 5

GROUP- ADMIN: 5

Could not execute: Unknown column 'yahoo_id' in 'field list'
in Education & Reference by (1.6k points) | 1.4k views

2 Answers

0 like 0 dislike
This issue is because there is no field 'yahoo_id' in the table 'vtiger_users' in the vtiger database.
Add the column `yahoo_id` varchar(100) DEFAULT NULL
to the table and the issue will be resolved.

Hope this helps.
- Kunal
by
0 like 0 dislike

 Command:

alter table vtiger_users add yahoo_id varchar(100) DEFAULT NULL;

by

Related questions

0 like 0 dislike
1 answer
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Jul 16, 2014 in Education & Reference by Simmi (820 points) | 736 views
0 like 0 dislike
1 answer

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,310 questions
1,471 answers
569 comments
4,809 users