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 Record
insert into RM10301
(
DOCTYPE,
RMDTYPAL,
RMDNUMWK,
DOCNUMBR,
DOCDESCR,
DOCDATE,
BACHNUMB,
BCHSOURC,
CUSTNMBR,
CUSTNAME,
ADRSCODE,
COST AMNT,
SLSAMNT,
MISCAMNT,
FRTAMNT,
TAXAMNT,
DOCAMNT,
CASHAMNT,
CBKIDCSH,
CASHDATE,
DCNUMCSH,
CHEKAMNT,
CBKIDCHK,
CBKIDCRD,
CHEKNMBR,
CHEKDATE,
DCNUMCHK,
CRCRDAMT,
DCNUMCRD,
CRCRDNAM,
RCTN CCRD,
CRCARDDT,
TRDISAMT,
ACCTAMNT,
DISCDATE,
DUEDATE,
LSTEDTDT,
LSTUSRED,
GLPOSTDT,
PSTGSTUS,
CURNCYID,
TXENGCLD
)
select
DOCTYPE = (case
when a.Total > 0 then 1
else 7
end),
RMDTYPAL = (case
when a.Total > 0 then 1
else 8
end),
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 = (case
when isnull((select round(sum(round(Cost * Quantity,2)),2)
from LINKEDSERVER.HQ.dbo.TransactionEntry
where TransactionNumber = a.TransactionNumber and
StoreID = a.StoreID),0) > 0 and a.Total > 0 then
abs(isnull((select round(sum(round(Cost * Quantity,2)),2)
from LINKEDSERVER.HQ.dbo.TransactionEntry
where TransactionNumber = a.TransactionNumber and
StoreID = a.StoreID),0))
when isnull((select round(sum(round(Cost * Quantity,2)),2)
from LINKEDSERVER.HQ.dbo.TransactionEntry
where TransactionNumber = a.TransactionNumber and
StoreID = a.StoreID),0) 0 and
a.StoreID = '1' and
not exists (select 1 from RM10301 c
where c.RMDNUMWK = 'SMS' + replicate('0',
13 - datalength(convert(varchar(13), a.TransactionNumber))) +
convert(varchar(13), a.TransactionNumber) + convert(varchar(10), a.StoreID) and
c.RMDTYPAL = (case
when a.Total > 0 then 1
else 8
end)) and
not exists (select 1 from RM00401 c
where c.DOCNUMBR = 'SMS' + replicate('0',
13 - datalength(convert(varchar(13), a.TransactionNumber))) +
convert(varchar(13), a.TransactionNumber) + convert(varchar(10), a.StoreID) and
c.RMDTYPAL = (case
when a.Total > 0 then 1
else 8
end))
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.com
About The Author
Andrew 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 (help@albaspectrum.com), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer. help@albaspectrum.com
Wood Dale Chicago prom limo .. Lockport Chicago limo O’HareMicrosoft Business Solutions Great Plains is marketed for mid-size companies... Read More
The Windows Indexing Service provides you with the ability to... Read More
Let's first look at your ERP system selection (without Retail... Read More
As seeing large number of implementations ? in our case... Read More
Microsoft Great Plains might be considered as ERP platform to... Read More
We all take the computer for granted. I mean, all... Read More
I have recently created my first Php program. I wanted... Read More
2005 ? Back to the Future.What does the future hold?... Read More
Now is the time to look at an alternative to... Read More
Task Manager is a Windows system utility that displays thetasks... Read More
Microsoft Great Plains fits to majority of industries, in the... Read More
Stealing company information used to be the specialty of spies... Read More
Although we don't know whether Microsoft ever envisioned such a... Read More
The intentions of this short tutorial are not to teach... Read More
Background: For many organizations like ours, the interim target of... Read More
How many steps does it take you to locate and... Read More
Traditionally we were considering functionally rich systems, such as SAP,... Read More
Case study: A secretary using Corel WordPerfect 7 is often... Read More
Java has come along a long way. Many would agree... Read More
Cyberspace has opened up a new frontier with exciting possibilities... Read More
Microsoft Great Plains has substantial mid-market share in the USA... Read More
Microsoft released Service Pack 2 (SP2) for the Windows XP... Read More
If there still are few unprotected computers left, I haven't... Read More
Microsoft Business Solutions main middle market ERP application - Microsoft... Read More
Software development is a risky business.Many software developers are barely... Read More
Antigo wedding limo ..We would like to give you pluses and minuses of... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
Creating a new markup language.Introduction.General Reuse Markup Langauge, or GRML,... Read More
As of now - Great Plains Dynamics/eEnterprise is transformed/renamed into... Read More
With many manufacturing shops heading over seas in favor of... Read More
Microsoft Business Solutions main middle market ERP application - Microsoft... Read More
When reading an article where some term is used often,... Read More
Usually workflow & messaging is realized in CRM and then... Read More
And kill the best layout software in the process of... Read More
Around the same time Microsoft made its move with .Net... Read More
Imagine something that follows you home and sets itself up... Read More
Handling character strings in Java is supported through two final... Read More
With so many Microsoft Windows related viruses, errors, and other... Read More
If you have Great Plains Dynamics/eEnterprise (version 6.0 or earlier)... Read More
... Read More
One of the things we can be as certain of... Read More
Introduction to C++Why Learn C++?C++ may at first seem like... Read More
For a windows user like me, just can watch with... Read More
Manufacturing in the USA is far away down from mid... Read More
Microsoft CRM is relatively new player on the now becoming... Read More
Need help making sense of algebra? Have algebra lectures in... Read More
The software giants don't do everything and don't always produce... Read More
Several software companies design programs for preventive maintenance. Most of... Read More
Writing software manuals is boring, isn't it? We often think:... Read More
Finally, you have some time to personalize your desktop with... Read More
Software |