Questions tagged [vtiger]

Vtiger is a PHP-based, open-source CRM application which forked off SugarCRM. Very suitable for small and medium enterprises, it uses the Smarty template engine. One can also import and export specific modules with or without customization.

Links

548 questions
2
votes
4 answers

How to modify admin password on vtiger?

I have to modify the password of an account on a vtiger crm. The problem is that I don't know the location of the database. Anyone know the path of the database containing the credential of the users?
Magic AndWebDev
  • 137
  • 1
  • 5
  • 16
2
votes
1 answer

alternative to openssl_encrypt

I'm using a CRM software called vTiger which uses the function openssl_encrypt. Unfortunately my hosting (Hostgator) doesn't support it on php 5.2.17. They do support it on php 5.3, but I can't use it as vTiger has a lot of deprecated…
Pablo Santamaria
  • 727
  • 1
  • 8
  • 20
2
votes
2 answers

vtiger customer portal 5.4.0 - Could not connect to server - XML error parsing SOAP payload: Not well-formed

If I try to login in the vtiger customer portal i get the error "Could not connect to server". I have installed vtiger 5.4.0 and vtiger customer portal 5.4.0. The machine is a Linux CentOS 6, php version 5.3.3. In the "vtiger_del\config.inc.php" i…
Cuarcuiu
  • 467
  • 1
  • 8
  • 20
2
votes
3 answers

vTiger webservice "ACCESS_DENIED : Permission to perform the operation is denied for id"

I want to add SalesOrder through vTiger webservice. I'm using for this vtwsclib. Here is the code:
Kamil Kwiecien
  • 51
  • 1
  • 10
2
votes
1 answer

vTiger - How to use module field in another module

I'm newbie in vtiger. I'm trying to insert the field "Service Name" from Services module in TroubleTicket module, but up to now I wasn't able to do it. Generally speaking, is it possible to insert a field in a Module from another module? If so, how…
rreto
  • 21
  • 1
  • 3
1
vote
2 answers

Which is more easier to customize and extend sugarcrm or Vtiger

I am working on a project and we need a support system like crm for own customers. Could you please help me which one should I choose My needs are 1. Can easily be accessed on mobile web 2. I can easily add my own extention 3. cutomize whole user…
Deepak
  • 370
  • 2
  • 4
  • 12
1
vote
2 answers

How to send email notification in vTiger?

I use vTiger for managing leads. When a new lead is assigned , I'd like to send auto email to the man whom the lead is assigned to. When any field in a given lead record is changed, I'd like to send him and to the record's owner another email…
Tamir Gefen
  • 1,128
  • 2
  • 18
  • 35
1
vote
2 answers

vTiger lead update

I have used vTiger WebForms module to insert new leads inside the vTiger system, now I need to perform an update for these leads - is there any to do this operation? I did not find any reference for this operation...
Broshi
  • 3,334
  • 5
  • 37
  • 52
1
vote
1 answer

Vtiger: I can't add a To Do event

If I got to calendar, click on To Do, then try to add an event, the form pops up, I fill it out, press save, but no Event gets added. In the SQL error log's I see an error like this: 2011-09-29 14:57:07 EDT ERROR: null value in column "visibility"…
zermy
  • 611
  • 1
  • 11
  • 25
1
vote
1 answer

How can i create DateTime field in Module (Vtlib Function) from my CRM vtiger 7

I hope all of you are doing well. How can i create DateTime field in Module (Vtlib Function) from my CRM vtiger 7.
1
vote
1 answer

How can i unset 1:M relationship between custom modules and Custom relationship ( ModComments ) using PHP Script (Vtlib Function) from my CRM vtiger 7

I hope all of you are doing well. I have created 1:M relationship between custom modules and Custom relationship used this script.we have run this script in root folder. 1:M relationship are working fine and relationship view also perfect. …
1
vote
3 answers

vTiger doesn't recognize any user

I having a problem using vTiger. Actually i had no problems but we had to format one of our servers and as the SQL has been backup'ed i had no worries about vTiger. Just got vTiger folder backup'ed too, but when i had my server back and put the…
JLFerrari
  • 155
  • 3
  • 16
1
vote
1 answer

vTiger Update an existing entry on the CRM object not working

So basically I need to use the update Rest API (Data objects operations) to update the fields in the vTiger CRM. but I am having this issue: Permission to perform the operation is denied for id update operation postman I am missing something? Can…
1
vote
1 answer

socket.io, vTiger, and csrf-magic.js. CORS issues

I'm attempting to create and add a socket.io module to my vTiger 7.0 so that I can update fields in real-time to multiple users. We are have issues with users changing fields that should be locked while our quality control is attempting to check the…
1
vote
2 answers

Vtiger Report generation failed! Too many tables; MySQL can only use 61 tables in a join

Hello I am usign VTiger CRM version 5.1 and when a user i trying to generate Report called "Last Month activities" in the result area only following error is given: Report generation failed! Too many tables; MySQL can only use 61 tables in a…
Bery
  • 1,094
  • 1
  • 10
  • 23