Microsoft CRM Integration with Microsoft Retail Management System (RMS)

anagement System (RMS) — overviewbetween the two types of databases uses worksheet
Microsoft Client Relation Management systemmechanism. Most of the transaction types are initiated
(Microsoft CRM) and Microsoft RMS are bothon the store level and transferred to the Headquarters
Microsoft SQL Server based applications, howeverdatabase (with some global data exception, global
historically Microsoft was purchasing industry leadingcustomers for example are handled on HQ level and
software applications, such as QuickSell which is nowthen propagated down to the stores).
Microsoft RMS. So, RMS design fundamentals were- Data Inquiry and Update. The MS RMS architecture
minted a long time before Microsoft CRM. But, stillsuggests you to query primarily Headquarters
integration between the two is straightforward anddatabase and do not change data in HQ database. If
what you need is consultant, who is familiar with bothyou need to change data on the store level from
systems structures and customization scenariosMicrosoft CRM custom screen — you should
Microsoft CRM is currently integrated with Microsoftconsider placing web service on the SQL Server
Great Plains and will be integrated with Microsofthardware in the store to deal with the store-initiated
Navision in the close future, RMS integration is nottransaction
planned to our knowledge, so you should seek third- Microsoft CRM programming. Microsoft CRM has
party solutions or create your own integration. We seeMS CRM SDK (Software Development Kit). This is
the need for such the integration when you sell onopen source tool, you can download it from Microsoft
account in RMS and have customer support callsite and it is description of Microsoft CRM classes and
center automated with Microsoft CRM. Let us givemethods with sample codes in C# and VB.Net.
you highlights:Microsoft technical support encourages you to use
- Microsoft CRM custom lookup. More likely you willMicrosoft CRM SDK objects and discourages you
nee lookup to your RMS headquarters or storefrom direct SQL server programming. If you need to
records for the customer transactions from Accountquery MS CRM database — you should create
screen. Microsoft CRM allows you to have customyour custom database and place your objects: SQL
navigation bar on Account screen by clicking on thisviews and stored procedures there. Do not place
bar you could call your custom web .Net application,custom object into MS CRM databases Do your
which will call Microsoft RMS database and return youhomework in integration and if you have issues or
the grid of customer transactionsconcerns — we are here to help! If you want us
- RMS architecture excurse. Microsoft RMS hasto do the job - give us a call 1-866-528-0577!
Headquarters and Store databases. The exchange