| CRM has received a lot of negative publicity over the years because of the failure rate of CRM implementation projects. A recent Butler Group report found that 70 percent of CRM implementations fail. A Gartner study found that approximately 55 percent of all CRM projects failed to meet software customers’ expectations. In a Bain & Company survey of 451 senior executives, CRM ranked in the bottom three categories among 25 popular tools evaluated for customer satisfaction. |
| Reasons |
|
| Reference: |
| TOP 10 REASONS CRM PROJECTS FAIL |
| Why CRM Projects Fail |
Archive for June 13th, 2009
Why CRM Project Fails
Posted by nitindhawan on June 13, 2009
Posted in Why CRM project Fails | Tagged: Bain Reports, Butler Reports, Gartner Reports, Why CRM project Fails | 5 Comments »
MSCRM Form Types
Posted by nitindhawan on June 13, 2009
CRM Form Types
- Is the user creating a new record: crmForm.FormType == 1
- Is the user updating an existing record: crmForm.FormType ==2
- Is the user unable to update this record: crmForm.FormType == 3
- Is this record deactivated: crmForm.FormType == 4
- Is the user using the Quick Create form: crmForm.FormType == 5
- Is the user using the Bulk Edit form: crmForm.FormType == 6
- What is the unique ID for this record: crmForm.ObjectId
- What type of record is this: crmForm.ObjectTypeCode
- What type of record is this (Entity Name): crmForm.ObjectTypeName
- Is the user using the Outlook Client: crmForm.IsForOutlookClient==true
- Is the user using the Outlook Light Client: crmForm.IsForOutlookLightClient == true
- Is the user working On-line: crmForm.IsOnline==true
- Have any fields in this form been changed: crmForm.IsDirty==true
Posted in Code Gallery | Leave a Comment »
MSCRM 4.0 Entity Relationships
Posted by nitindhawan on June 13, 2009
MSCRM 4.0 Entity Relationships
: Relationships in CRM 4.0 are quite powerful but hard to understand at first.
1. One-to-Many System-System (1:N) : In MSCRM 4.0 you can link system entity to another system entity. The child system entity has a lookup field to associate it with a parent system entity.
2. Self-Referential : In CRM 4.0 you can link An entity to itself. For example a Case can be linked to a master Case.
3. Multiple Relationships Between Entities : Many of you know about mulitple lookups issues with same entity, now it can be achieved in MS CRM 4.0 e.g the Account entity might have two relationships with a Contact entity – a primary and secondary Contact.
4. Many-to-Many System-System, System-Custom & Custom-Custom (N:N) : In MSCRM 4.0 this is major requirement for many to many relationship, now it is possible . Not only will this remove the need to build a “joining” entity, but you have control over how the relationships show up in the CRM UI.
Posted in Code Gallery | Tagged: Microsoft Dynamics CRM 4.0 Entity Relationships, MSCRM 4.0 Entity Relationships | Leave a Comment »
Microsoft Dynamics CRM 4.0 Third Party Addins
Posted by nitindhawan on June 13, 2009
| Project Management/Item Tracking | Its all about project management , Time tracking, task management with MS CRM 4.0. Download |
| Sharepoint Integration | By using this component, a user can view his document library with in MS CRM account / customer tab. Download |
| Group Calendar | By using this component a user / team manager can view activities of his team members or other teams. Download |
| Quickbook Integration | In this component, an organization can achieve accounting package integration with Microsoft CRM 4.0 i.e. Account / Customer integration, Invoice Integration, Change Invoice status into MSCRM. Download |
| MAP Integration | If we want to integrate map (virtual Earth , google maps or map point). Download |
| Real Estate/Property Management | Following major modules of this component i.e. Property Management, Unit Management, Lease Handling, Rent / for Sale Handling, Maintenance / Inspection Management, Documents, Screen shots of the property, Autonumber, Invoice Generation, Oppertunitiy handling, Reports, Dashboards. Download |
| Ticket Management/Helpdesk | Using this system (Helpdesk / Ticket Management System / Customer portal), an organization’s customer will be able to authenticate and become authorized to perform specific actions including:- Create new customer cases / tickets, View / update existing case details, View ticket history, Attach documents, update contact record. Download |
| Latest Currency Exchange Rates | Mondor Software-Currency Exchange Rates Web Service (CERWS) is an XML web service which provides currency exchangerates to its clients. Rates are updated every 20 minutes. Clients may retrieve currency list (which is constant), rates for various currencies, or automatically convertone currency into another. Automatic conversion can be used to outsource the actual conversion, as this is counted as only one call to web service (see Licensing below). Download |
| SalesCentric Relationship Charts | SalesCentric Relationship Charts™ for Microsoft Dynamics™ CRM will forever increase the value you achieve from CRM. When sales people have relationships with key decision makers, they sell more, and when you market to customers you know and understand, response rates improve. Relationship Charts helps you achieve both, to increase Net Profit. Download |
Posted in Third Party | Tagged: Latest Currency Exchange Rates, Microsoft Dynamics CRM 4.0 Third Party Software, SalesCentric Relationship Charts | Leave a Comment »
CRM 4.0 Mobile Express
Posted by nitindhawan on June 13, 2009
| A mobile CRM solution can enable employees to access customer information wherever and whenever they need, allowing them to stay better informed and be more responsive to customers. This helps them make timely decisions, improve sales, and ultimately drive greater customer satisfaction and loyalty. |
| Customers have a choice of mobile solutions with Microsoft Dynamics® CRM, allowing them to select the solution that provides the capabilities and flexibility their business scenarios demand while achieving rapid return on investment. Mobile Express is a mobile solution for Microsoft Dynamics CRM that provides access to CRM data and functionality anywhere, any time, on any device for companies with mobile workforces who want to keep costs under control. Mobile Express is an online-only Web-based mobile access solution that supports any phone with a browser and Internet access. |
| Join the Mobile Express for Microsoft Dynamics CRM 4.0 Connect program, so that you can test Mobile Express software, submit bug reports and suggest ideas of how to make the product better. |
| For other mobile Microsoft Dynamics CRM solutions look to TenDigits and their MobileAccess product; it gives users of RIM BlackBerry or Windows Mobile® 6.1 users online and offline access to CRM data and functionality. The Windows Mobile SDK rounds out your choices of mobility solutions with a developer toolkit that allows your organization to build custom solutions. |
| Download Microsoft CRM 4.0 Mobile Express |
Posted in Mobile | Tagged: Download Microsoft CRM 4.0 Mobile Express, Microsoft CRM 4.0 Mobile Express | Leave a Comment »
Performance & Optimization
Posted by nitindhawan on June 13, 2009
This issue occurs because, when the workflow rules are fired, a workflow instance and a workflow record are created in the AsyncOperationBase and WorkflowLogBase tables of the MSCRM database. However, when the workflow instance is completed, the workflow record remains in the database. Therefore, the AsyncOperationBase and WorkflowLogBase tables continue to grow. Eventually, performance decreases.
Performance is slow if the AsyncOperationBase table becomes too large in Microsoft Dynamics CRM 4.0
When you run Microsoft Dynamics CRM 4.0, the AsyncOperationBase table grows to be very large. When the table contains millions of records, performance is slow.
Posted in Performance | Tagged: Microsoft Dynamics CRM 4.0 Optimization, Microsoft Dynamics CRM 4.0 Performance | Leave a Comment »
Extensibility Features Live vs. On-Premise
Posted by nitindhawan on June 13, 2009
Extensibility Features Live vs. On-Premise in Microsoft Dynamics CRM 4.0
This article provides a concise description regarding availability of Microsoft Dynamics CRM extensibility features across the three types of deployments.
- Microsoft Dynamics CRM 4.0 (on-premise)
- Microsoft Dynamics CRM Online
- Microsoft Dynamics CRM 4.0 Internet Facing Deployment (hosted)
Posted in New Features | Tagged: Extensibility Features Live vs. On-Premise in MSCRM 4.0, Microsoft Dynamics CRM 4.0 Extensibility Features Live vs. On-Premise | Leave a Comment »
Introduction to Data Management Features
Posted by nitindhawan on June 13, 2009
Introduction to Data Management Features in the Microsoft Dynamics CRM 4.0 SDK
Use the Microsoft Dynamics CRM SDK to work with Bulk Delete, Duplicate Detection, and Data Migration/Import. This article introduces these features, new in Microsoft Dynamics CRM 4, and shows you how they can help you to improve the way you manage and maintain the quality of data in your system.
Posted in New Features | Tagged: Introduction to Data Management Features in the MSCRM 4.0, Microsoft Dynamics CRM 4.0 Data Management Features | Leave a Comment »