Questions tagged [vtigercrm]

Vtiger CRM refers to both cloud and open source versions of the CRM application offered by the company Vtiger. Vtiger's open source CRM application was originally forked from SugarCRM with the intention of being a fully open source CRM application with comparable functionality to SugarCRM and Salesforce.com.

Vtiger CRM refers to both cloud and open source versions of the CRM application offered by the company Vtiger. Vtiger's open source CRM application was originally forked from SugarCRM with the intention of being a fully open source CRM application with comparable functionality to SugarCRM and Salesforce.com. It offers reporting, a customer portal and an Outlook plugin in its free edition, whereas those functions are in paid versions of the other CRM applications. Vtiger's cloud application was released in 2010, and offers added functionality such as a new interface, advanced reporting, and email campaigns.

205 questions
1
vote
2 answers

Vtiger6.4 workflow Every time record is modified not working?

I have vtiger6.4 installed and smtp configuration is also done.When I create a new lead it sends the mail.I have created a Workflow for lead and selected Every time the record is modified email should be send to the assigned to.But it is not…
zest
  • 111
  • 1
1
vote
1 answer

Vtiger CRM 6.4.0 - Issues when configuring Mail Manager

I am trying to setup an account on the Mail Manager using "Others" mail server but when i click on the button Save button on the Setting menu it seems that the details has been saved but if refresh the page, Vtiger ask me to configure mailbox…
PHP007
  • 11
  • 1
1
vote
1 answer

Vtiger Webservice throwing 406 Error

I am trying to call a vtiger webservice using PHP CURL like this. $selectQuery = urlencode("SELECT title,firstname,lastname FROM Contacts;"); $curl =…
Punit Gajjar
  • 4,937
  • 7
  • 35
  • 70
1
vote
1 answer

Add comments block to Campaign detail view vtigerCRM

I have recently enabled comments for the Campaign module, they work fine if you click comments on the right-hand menu, but I can't work out how to get the comments widget block to show within the detail view of the page. I have added the following…
DanBarber
  • 165
  • 3
  • 15
1
vote
1 answer

How to Submit File in Leads Document In Vtiger by Web Services in Laravel 5

I am Trying to Submit/Create new Leads[data] in Vtiger via Web service in Laravel 5. For that I use WSClient in Laravel. My Code is in Controller is : $url = http://xxxx.com; $config = [ 'auth' => [ 'username' =>…
Mojilo
  • 335
  • 1
  • 3
  • 7
1
vote
1 answer

Create user in vTiger 6 programmatically

I want to create user in vTiger programmatically and I need to understand what happens in the background when we add a user from UI. If I can understand the flow I can replicate it by writing the code. Or is there a API for it?
Parag Jadhav
  • 1,853
  • 2
  • 24
  • 41
1
vote
1 answer

How to add Email Tab on Vtiger Related list with Sales Order module

I need to add Email module tab on Sales Order module. I have added one columns on vtiger_relatedlists table. i got tab on salesorder module but when i am click on that link. no data is display. also i need to add Send Email Button on SalesOrder…
1
vote
1 answer

redirect the vtiger application to jsp application when user click logout link in vtiger

I need to change the logout href into mysite jsp application url. where i get this line in vtiger folder . I spent more than a hour not able to figure out can you please tell where should i get the file (view page source code).
JYoThI
  • 11,977
  • 1
  • 11
  • 26
1
vote
1 answer

how to make createdtime field in Vtiger CRM editable?

Does anyone know how to make createdtime field in Vtiger CRM editable so user can change createdtime field in user interface?
mlms133
  • 53
  • 6
1
vote
1 answer

how to add new field to vtiger_activity in vtiger crm

I want to add new field to vtiger_activity table in vtiger crm. I added the column in the table but now I am not getting place from where the insert function is called, and also how to add this new field to the column list through php code. thanks
user2310840
  • 139
  • 1
  • 4
  • 12
0
votes
1 answer

In vtiger 7, is it possible to create a new user using webservice

Not able to create User record while using Webservice I am try to use Vtiger webservice to create a new user. But when I fill in the field "roleid" it prompt me a error message. Error Message: Create failed: Permission to perform the operation is…
JoeNutz
  • 1
  • 1
0
votes
0 answers

How to change reply_to multiple email address in Vtiger 6.4 for all the outgoing mails via Mail Manager?

I want to use multiple email address like if I want email1 and email2 fields together in the replyto is it possible in Vtiger Thank you I tried $email1 = $currentUserModel->get('email1'); $email2 = $currentUserModel->get('email2'); $replyTo =…
0
votes
0 answers

Where parameter in vtiger.'query'

We are using vtiger cloud. To extract data from vtiger, we use Python >> WSClient library. The function is provided below. def vtiger(admin, key, table, project_id): ws = WSClient("https://URL.com") dest =…
0
votes
0 answers

Extract records from vTiger API

We use vTiger query Rest API to extract the ticket data to use it for reporting purposes - currently, we have 500,000+ tickets. Considering that one can extract 100 records per page, it takes hours to pull the entire dataset. What are we…
0
votes
0 answers

Getting "permission denied for name" while trying to access mailmanager from the Vtiger CRM UI

I am trying to access the Emails module from the CRM and whenever I try accessing the MailManager from the menu I get this error "Permission to perform the operation is denied for name: mailmanager". I looked up the problem and it usually surfaces…
Isu
  • 330
  • 1
  • 4
  • 16
1 2
3
13 14