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
1 answer

Custom Field is not inserting data to the database in vtiger

I have created a custom field. $field4 = new Vtiger_Field(); $field4->name = 'PriceBook'; $field4->label= 'Price Book'; $field4->table = 'vtiger_account'; $field4->column = 'pricebook_id'; $field4->columntype =…
Gaurav
  • 21
  • 7
0
votes
1 answer

In Vtiger7 what is the location of edit.js file of vtigercrm/index.php?module=Leads&view=Edit

I am new in Vtiger. I want to Set Designation to Lead Source (Dropdown list) .selected Value. But i can not find edit.js file in this path layout>v7>modules>leads>resources>??? here only Details.js available. I have open…
0
votes
1 answer

vtiger 7 related module quick create autofill

I've created a custom module and related it to vtiger organizations module. The custom module has an uitype10 attribute to link the record to the organization. Everything works except that the organization name field in the quick create form of my…
Lounik
  • 1
  • 3
0
votes
1 answer

Unable to get expected design for header

In short, my question is, how to get this output: Let me tell what I have tried so far, I had copied html like in this way: Html I got:
0
votes
1 answer

display custom pop-up in vtiger crm

I want to Display a pop-up box when a user opens a contact whose first name is a palindrome and whose last name is a semordnilap in vtiger crm .
0
votes
1 answer

Vtiger. API create PurchaseOrder

There is a problem over which I am puzzling for the second day. $purchaseOrders = new PurchaseOrder(); $lists = new…
Denis Maksiura
  • 135
  • 1
  • 7
0
votes
1 answer

VtigerAsteriskConnector, incoming AGI failed 'Premature end of file'

Appreciate your support in integrating vtiger asterisk connector (no incoming call popup nor click-to-call) with Elastix 4 (Asterisk 11.20), vtiger 7.1, and java version: java version "10.0.1" 2018-04-17 Java(TM) SE Runtime Environment 18.3 (build…
abdo
  • 1
  • 1
0
votes
1 answer

Moving Field from One Module to Another Vtiger

I have a custom field in custom module (A) and i want to move this field to custom module (B) as we are not going to use module (A) anymore. Is that possible to achieve?
0
votes
0 answers

vTiger relationship between two custom modules not saving field data

I created a relationship between two custom modules using the VGS Global Related Fields extension (https://www.vgsglobal.com/blog/vtiger-related-fields/). The relationship, list and field were created but I can't enter any data manually or using the…
0
votes
1 answer

Git status not showing my PHP CodeSniffer auto code correction

I am new to PHP CodeSniffer, I have git pulled PHP CodeSniffer in my Mac Machine and kept in /var/www/PHP_CodeSniffer and I have my source code in /var/www/Project1. I have git in /var/www/Project1 and is now pointing to a branch CodeCorrection When…
Vijayanand Premnath
  • 3,415
  • 4
  • 25
  • 42
0
votes
3 answers

Hide a field on changing of Ticket Status in Vtiger

Hi I want to Hide Some Fields like Ticket solution when Ticket Status is changed to open. How to do it ?
John Doe
  • 35
  • 4
0
votes
0 answers

vtiger7 master-details module

Hello I need to create a new module in vtger 7 that will be used to register some information similar as an Invoice but without product's price. This module will have a master block when you can choose the customer, date ect... and a details…
0
votes
2 answers

Mail Not Working in vtiger 7.1.0

I have created a workflow for sending a mail while a new ticket is created. I have configured server my Outgoing Server & while creating a new ticket new entries were inserted in com_vtiger_workflowtask_queue table; but mail were not sent to the…
John Doe
  • 35
  • 4
0
votes
2 answers

"Failed Invalid File provided for module import! Try Again."

I've downloaded an Example module HelloWorld from forum Vtiger CRM , import it in module designer and have modified it and export it. When i try to install my new module in file Zip i see the below message! and I using Vtiger CRM in my…
Huunhat
  • 1
  • 1
0
votes
3 answers

vTiger CRM 6: Local setup works on /var/www but not on different partition. Why?

I have first got cloneed vtiger at different partition which is mounted at /data/and checked out to 6.5.0 Installed php5.6 and necessary plugins(don't suggest installing php7.x I cannot) from ondrej launchpad. Created a VHost in…
Aritra Chakraborty
  • 12,123
  • 3
  • 26
  • 35