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 was trying to install vtiger in my server for installing vtiger we need to enable imap
I tried to enable imap using php.ini by removing ; from extension=php_imap.dll but this does not work. Installing page still showing that imap is not enabled.…
I'm working on deploying a CRM in a University, the software to deploy has to be open source.
My research lead me to SugarCRM Community Edition, however, this edition lack of reporting and seems to be really hard to tailor to specific needs.
thus,…
I'm getting a weird error on my application.
I'm trying to retrieve an list of entity from database (MySQL) with session.createCriteria().list() but I'm getting this org.hibernate.WrongClassException.
I have looked up this error and I know what it…
I am new to Vtiger CRM and I have searched a lot to find how to create a custom module in Vtiger CRM with a table associated with it from scratch. I am not able to follow the documentation provided by Vtiger.
I have an instance of vTiger 6.4 installed on Hosted server and am having problems with the extensions marketplace.
I have a created an account, but when I try to log in, I get an error that says 'Unauthorised'.
I tried to login with Market Place…
I come from a .NET background and just learned Ruby On Rails. My company uses VTiger for Customer Relationship Management. I have no idea about PHP. I am a rails fan, instead of me learning PHP to work on VTiger, I am looking for a solution in…
Hi i'm working on consuming ws from a server and in my pc it works fine, but when I test the code con the server's networks it throws this error:
http error couldn't open socket connection to server nusoap error 13
I tried to test a ws with less…
I am developing an android app to create a new Quote in vTiger(ver 5.4) CRM server.
I was able to generate the new quote but the product_id and quantity that I sent for addition in quote details were not added in it. The other details are being…
How to create a custom module without using existing module designers or other same stuff. For example, I want to create a custom module that will save the name and last name of a certain person. Actually, I researched on the internet, and I didn't…
I am a newbie to VTiger, I am using the 5.2.0 version to try, learn implementing Issue Tracking.
Intro:
A client sends an email to say support@company.com, Mail Converter or Mail Scanner.. scans for the new email and if found creates a new…
Does any one know how to properly format the update query in vtiger to update a record under the Leads module?
I have been following this: http://community.vtiger.com/help/vtigercrm/developers/third-party-app-integration.html
and have been able to…
I am new in vtigercrm. I want need a custom operation to get all modules from vtiger_tab table by using webservice.
How do I Create a custom operation for Web service Vtiger CRM?
I am facing issue of automatic logging in to the Vtiger crm 6.2.0. When I am hitting the crm url, instead of asking for login it redirects to vtiger crm home page, without any authentication . AS per this post, there is no credentials configured in…
I'm using the vTiger web services to retreive an array of VtigerObjects containing my contacts using a query. I am following the instructions given here:
https://wiki.vtiger.com/index.php/Webservices_tutorials
So far I'm getting a challenge token…
I want to create a multitenet module for vtiger. I've searched in google,
but I don't get a clear idea.
Is it possible to create different database and same files for each user? How can I select different data bases? I want to create a registration…