Microsoft Retail Management System (RMS) SQL Customization - Overview for Programmer

Microsoft Retail Management System serves retailcommunicate with store database and have
single store as well as retail chains clientele. Thetransaction data updated over there. The other
customization scenarios, described in this articleway is having all the stores as linked servers
deal with the chains, when Microsoft RMS hasfrom Headquarters MS SQL Server Enterprise
multiple stores databases and Headquarters.Managero Integration with Great Plains or other
Microsoft RMS is SQL Server-based application, soSQL Server Accounting package. RMS normally
we will consider SQL programming - SQL queries,replicates transactions from the stores to
views and stored procedures. Also Microsoft RMSHeadquarters upon the store business hours close.
could be integrated on the SQL level with otherAt this time they are ready to be integrated with
applications, such as Microsoft Great Plains,such accounting system as Microsoft Great Plains.
Microsoft CRM and non-Microsoft applications, suchHere we are talking about custom integration,
as Lotus Notes/Dominoo Microsoft RMSwhich you can create as a stored procs set.o Gift
Architecture and data flow. As it is POSCard puzzle. There are few funny things in MS
automation application, it assumes that all the POSRMS you should be aware. Imagine - you issue
transactions are originated at the store. TheGift Certificate. It exists on the Headquarters level
mechanism used is worksheets. When store isand each store knows about the balance on the
closed - Headquarters pulls its transactions viacard. Customer uses card in store A and then
worksheet. There are some exceptions - globalwalks in to the store B. If worksheet mechanism
data, such as global customers are updated ondidn't play during this time interval - store B gift
the headquarters level and updates propagated tocard balance will show incorrect value. To fix the
the stores.o Data Update. If you need customissue you need to trigger worksheet creation and
logic work with the POS transaction - you havelaunch on the headquarter level to replicate new
to update store database data. If you try tobalance to all the stores.
update Headquarters database - the chances areGood luck with customization and if you have
that it will be rolled back by the next worksheet,issues or concerns - we are here to help! If you
because original data sits on the store level and iswant us to do the job - give us a call
different from your altered data in the HQo Store1-866-528-0577!
Level Web Services. Yes - they will enable you to