All Questions
8 questions
-1
votes
1
answer
1k
views
Vtiger +FreePBX : Call Status is not updated after call hang-up
I've integrated FreePBX with Vtiger (PBXManager),I've used this steps for integration https://wiki.vtiger.com/vtiger6/index.php/Asterisk_Integration
In my setup FreePBX and Vtiger both are on ...
0
votes
1
answer
838
views
Vtiger CRM REST API using Spring RestTemplate
I am trying to create a Java wrapper for Vtiger REST API. I want to avoid the use of vtwsclib library because I could not find its Maven artifact. I want to use Spring RestTemplate. Actually, I don't ...
0
votes
2
answers
314
views
how to work with vtiger library java?
VTiger lib for java is not working properly, I used the documentation for vtwsclib.jar, and implemented the examples given in documentation but I always get false.
Is there an alternative way to use ...
1
vote
1
answer
169
views
Programmatic access to vTiger?
I'm about to start setting up programmatic access to vTiger 5 from a Java application, and I was looking for a client library that will interface with the REST API. The vtwsclib library seems to be ...
8
votes
3
answers
32k
views
Object with id was not of the specified subclass
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.
...
4
votes
4
answers
1k
views
Unable to add product details while creating new quote
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 ...
-1
votes
1
answer
488
views
Cannot connect to vtiger database
I am trying to implement vtiger's API to connect my android application to it's server. I have added the API to the libs folder and then compile the .jar file. I then use the documentation to connect ...
0
votes
0
answers
2k
views
Vtiger: "Permission to perform the operation is denied for id"
I am using Vwsclib (Java version) in order to use vtiger webservices. All works fine, queries, login...but I noticed that this library doesn't have a doUpdate() method, so instead I use doInvoke().
...