0
votes
0answers
14 views

How do I delete “Docs Wiki” from opentaps home page

I am trying to customize the Opentaps where i do not want to see "Docs Wiki" along with other 10 icons( Crm, Financial, purchasing, warehouse, party admin, catalog, Webtools .....etc). so i want to ...
0
votes
2answers
129 views

Setting attribute of type owner on microsoft CRM from java

Does anyone know the equivalent code in Java to fill in an attribute of the type owner? Owner owner = new Owner(); owner.type = EntityName.systemuser.ToString(); owner.Value = user.UserId; I've ...
2
votes
0answers
137 views

Microsoft CRM Java

Hi I'm trying to connect to crm online with my microsoft 365 login using java. I use the sample code given in java2crmcrud in crm sdk. I have replaced the [email protected], mypassword and ...
0
votes
1answer
80 views

LDAP Server Acting As CRM

I am currently working on development of a CRM product for my company. LDAP is used access information about: User information Contact information Network resources LDAP can be used to lookup: ...
2
votes
0answers
299 views

Java integration with CRM Dynamics 2011 problems

First time poster here! I am trying to consume the MS CRM dynamics web services via Java. I followed this tutorial here and managed to get that working. Currently I am trying to just add, edit, ...
0
votes
4answers
224 views

REST or SOAP call?

I have few calls made to a CRM application using http from my application. I need to know is it through SOAP or REST. Will I be able to know if it is through REST or SOAP using the url? Or is there a ...
0
votes
0answers
46 views

Custom call aplication in Android [closed]

I'm working on a CRM (Customer relationship management) application which is intended to replace the stock phone application (the one which shows an activity which allows the user to accept or turn ...
0
votes
1answer
377 views

Exception while creating custom object using Salesforce CRUD Metadata API

I am getting the following exception when I try to create a Custom Object in Salesforce, using CRUD Matadata API. com.sforce.ws.SoapFaultException: Must specify a ...
-3
votes
2answers
168 views

How to create android client for Microsoft CRM 4.0? [closed]

I would like to create simple android client to CRM. I would like to connect to CRM and download some data from it. My question is: is there a tutorial for it?
2
votes
1answer
271 views

Multitenant Java Open CRM

I'm searching for the best open source CRM based on Java that satisfies the following needs: Basic CRM features (leads, products, accounts..) Multitenant (single deployed EAR serve many customers) ...
0
votes
1answer
704 views

Dynamics CRM 2011 Online WebServices from Java

I'm trying to access MicroSoft Dynamic CRM 2011 online webservices from Java but no luck so far. I got Organization WSDL file and generated required java stub files with the help of Axis2 ...
5
votes
4answers
955 views

Is there any CRM based on an modern Java EE Stack (Spring/EJB, JPA)?

I have to build a special customized Customer Relation Ship Managment tool. There are only basic requirements (manage customers, add notes for them, attach an email,…) for the CMR, except the one, ...
6
votes
3answers
9k views

open Source CRM software written in Java [closed]

Can any one suggest me the best and reliable CRM Software which is Open Source written Java technologies. Before I posted this question i did some Search google and Stackoverflow, I am getting the ...
0
votes
1answer
164 views

Create a custom history entity for multiple entities

I am wanting to create a custom history entity that will hold inactive records from another entity but am wanting to achieve this on 3 different entities. Is it possible to create an entity that say ...
5
votes
2answers
198 views

Filesystem-based web content

I plan to pull my Java web apps's content from a filesystem, for the sake of simplicity of editing. These files will be most probably only a text in a simple markup like JTexy or Markdown. What I ...
2
votes
2answers
1k views

Unable to Create New Incidents in Dynamics CRM with Java and Axis2

So I've been working on trying to figure this out, oddly when I ran it one machine I got a generic Axis Fault with no description, but now on another machine I'm getting a different error message, but ...
1
vote
0answers
553 views

Siebel integration with Java [closed]

I have applied for a position in a company that works with siebel CRM and its integration with Java. I wanted to known certain things about this position from people who might have worked in this ...