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

How to duplicate and auto increment columns in sql?

I haven't been coding in ages so consider me a real basic user. I am implementing vtiger and trying to make it easier by playing directly with the database. Here is my issue : In my table vtiger_paiements I have 2 columns : paiements_tks_s1 and…
Florence S
  • 23
  • 5
1
vote
1 answer

How to Calculate in vTiger

I created a numeric commission field and a numeric total field (value of the product / commission) How can I do this calculation in the vTiger Builder Module? Thanks
1
vote
2 answers

Login failed using vtwsclib

I can't log in my app using vtwsclib library function doLogin(). I would like retrieve some data from crm via the web services but I keep getting "login failed" message. Beside that, I got no errors or warning from php. My system is a xampp…
Lex
  • 11
  • 1
1
vote
2 answers

Vtiger 7.2 query operations to REST API returning 500 errors

I've recently upgraded from Vtiger 6 to 7.2 (a clean installation) and all my requests to the REST API that use the query operation are no longer working. It doesn't matter which module the request is for e.g. Contacts, Leads, Accounts. All other…
RTF
  • 6,214
  • 12
  • 64
  • 132
1
vote
0 answers

How to use external email client in Vtiger?

I use vtiger 7.1 on my Linux server and I want to use my email client (Thunderbird) I removed check from Settings-> My Preference -> internal email composer But nothing happened... I still obtain the internal email composer of Vtiger.
MaxV
  • 588
  • 1
  • 4
  • 13
1
vote
1 answer

Where can I locate quick preview file or rather how to hide quick preview in vtiger crm 7.1.0?

I tried checking over the world of internet on how can I hide quick preview or edit the content of quick preview but to no luck I can't seem to find any answer nor a question about quick preview. Even I tried searching the files inside vtiger but…
Arel
  • 11
  • 2
1
vote
2 answers

SQL Query With Between ,AND & OR in Where Clauses Not Given Correct Answers

SELECT * FROM vtiger_crmentity where createdtime BETWEEN '2019-06-11 14:07:47' AND '2019-06-11 14:08:47' OR modifiedtime BETWEEN '2019-06-11 14:07:47' AND '2019-06-11 14:08:47' AND smownerid = '1' AND setype = 'Potentials' AND deleted…
1
vote
1 answer

Need for examples for the Vtiger "add_related" method

Please, give some invocation examples for the Vtiger "add_related" method. I'm trying to call it in this way: $result = $client->doInvoke('add_related', ['sourceRecordId' => '12x4', 'relatedRecordId' => '1x2', 'relationIdLabel' => 'Campaigns'],…
synack
  • 21
  • 4
1
vote
1 answer

Custom Field in Vtiger 7

Im trying to create a custom UIType and a followed this stack overflow without success, this is what i did: Step1: update "modules\Vtiger\models\Field.php" and add new UIType as 222 I added the new UIType as follow in Field.php into public function…
Edds
  • 11
  • 1
1
vote
2 answers

Vtiger - Get error ERR_TOO_MANY_REDIRECTS in https

I used CloudClare to provide https connection, It points the domain to my server. When I access through https, the browser says ERR_TOO_MANY_REDIRECTS. I already set the config as following: $dbconfigoption['ssl'] = true; $site_URL =…
Hieu Nguyen
  • 263
  • 2
  • 10
1
vote
1 answer

How to solve Vtiger error : "Duplicate Profile Exists" while changing profile privileges

While updating field level privileges for profile in Vtiger CRM configuration, I get an error message : Duplicate Profile Exists
Harshal Shah
  • 71
  • 1
  • 10
1
vote
1 answer

Vtiger API extendsession returning authentication required

I'm in the process of extending my Vtiger (V7) class to include all supported methods. I'm stuck on getting the extendsession call to work. According to the website I have to POST to: http://vtiger_url/webservice.php?operation=extendsession Every…
pritaeas
  • 2,073
  • 5
  • 34
  • 51
1
vote
1 answer

Vtiger + Xampp not working on other LAN systems (Working on Server/localhost)

My objective: Install & implement Vtiger (any version) with XAMPP/WAMP (does not matter) on the small & simple LAN (4 PC) Local Area Network: 4 Desktops (win 7) + Broadband router Progress so far: Successfully installed Vtiger 6.5.0 + XAMPP PHP…
Tushar
  • 19
  • 3
1
vote
0 answers

Log in with the MercadoLibre API without having to type user and password?

Is there any way to login with the MercadoLibre API without having to ask for user and password? I need to make a request that is of the form: https://auth.mercadolibre.com.uy?user="someone"&&password="secret" It's an example, it does not really…
cfrostte
  • 261
  • 1
  • 4
  • 12
1
vote
1 answer

Create To Do by code in vtiger crm

I am using vtiger crm version 6.4. We need to create some 'To Do' by custom workflow code. Now, the code we have, works for events, but not for ToDo. Can anyone Help me out with it? Added the code that is working for events. $activity =…
Abir Imtiaz
  • 33
  • 1
  • 10