crm

Is there a simple way to "roll your own forms" for mysql in php, for example in jquery?

I've been googling around for a really simple way of making what is, in effect, nothing more than an enhanced phpMySql. In a mysql database, I have: Name, address, phone, website etc, plus 2 or 3 custom fields. This data is pulled out to make a website. All I want is to be able to make a freeform form, a bit like Access, but for the w...

Open Source ASP.NET Contact Management Application?

I'm considering building a Church Management System (ChMS), essentially a CRM, but specifically tailored for churches. I've looked at several existing CRM and open source ChMS solutions but have not been satisfied with any of them. Before I start writing something from the ground up - I was wondering if anyone was aware of an open source...

How to create master/detail view in Microsoft dynamic CRM 4.0?

Hi Can anybody please show me step by step how to create Master/Detail(Parent/Child) view in Microsoft Dynamic CRM 4.0? Thanks ...

How can I run an ASP.net 4.0 app in the ISV folder on CRM 4.0?

How can I run an ASP.net 4.0 app in the ISV folder on CRM 4.0? It works if I make the asp.net app target .net 2.0, but if I switch it to .net 4.0 I get 404.17's. Which imply that the script handler setting is missing from my web config, but isn't that built into the .net 4.0 runtime now? (hence it's removal from the web.config automat...

A CRM architecture (open source app)

Hi, I need to develop a CRM application, but I don't know how the architecture should be layed out. Can anyone point me to a high level or detailed outline of how such a project can be developed? ...

Integration of Magento with third party CRM, POS and ERP solutions

Hi there, First of all I would like to Thank the Varien Company for providing the best ecommerce solution and free community edition. I am very excited since i started knowing about magento. I am a web developer and very much interested. I have some concerns about the Integration of Magento with other CRM,ERP systems. How is it pos...

Complaint management system

HI everyone, I was asked to develop a complaint/suggestion management system, I was wondering if anybody has an idea about what features should be there, if there is an already made system that i can view its documentation to help that will be great Thanks ...

Can you write a single FetchXML query to get 1:many relationship?

Is it possible to write a single FetchXML query that gets a root entity and multiple children? All I've been able to do is 1:1. ...

magento integration with erp and crm

hi everyone iam having a question on magento and want the information on how to integrate Magento with ERP and CRM and which are erp's and crm's which is best integrated with Magento and how easy it is to do this integration. thankyou for your help in advance ...

Integrating Magento with a CRM software

Dear people, I am looking for the most suitable and easy to configure solution that would integrate Magento with a CRM. Which CRM is more suitable and compatible with Magento? Thanks in advance, ...

Creating 'connection string' in CRM SDK 4 programmatically.

Hi! I'm writing application, which connects to CRM using CRM SDK 4. In the first version, I've been using app.config file (section 'connectionStrings') <connectionStrings> <add name="mycrm" connectionString="Authentication Type=Integrated; Server=http://ServerName/OrganizationName;"/&gt; </connectionStrings> and (in code): DataCon...

Good way to allow people to select a lot of things?

I'm using jQuery, ASP.NET, SQL Server, and the other usual suspects to design a company CRM. After they put in contact info, notes, dates, places and so forth they have to be able to select many different people to be "CC'ed." A group of people will be required to be one either "CC'ed" or "ToDo." The rest of the people can be nothing or ...

Strange Behavior of Email Sending

Hi, I have configured outgoing server and using webmail link for sending emails in vtiger 5.1.0. Outgoing server settings are available to admin only and the settings are: server-mail.mydomain.com:26 username-account+mydomain.com password -******* authentication-yes When i login as admin and send email to a user it shows in sent f...

Database Changes in CRM 4.0

Hi, I have been told, roumerred, but can't find any documented evidence that it will invalidates your support contract with Microsoft Dynamics CRM 4.0 if you modify the database by scripting data into the database manually using TSQL. Can anyone help with a link or confirmation that this is true. Thanks in Advance Iain ...

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 I'm still stuck. Basically I'm just trying to do what I thought would be a fairly trivial task of creating a new incident in Microsoft Dyn...

MSCRM: How to create entities and set relations using the xRM linq provider

Do I need to save newly created crm entity instances before I can set relations to other crm entity instances? I'm facing the problem that after calling CrmDataContext.SaveChanges() the newly created entities are written to the database, but the relations between those newly created instances are missing in the database. What do I miss...

Query crashes MS Access

THE TASK: I am in the process of migrating a DB from MS Access to Maximizer. In order to do this I must take 64 tables in MS ACCESS and merge them into one. The output must be in the form of a TAB or CSV file. Which will then be imported into Maximizer. THE PROBLEM: Access is unable to perform a query that is so complex it seems, as it ...

Filesystem-based web content

Hi, 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 plan to implement is a tree-like structure keeping the content of the files. It should be cached and eventually should handle authorizati...

Updating entites in Dynamics CRM 4 through the CRM-webservice takes forever...

Im having some trouble with Dynamics CRM 4. Im trying to update prices and availability with the crm-service in a WPF-app but it takes forever. Up to half an hour with about 6000 products. Should it take so long? Can I do this in some other quicker way? QueryExpression query = new QueryExpression(); query.EntityName = EntityName.product...

Using Microsoft Dyanamics CRM as bug tracking software?

I'm working at a development shop that is using outdated bug tracking software. They're currently weighing in on alternatives to replace it. This software tracks our bugs, as well as tasks for new feature requests. We build a core application that we configure and support for a variety of clients. In this vein, we do have customer ser...