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

Need to display Subject (Mail subject) - Vtiger CRM

I need to display Mail subject in Related tab Grid of Lead module I have checked getRelationQuery() function in that I got a subject, but while on the EmailRelatedlist.tpl file, the subject data is not displayed. How we can display the Subject on…
0
votes
1 answer

Modify List View Query of Helpdesk module

I am using vTiger 6.4 and trying to modify list view query of help desk module. I have tried by modifying the function getListQuery() from \include\utils\ListViewUtils.php but no effect if i changed anything from it. If anyone knows the file path to…
Sachin I
  • 1,500
  • 3
  • 10
  • 29
0
votes
0 answers

how to redirect jsp application to php application vtiger without login page like sso

Actually I am trying to login the vtigerapplication without login page. so i am redirecting my jsp application to following php application url. it throws the following error. {"success":false,"error":{"code":"Illegal request","message":"Illegal…
JYoThI
  • 11,977
  • 1
  • 11
  • 26
0
votes
1 answer

V-Tiger 6 How to make a Pick List with Database value

I am very new V-Tiger CRM. What I would like to achieve is.I have a custom picklist in Create Vendor form. I know I can populate it by adding PickList Values. But I would like to fetch the Nationality from my custom database table . My Nationality…
Arun
  • 3
  • 4
0
votes
1 answer

how to create custom module for creating role programmatically in vtiger

I am new to Vtiger CRM and I have searched a lot to find how to create a custom module in Vtiger CRM for adding user role.
0
votes
1 answer

How to extend Vtiger 6 inactivity time

I am using vtiger6, actually I want to extend the login session of users. I have change the below parameter value at below location. See my code Path: include/webservices/sessionmanager.php change $maxwebservicesessionidletime = 1800; I have…
Raghbendra Nayak
  • 1,606
  • 3
  • 22
  • 47
0
votes
0 answers

Different VTiger Opportunity Types

Can Vtiger be customized/configured to support different opportunity types? For example, our company is a SAAS company that also provides training. That means we have 3 distinctly different opportunity types that we need to track: New Sales: These…
MSquared
  • 322
  • 3
  • 15
0
votes
2 answers

vTiger Contacts - Change Default View

Is it possible to change the default view when a user selects a Contact from the system to display their info? By default the 'Contact Summary' is displayed whereas I'd like to display the 'Contact Details' as seen when the user clicks on Contact…
harp
  • 129
  • 1
  • 14
0
votes
1 answer

how to disable vtigercrm combo/select/picklist?

i have a vtigercrm module that has a picklist field, I need it to be showed on edit view but not to be edited, is there a way to disable it? I was thinking about using disabled or readonly prop
Manolo
  • 125
  • 2
  • 10
0
votes
1 answer

How to access values inside sub class object?

I have sub class and i want access value, but I do not know how and I am a beginner in php programming. code in php : function initDisplay($parent) { // $parent type Vtiger_PDF_Generator $pdf = $parent->getPDF(); $contentFrame =…
arifai
  • 1
  • 1
0
votes
4 answers

trouble installing vtiger crm 6.4.0 on xampp

I have downloaded Vtiger CRM from https://sourceforge.net/projects/vtigercrm. After downloading, I tried to install in my localhost XAMPP server. I extracted the tar.gz file. I couldn't find any database file inside the folder While I ran the…
0
votes
1 answer

Vtiger +FreePBX : Call Status is not updated after call hang-up

I've integrated FreePBX with Vtiger (PBXManager),I've used this steps for integration https://wiki.vtiger.com/vtiger6/index.php/Asterisk_Integration In my setup FreePBX and Vtiger both are on different server. Calls are working fine but call status…
Juned
  • 6,290
  • 7
  • 45
  • 93
0
votes
1 answer

Login vTigerCRM via User Name & Password

According to the REST API documentation of vTigerCRM, its API only supports login with user name & access key. Since vTigerCRM is based on SugarCRM, and API of SugarCRM allows user name & password to login, is there any chance that vTigerCRM can…
Raptor
  • 53,206
  • 45
  • 230
  • 366
-1
votes
1 answer

How can i increase text length limit of Document title using PHP Script (Vtlib Function) from my CRM vtiger 7

How can i increase text length limit of Document title using PHP Script (Vt-lib Function) from my vtiger7
-1
votes
1 answer

How to make vtiger CRM RTL (Right to left) on changes of language like arabic etc?

i am new to vtiger CRM. I want to make crm RTL on the basis of the language selection using code.
1 2 3
13
14