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
0
votes
3 answers

Error message when creating a contact in vtiger CRM

I try to add new contact into vtiger crm. But There is an Error message when creating a contact. {"success":false,"error":{"code":"Record you are trying to access is not found","message":"Record you are trying to access is not…
Sivabanu
  • 1
  • 3
0
votes
2 answers

How to create custom field in contact module in vtiger CRM

I did this code using the internet ,But it isn't working.I save this file in the root directory.i need to create a mandatory field and dropdown field in contact module.
Sivabanu
  • 1
  • 3
0
votes
1 answer

String Concatenation on vTiger field before save handler on Javascript (code inside)

in vtiger 6.5 i'm trying to achieve this: in the Contact Module, when the user inputs firstname, lastname and birthday, the js code should concatenate the 3 of them and put the result in the text field cf_1142. I put this code in…
Emmanuele
  • 7
  • 3
0
votes
0 answers

why vtiger create new .php file in user_privilege whenever we create new user in the system

I really want to know about this, let say i have around 10000 users in my company, that time it create 10000 php file in the user_privilege file. it adds lot of space in the server.
karthickeyan
  • 372
  • 2
  • 12
0
votes
1 answer

How to find vtiger customer port login code

In customer port has issue, google captcha working without fill, so I haven't able to find customer portal login file
Gurpreet Singh
  • 367
  • 2
  • 6
0
votes
1 answer

Error trying to import CSV in Leads Module in Vtiger CRM 7.0

We have in trouble trying to import CSV to leads module in CRM 7.0 where there is the message error saying " Unable to import more data in this batch. Please start a new import. " Any assistance and reply is greatly appreciated.
0
votes
1 answer

Project module, how to choose default "relatedto" field value

Good morning everyone, I would like a tip on a small detail of the Projects module that makes my work difficult. When a new project is created there is the possibility to relate it to either an organization or a contact,but in the field where it is…
Emmanuele
  • 7
  • 3
0
votes
0 answers

Event status bug: adding new values and modify it by widget (video inside)

I need some help with Vtiger. I noticed that changing the status of an event directly from the widget creates a bug on the event dates. I would like to have an event history in every opportunity, each hesitated quickly via the widget, but this bug…
Emmanuele
  • 7
  • 3
0
votes
0 answers

VirtualHost Apache2 seems ignored - only my local hosts file gets things working, despite DNS propagation

Newbie/wannabe/failing webmaster here...I have a Google VM Debian9 instance running Apache2. For the past few months, i had no domain name, so i faked one using a virtual host (crm.fake_example.com) since i was the only user. I added the IP and my…
0
votes
0 answers

Change duplicate handling of records

How can defaults of First Name and Last Name from Leads module duplicate handling "fields to be matched on" can be replaced with custom fields? I need to overwrite that default behavior so some records can be merged when my custom criteria matches
Santosh
  • 1
  • 1
0
votes
1 answer

How to increase the speed of vtigercrm Opportunity Module

I am currently developing vtigercrm 7.1.0 open source. Vtiger uses mysql for its database and the crm is spilt into multiple modules. The opportunity module is the heart of the crm and contains most of the system fields. As i have been working on…
RustyHamster
  • 359
  • 1
  • 5
  • 19
0
votes
1 answer

vtiger 6.4 vtwsclib doInvoke() custom webservice not working

I'm trying to call a custom webservice from an external php file but it's not working. In order to create the custom webservice I followed this post (How to Create custom operation for Webservice VtigerCRM?), so I first ran a query to add the new…
Lounik
  • 1
  • 3
0
votes
1 answer

Why I'am always getting "Duplicate Alert" error after doing update request?

I am writing Chrome Extension for Vtiger CRM. I need to create ability to add value for "Proposal text" field in the CRM on project page. Here is the docs: https://www.vtiger.com/docs/rest-api-for-vtiger#/Update How I do it: Get the project from…
0
votes
0 answers

Vtiger - Editing the Picklistutils.php script to select certain values for custom fields

I want to modify the sql statement that selects the picklist values for my custom field Modified the custom field table by adding a createdtime column and updated the values. I added custom code to the functions in the picklistutils.php: if…
0
votes
1 answer

Upgrading Apache, PHP and MySql in Vtiger 6.5 to migrate to Vtiger 7

I was using the vtiger 5.4 and gradually upgraded to 6.5. Now when I tried to upgrade to vtiger 7, its showing the blank page. My version is not matching with the pre-requisites. What I have the versions are as below: PHP Version:…
Sajeev
  • 401
  • 1
  • 4
  • 15