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.
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…
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
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…
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…
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.
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…
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…
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'],…
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…
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 =…
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…
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…
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…
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 =…