Power Directory provides a large number of articles and Web site links for browsing and searching on the Internet.Thursday August 21st, 2008

Power Directory / Microsoft Great Plains Integrations – Retail Management Sample
Home  Latest Links Articles Contact Us
 
 
 
Site Tools

Free Downloads

Articles


Articles  


Microsoft Great Plains Integrations – Retail Management Sample

By: Andrew Karasev



Microsoft Business Solutions is emerging as very attractive vendor for mid-size companies. The strength of its products is in their cross integration potential. This integration strategy will be the software development direction for this Microsoft subdivision. Meanwhile, as of right now – we have to recommend just to stake on it and deal with custom or in-house developed integration.If you are developer who needs some sample code to start with – we are placing Accounts Receivable level integration code – it pulls info from Microsoft RMS and places it into work tables in Great Plains.Be aware, that Microsoft Great Plains version 7.5 has out of the box integration with Microsoft RMS 1.2, but it is on GL and POP level only. You can’t do check book reconciliation, for example. Currently Microsoft is in decision on who will be coding the integration for Great Plains 8.0 and what the functionality should be. More likely – it will be Nodus Technologies with the integration on SOP and GL level – it will deploy Great Plains Dexterity and MS SQL Server stored procs.And here is the code, you have to deal with RM10301 and distribution RM, also we recommend insert new customers into RM00101 and RM00102:-- Sales Transaction Recordinsert into RM10301(DOCTYPE,RMDTYPAL,RMDNUMWK,DOCNUMBR,DOCDESCR,DOCDATE,BACHNUMB,BCHSOURC,CUSTNMBR,CUSTNAME,ADRSCODE,COSTAMNT,SLSAMNT,MISCAMNT,FRTAMNT,TAXAMNT,DOCAMNT,CASHAMNT,CBKIDCSH,CASHDATE,DCNUMCSH,CHEKAMNT,CBKIDCHK,CBKIDCRD,CHEKNMBR,CHEKDATE,DCNUMCHK,CRCRDAMT,DCNUMCRD,CRCRDNAM,RCTNCCRD,CRCARDDT,TRDISAMT,ACCTAMNT,DISCDATE,DUEDATE,LSTEDTDT,LSTUSRED,GLPOSTDT,PSTGSTUS,CURNCYID,TXENGCLD)selectDOCTYPE = (casewhen a.Total > 0 then 1else 7end),RMDTYPAL = (casewhen a.Total > 0 then 1else 8end),RMDNUMWK = 'SMS' + replicate('0',13 - datalength(convert(varchar(13), a.TransactionNumber))) +convert(varchar(13), a.TransactionNumber) + convert(varchar(10), a.StoreID),DOCNUMBR = 'SMS' + replicate('0',13 - datalength(convert(varchar(13), a.TransactionNumber))) +convert(varchar(13), a.TransactionNumber) + convert(varchar(10), a.StoreID),DOCDESCR = left(a.ReferenceNumber, 29),DOCDATE = convert(varchar(10), a.[Time], 101),BACHNUMB = 'SMS'+ replicate('0',2 - datalength(convert(varchar(2), a.StoreID))) +convert(varchar(2), a.StoreID)+ replicate('0',9 - datalength(convert(varchar(11), a.BatchNumber))) +convert(varchar(11), a.BatchNumber),BCHSOURC = 'RM_Sales',CUSTNMBR='CASH',CUSTNAME = 'CASH',ADRSCODE = 'PRIMARY',COSTAMNT = (casewhen isnull((select round(sum(round(Cost * Quantity,2)),2)from LINKEDSERVER.HQ.dbo.TransactionEntrywhere TransactionNumber = a.TransactionNumber andStoreID = a.StoreID),0) > 0 and a.Total > 0 thenabs(isnull((select round(sum(round(Cost * Quantity,2)),2)from LINKEDSERVER.HQ.dbo.TransactionEntrywhere TransactionNumber = a.TransactionNumber andStoreID = a.StoreID),0))when isnull((select round(sum(round(Cost * Quantity,2)),2)from LINKEDSERVER.HQ.dbo.TransactionEntrywhere TransactionNumber = a.TransactionNumber andStoreID = a.StoreID),0) 0 anda.StoreID = '1' andnot exists (select 1 from RM10301 cwhere c.RMDNUMWK = 'SMS' + replicate('0',13 - datalength(convert(varchar(13), a.TransactionNumber))) +convert(varchar(13), a.TransactionNumber) + convert(varchar(10), a.StoreID) andc.RMDTYPAL = (casewhen a.Total > 0 then 1else 8end)) andnot exists (select 1 from RM00401 cwhere c.DOCNUMBR = 'SMS' + replicate('0',13 - datalength(convert(varchar(13), a.TransactionNumber))) +convert(varchar(13), a.TransactionNumber) + convert(varchar(10), a.StoreID) andc.RMDTYPAL = (casewhen a.Total > 0 then 1else 8end))and a.[Time] > '01/01/2004'
Happy integrating! if you want us to do the job or use our product - give us a call 1-866-528-0577! help@albaspectrum.comAbout The AuthorAndrew Karasev is Chief Technology Officer in Alba Spectrum Technologies – USA nationwide Great Plains, Microsoft CRM, Microsoft RMS customization company, based in Chicago, Arizona, California, Colorado, Texas, Georgia, New York, Florida and having locations in multiple states and internationally (www.albaspectrum.com), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer. akarasev@albaspectrum.com

Article Source: http://www.powerdirectory.net/articles/article54287.html





Related Articles

Chinese Input - Step by Step Instruction on How to Input Chinese Characters in English Windows XP - Rosie Wang
Your Computer May Be Infected, Here's How To Check (NOT about virus) - Fazly Mohamed
Software Automation Helps Increase your Bottom Line - Cavyl Stewart
Explore the Internet in a Whole New Way - Daniel Punch
EDI: Electronic Document Interchange for Microsoft Great Plains – Overview for Software Developer/Pr - Andrew Karasev
Free PDF Publishing Software - Ed Zivkovic
Can You Calculate Complex Financial Calculations? - Cavyl Stewart
20 Extra Hours Per Week: What Would You Do? - Daniel Tangredi
Microsoft Great Plains - Microsoft RMS Integration – overview - Andrew Karasev
Destination: Desktop for Google - Jakob Jelling