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

How to only get the sign link using Docusign?

I am currently working on a module for vtiger CRM where a user can sign a .PDF document using the Docusign API. The problem I have is that I can only send an email which looks like this: What I want is to only get an email with the security code,…
Tom
  • 606
  • 7
  • 28
2
votes
1 answer

How can I remove ellipsis from Vtiger 6.3 text?

I am using Vtiger 6.3. I need to remove the ellipsis from the organization (контрагент) text field and render the full name of organization. Please see the screenshot below. [ I found a CSS file and commented out all styles but the dots are still…
LewisNoire
  • 21
  • 1
2
votes
3 answers

Update and Save a record programmatically in vTiger

Currently I'm trying to change the 'Assigned To' user for a lead to the current user whenever a user enters the lead details screen. I have the following code: function checkPermission(Vtiger_Request $request) { $moduleName =…
Need A Hand
  • 577
  • 1
  • 6
  • 17
2
votes
1 answer

illegal request error, while connecting vtiger crm with IP:PORT on other computer

I am using Vtiger CRM on localhost and for single machine only, This time when i tried to connect Vtiger on other computer through http://ipaddress_of_1st_machine:8888 then getting "Illegal Request Error". When i am clicking on "GO BACK" option…
Satish Shihani
  • 469
  • 3
  • 17
2
votes
3 answers

Vtiger error message "Sorry! Attempt to access restricted file." and illegal request

I am trying to migrate from one server with vTiger 6.0 to a new server with vtiger 6.2. I complete the installation and also i move the database from the old server and no problems in those parts. The errors come when i try to login, if i try to…
FranGil
  • 105
  • 1
  • 3
  • 9
2
votes
2 answers

VTiger: Workflow - Invoke Custom Function

I'm trying to setup workflow in vtiger that export invoice to pdf once the invoice has certain status. To do it, I was thinking of using the "Invoke Custom Function". There is a documentation on it, but it is not clear, like: where/which file to…
shinega
  • 113
  • 1
  • 4
  • 13
2
votes
1 answer

vtigercrm installation issue

I have already installed php5, php5-curl, php5-mysqli by sudo apt-get install command. and have php version PHP 5.5.23. But at the time of vtigercrm installation present PHP value show No. PHP Configuration This did not resolve the issue - any…
Navneet
  • 347
  • 1
  • 10
2
votes
3 answers

Vtiger login error in version 6.10

I am using vtiger CRM 6.1.0 and installed it correctly But after login i am getting this error {"success":false,"error":{"code":"Illegal request","message":"Illegal request"}} How to resolve this error as i did not get any solutions from their…
Srinath Naidu
  • 137
  • 2
  • 11
2
votes
1 answer

Vtiger adb array select statement

$sql = "SELECT * FROM vtiger_account inner join vtiger_troubletickets on vtiger_troubletickets.parent_id = vtiger_account.accountid where vtiger_troubletickets.ticketid=?"; $result = $adb->pquery($sql, array($recordId)); $customername =…
Draco
  • 118
  • 2
  • 11
2
votes
1 answer

Adding filter in a related module field in vtiger 6.0

First,I am creating a module that has two fields (example: Name, Type). After that i created another module where there is a related module field(the first module that i've created).Now my problem is, I want to add filter in the related module field…
Hope
  • 644
  • 2
  • 6
  • 21
2
votes
1 answer

Adding/uploading a file via vtiger 5.4 webservice

I'm trying to create a document with an attached filed via the vtiger 5.4 webservice. Creating a document is straight-forward enough, but I'm not clear on the procedure to add the file. It seems like a two step process: Upload the file Reference…
sdragnev
  • 468
  • 3
  • 10
2
votes
3 answers

Cannot login to Vtiger api with Node.js

I'm trying to get a session token to access Vtiger's REST api. I first get the challenge token using my username: var USERNAME = "Josh"; var ACCESS_KEY = "DZsAkVoTeoajNCRD"; var DEFAULT_PATH = "/crm/webservice.php?"; var DEFAULT_HEADERS = { …
Josh Elias
  • 3,250
  • 7
  • 42
  • 73
2
votes
1 answer

How to communicate Vtiger 6 and the webservices

is there any webservice lib for the 6.0.0 version ? like the the vtiger Web services Client library vtwsclib-1.4 ? does that works on version 6.0.0 too
user3347424
  • 21
  • 1
  • 3
2
votes
2 answers

How to remove header part (company details) from 2nd page of Quotes in vtiger 5.4.0

im using vtiger crm 5.4.0..its awesome.. but i have 1 problem, regarding to Quotes Module, Invoice Module and other module which Generate PDF for print. If that generated Quotes is of 3-4 pages then how to remove/hide Header part like Compny…
user2663434
2
votes
2 answers

Use Trigger to copy data from a table to another (VTiger)

I'm sorry for such a newbie question, but I have two tables: vtiger_assets +-----------+---------+------+-----+---------+----------------+ | assetid | account | Stat | Key | Default | assetname …
1 2
3
36 37