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
0 answers

Get calculated values based on the values in different custom values

I am using vtiger 7.2 to create an Inventory management. I have created 4 custom modules called Purchase, Sale, Disbursement, Returns. I have created a field called Available Units of the product in each module. Based on the Product I select when…
0
votes
0 answers

Vtiger CRM extensions and add-ons

I need to install certain extensions on my local system and get access to additional options in existing modules. Initially when it was installed on a linux system server, I had to install an ioncube loader in the setup in order to get these…
0
votes
0 answers

how to search for contact via URL path or query parameter?

I require to search for: contacts organization via path or query parameter like: ?name=john ?phonenum=0012345678 ?name=john&phonenum=0012345678 in any case I would like to vizualize first the results if multiple hits found. On unique hit to…
cilap
  • 2,215
  • 1
  • 25
  • 51
0
votes
2 answers

Create record in custom module and will automatically create new event record that will display in calendar vtiger crm

Did anyone try this? I have a custom module I created a field next visit, I want to make an event after saving my record in my custom module based on next visit field date. here's the following code tried. public function process(Vtiger_Request…
Mart-ASE
  • 1
  • 1
0
votes
1 answer

How can i Delete/ remove 1:1 relationship between custom modules and Custom related module using PHP Script (Vtlib Function) from my CRM vtiger 7

I hope all of you are doing well. I have created 1:1 relationship between custom modules and Custom related modules. 1:1 relationship are working fine and relationship view also perfect. But I want to update related module. If i add new modules in…
0
votes
1 answer

VTigerCRM 7.3 (opensource) Clear the user access log

My user access log (/logs/access_ssl_log.processed) is 1.5GB and I would like to clear it down to start a fresh to reduce the size. Can anyone advise how I clear the content within, I don't seem to be able to find any settings for this?
0
votes
1 answer

After upgrading vtiger 7.2, list pagination goes under Customize button

after upgrading from vtiger crm 7.2 to 7.3 or 7.4 I have problem with list pagination block. It goes under "customize" button.If i change the size of window , somewhere ican see it but this time losing the "more" button on the left. Thanks for…
0
votes
1 answer

Vtiger CRM I want delete cerated custom block & custom field

I created new block and add new fields in that block. Now i want to delete that block and fields of that block. below code i used to create block and fields. // Create Block instance $servicesModule =…
0
votes
2 answers

How can i unregisterHandler (BeforeSave and AfterSave) using PHP Script (Vtlib Function) from my CRM vtiger 7

I hope all of you are doing well. I have Register Handler(Before Save and After Save) used this script.we have run this script in Modules/CustomExtension/CustomExtension.php. Handler register are working fine and create Handler table also perfect. …
0
votes
1 answer

How can i unset 1:M relationship between custom modules & Custom relationship (Calendar ( Activities ) using PHP Script (Vtlib Function) from vtiger7

I hope all of you are doing well. I have created 1:M relationship between custom modules and Custom relationship used this script.we have run this script in root folder. 1:M relationship are working fine and relationship view also perfect. …
0
votes
1 answer

Regenerate user_privileges files

I'm on a vtiger 7.3, and I was wondering if the sharing_privileges_* and user_privileges_* files can be regenerated from the database. I've read that if you re-assign a role to a user the files will be regenerated. But I tried deleting both…
psauleda
  • 60
  • 5
0
votes
1 answer

How can i unset 1:M relationship between custom modules and Custom relationship using PHP Script (Vtlib Function) from my CRM vtiger 7

I hope all of you are doing well. I have created 1:M relationship between custom modules and Custom relationship used this script.we have run this script in root folder. 1:M relationship are working fine and relationship view also…
0
votes
1 answer

Nested condition is not working in Vtiger Rest Query API

I'm trying to work with Query API to get matched results set from Vtiger. This API works fine with normal queries (without multiple AND/ OR conditions) like: working_query = SELECT * FROM Leads WHERE id = 10x2482688 AND designation = 'SalesMan'…
Paresh
  • 3
  • 2
0
votes
2 answers

UPDATE and REVISE rest api is not working in vTiger CRM cloud service

So basically I need to use the update/revise Rest API to update the fields in the vTiger CRM. But when I am using the rest API (link : https://help.vtiger.com/article/147111249-Rest-API-Manual) to update the fields, I am getting the error as "400…
Harsh Patel
  • 199
  • 1
  • 2
  • 15
0
votes
2 answers

How to find the record_Id((module-type-id and module-record-id) separated by (x)) for REST API in vTiger CRM

So I want to use REST API for vTiger CRM. In that particular, I need to use the retrieve API to get the data of the deal. So I need to mention the record_id, and then I can't find the record_id. In the documentation, it is written that the record id…
Harsh Patel
  • 199
  • 1
  • 2
  • 15