Microsoft,CRM,4.0,Integration, computer Microsoft CRM 4.0 Integration notes: SAP Business One, Dynam
Gone are those times when the companies and the organisations didn't need a hi-tech system to handle them. Owing to the considerable increase in the business sector and thus, an enormous increase in the complexity of the organisational struc ----------------------------------------------------------Permission is granted for the below article to forward,reprint, distribute, use for ezine, newsletter, website,offer as free bonus or part of a product for sale as longas no changes a
Upfront we have to admit, that we are not reviewing anythird party tools and Microsoft CRM Add-ons, we are considering integrationtools, available out of the box for Microsoft CRM customer. Microsoft CRM versions: current 4.0, alsohistorical 3.0, 1.2, 1.1 1. Microsoft CRM SDK. If you are Microsoft Visual Studio .Net C#,VB or SQL programmer and developer, you may decide to dedicate some of yoursoftware development training time to familiarize yourself with SDK objects andmethods: Lead, Account, Address, Contact, Quote, Order, Contract, Case, Task,etc. Microsoft CRM is pretty complex inits technology layers, and it is not recommended to populate MS CRM tablesdirectly via SQL scripting recommended way is to abstract your programming throughMS CRM SDK layer 2. Dynamics GP Great Plains integrationprogramming. Here you have to considerDynamics GP eConnect, this Software Development Kit opens Microsoft Dynamics GPobjects, such as customer, vendor, GL account, employee, Sales Invoice,Purchase Order, etc. eConnect is also MSVisual Studio programmer friendly, so you could enjoy eConnect selfdiscovery. We recommend you to considerweb integration project, where you combine Microsoft CRM SDK and Great PlainseConnect libraries 3. SAP Business One integration coding. In SB1 you should think about combining SAPBusiness One SDK libraries with Microsoft CRM SDK modules. SAP B1 and GP are both ERP and MRPapplications and Microsoft CRM integration methodic is similar on technologylayer 4. Lotus Notes Domino integration. Here you have various layers. Try to review ODBC integration if you aredoing discovery. ODBC expects you tohave repetitive structures in Lotus Notes, which is pretty common if you aredealing with custom Lotus Notes database 5. Microsoft CRM EDI programming. Electronic Document Interchange is typicallyassociated with Vendor purchasing and order placement channel. If you have merchandise ordering logic fromyour Microsoft CRM Sales Orders, then consider formatted SQL Select statement fromCRM tables
Microsoft,CRM,4.0,Integration,