Microsoft Business Solutions Retail Management System RMS POS / Store Operations / Headquarters

review assembled and prepared by Andrew Karasev and Luis Leung

Alba Spectrum Technologies

1-630-961-5918 or 1-866-528-0577 help@albaspectrum.com

HOT! - Microsoft RMS Integration with Microsoft Dynamics GP v 3.0

Alba Spectrum RMS-GP integration consists of three separate functions to transfer the following types of documents: Accounts Receivable (or Sales Order SOP) transactions, Purchase Receiving Transactions (POP) and Payments.  Using Dexterity and SQL Stored Procedures the integration transfers AP/SOP/POP & Payments docs seamlessly into the appropriate tables in Great Plains / Microsoft Dynamics GP 9.0 or earlier versions (down to 7.5 and 7.0).  The integration can be executed on demand or via scheduled task in SQL Server

 


For general positioning of Microsoft RMS we would like you to refer Microsoft Business Solutions website.

Microsoft Retail Management System (MS RMS), former QuickSell 2000 is very popular retail system, which is capable to automate the whole spectrum of retail businesses - from single store with inventory count needs up to the chain of supermarkets.  The strong points of Microsoft RMS are inventory control, sales campaigns/promotions.  Microsoft Business Solutions is working on enhancing its Microsoft RMS integration to Microsoft Great Plains - currently it integrates on GL and Purchasing module level.  The increase of MS RMS popularity maybe also explained with Microsoft marketing channel power.

If you are software developer or database administrator - we would like to give you the clues on Crystal Report creation for Microsoft RMS

  1. Database: Microsoft SQL Server or MSDE - this means that you can deploy native SQL driver for connection or use ODBC for flexibility.
  2. Tables Structure – it is extremely self-explanatory: Customer, Transaction (invoices, returns, layaways and others), TransactionAmount, Cashier, Tender to give you examples
  3. Links - Usually master table has ID column and Transaction-related table links by [Entity]ID column: Transaction.CustomerID=Customer.ID to give the idea.  This query will give you customer info of sales transaction: select b.FirstName, b.LastName, a.* from [Transaction] a join Customer b on a.CustomerID=b.ID.  Please pay attention to the brackets around Transaction - transaction is reserved word in MS Transact SQL - the Microsoft blend of SQL92
  4. Hints on dataflow/synchronization – Microsoft RMS uses worksheets technology and all the data goes from stores to headquarters database through worksheets.  Headquarters database doesn't create its own transactions - so be careful and do not try this type of data integration.
  5. SQL Views and Stored Procedures - yes - feel free to create them directly in RMS Headquarters database and deploy in your Crystal Report.
  6. Advanced Techniques - in MS SQL Enterprise Manager you can create Linked Server to all ODBC/OLEDB compliant databases: Ctree, PervasiveSQL/Btrieve, MS Access, ORACLE, DB2, Unidata, Navision (C/ODBC) and using OPENROWSET construction you can create geterogeneus view and stored proc - then you can have the data from multiple systems in your Crystal Report.

Happy designing and developing!  if you want us to do the job or use our product - give us a call 1-866-528-0577! help@albaspectrum.com

Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies – USA nationwide Great Plains, Microsoft CRM, Microsoft RMS customization company, serving clients in Illinois, Arizona, California, Colorado, Texas, New York, Georgia, Florida, Canada, UK, Australia, New Zealand, Europe and having locations in multiple states and internationally (www.albaspectrum.com), he is MS RMS, Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer.

 

Microsoft RMS Integration with Microsoft Dynamics GP v 3.0

Alba Spectrum RMS-GP integration consists of three separate functions to transfer the following types of documents: Accounts Receivable (or Sales Order SOP) transactions, Purchase Receiving Transactions (POP) and Payments.  Using Dexterity and SQL Stored Procedures the integration transfers AP/SOP/POP & Payments docs seamlessly into the appropriate tables in Great Plains / Microsoft Dynamics GP 9.0 or earlier versions (down to 7.5).  The integration can be executed on demand or via scheduled task in SQL Server

 

Microsoft Retail Management System Integration to Microsoft Great Plains technical specifications v2.0

Microsoft RMSArticles:

Microsoft Retail Management System (RMS) SQL customization – overview for programmer

Microsoft RMS is SQL Server-based application, so we will consider SQL programming – SQL queries, views and stored procedures.  Also Microsoft RMS could be integrated on the SQL level with other applications, such as Microsoft Great Plains

Microsoft Great Plains Implementation for Large Corporation – overview for VP IT

 Let’s consider the questions, you need to be placed and answered for your IT department in ERP selection, implementation, modification and customization.

Microsoft CRM Integration with Microsoft Retail Management System (RMS) – overview

Microsoft Client Relation Management system (Microsoft CRM) and Microsoft RMS are both Microsoft SQL Server based applications, however historically Microsoft was purchasing industry leading applications, such as QuickSell now Microsoft RMS.

Microsoft Great Plains: data conversion & migration scenarios – overview for consultant
With the switch to Microsoft Great Plains you need to decide on data migration and conversion.  Let us give you highlights on your options

Microsoft Great Plains Implementation & Customization: computer parts retailer example

In this case you can base web commerce off Great Plains databases and POS automates walk-in retail store.  Inventory count might be done from both sides: Great Plains or RMS, depending on the main line

Microsoft Great Plains Accounting/ERP implementation – finance industry customization example

Bonds and Loans.  If you are issuing these documents – you probably already have production system in place.   What is often seen – this loans tracking system is not integrated with accounting application.

Microsoft CRM and Great Plains implementation: freight forwarding business automation example 

business automation example, where Microsoft CRM and Great Plains are integrated and customized to fit Freight Forwarding business processes.

Microsoft Great Plains Customization: Project Organization – international business example

Real Estate, Law Firm, Placement Agency with permanent clients, Construction or Freight Forwarding company – you probably use or plan to deploy Project management or Project accounting extension for Microsoft Great Plains.

Microsoft Great Plains implementation: restaurants supply chain management example

In this small article we would like to give you good example of customization scenarios, where client needs warehouse management, random weight purchasing and by-pond resale to end clients, barcoding.

Microsoft Great Plains international implementation – USA / Mexico – overview for consultant

Let’s consider typical case when we see international company with headquarters and distribution centers in the US and manufacturing and purchasing in Mexico

Integrating Microsoft Great Plains Accounting/ERP: RMS, CRM, eCommerce, Lotus Domino – overview for developer

in case of Microsoft-driven computer park (Windows domain, SQL Servers, MS Exchange) the rest of the ERP/CRM applications are Windows-oriented.  However you can have successful bridge between non-Microsoft ERP and Great Plains: Oracle, IBM Lotus Notes

Microsoft Great Plains 8.0 - Microsoft RMS 1,2 Multi-Store Integration – overview

Recommended settings – targeting RMS Headquarters database (after daily transactions migration from Stores to Headquarter), however you could use linked SQL server to your Store Operation databases and pull daily transactions directly from there

Crystal Reports for Microsoft RMS – overview for developer/report designer

Microsoft Retail Management System (MS RMS), former QuickSell 2000 is very popular retail system, which is capable to automate the whole spectrum of retail businesses

Microsoft Retail Management System Integration to Microsoft Great Plains technical specifications