Microsoft Dynamics CRM customization & integration tools review Computers Articles | September 29 Cheap Hoddies , 2005 Microsoft Dynamics CRM is the new name for Microsoft Business Solutions CRM. Other Microsoft ERP product were renamed as well: Microsoft Great Plains into Microsoft Dynamics GP, Microsoft Navision into Microsoft Dynamics NAV, Microsoft Axapta into Microsoft Dynamics AX Cheap T-shirts , Microsoft Solomon into Microsoft Dynamics SL. In this small article we are giving our retrospective review of Microsoft Dynamics CRM customization tools and options.
Microsoft Dynamics CRM is the new name for Microsoft Business Solutions CRM. Other Microsoft ERP product were renamed as well: Microsoft Great Plains into Microsoft Dynamics GP, Microsoft Navision into Microsoft Dynamics NAV, Microsoft Axapta into Microsoft Dynamics AX Cheap Shirts , Microsoft Solomon into Microsoft Dynamics SL. In this small article we are giving our retrospective review of Microsoft Dynamics CRM customization tools and options.
If you are software developer, database administrator or web designer who is asked: how do we customize Microsoft CRM ? we are giving you directions in this article.
Microsoft CRM SDK ? this is software development kit with C# and partly VB.net code samples ? it is supported by Microsoft Business Solutions technical support. It is based on web service calls, if you are C# .NET developer ? you are excellently positioned to do this type of customizations. This is the preferred modification scenario and this should be easily upgradeable customization. VB.Net examples will be available soon. Legacy SQL Data integration. This is also easy and safe. If you have SQL database Cheap Jerseys China Online , sitting on the same or linked SQL Server ? you can create ASPX .Net application and simply integrate it into CRM. You can place it on the navigation bar or menu in isv.config ? please refer to MS CRM SDK Legacy ASP integration ? this is somewhat more sophisticated. You have to deploy HTTP handler to be a middle party between CRM which is .Net based and ASP which is legacy IIS. The trick is ? you have to have INI file with security settings to penetrate into MS CRM with proper credentials, calling web service. Microsoft Exchange Programming. Microsoft CRM has Exchange connector ? which moves CRM incoming email to MS if it has GUID in its subject. You can alter this logic (for instance - move email to CRM if it doesn?t have GUID but it is from the sender who is contact or account in MS CRM). Refer to MS Exchange SDK onsyncsave event handling. Then simply apply some MS CRM SDK programming - you need some COM+ objects creation and VB programming experience. Direct SQL touch ? in #4 above I described you the scenario with MS Exchange handlers ? this would be ideal world if MS CRM SDK does the job. But ? in real world this is not always true ? you have to do direct flags correction in CRM database (like making Activity closed, moving email attachmentsoctet streams Cheap Jerseys Online , etc). This is not supported by MBS technical support ? but you can