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
no-contract cleaning service Glenview ..In our opinion, traditional approach when you select ERP/MRP system... Read More
The research in the field of Natural Language Processing usually... Read More
OEComplete is a utility for managing the personal information of... Read More
Microsoft Great Plains might be considered as ERP platform to... Read More
Great Plains Integration Manager scripting and translation - overview for... Read More
One of the main reasons business owners and entrepreneurs use... Read More
It's not very often I get excited about a software... Read More
Microsoft Business Solutions Great Plains, Solomon, Navision, Axapta, Microsoft CRM... Read More
The Windows Indexing Service provides you with the ability to... Read More
In the case when you represent mid-size or mid-size-to-large business,... Read More
In this small article we will be looking at the... Read More
If you are in a business that passes documents around... Read More
Does Microsoft care for WebmastersIt's always been a problem with... Read More
Not every software testing project can or should be automated.... Read More
Spyware is software or hardware installed on a computer without... Read More
Following tips help you to learn a software in lesser... Read More
Is your PC is slow and wimpy? Then you need... Read More
DBxtra is a powerful query and reporting tool that hides... Read More
Follow the steps below to quickly design, generate, and deploy... Read More
Let's first look at your ERP system selection (without Retail... Read More
SAP Inc., a global leader in client/server enterprise application software... Read More
Handling character strings in Java is supported through two final... Read More
While Adobe is the most known maker of PDF tools,... Read More
Running Applications in Compatibility Mode With Windows XP, you can... Read More
What is a Web Database?A web database is a database... Read More
house cleaning company Glencoe ..The most important things you can do for your computer... Read More
People often ask me: What image file formats will Photoshop... Read More
Google Inc. has launched a new software package that allows... Read More
The adware and spyware definitions list is very long. But... Read More
With this small article we are continuing Microsoft Business Solutions... Read More
Running Applications in Compatibility Mode With Windows XP, you can... Read More
Siebel is traditional CRM market leader, however and mostly due... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Using professional icons in your application or website can bring... Read More
Anyone who has ever used Microsoft Word knows that it... Read More
How would you like to prevent spyware and adware from... Read More
DBxtra goes ASPGetting to the information hidden within corporate databases... Read More
An integral part of any quality CRM system is lead... Read More
The objective for Zandi Digital is to make available clever... Read More
It is possible that if one avoided all sources of... Read More
We've all seen the ads on TV for Netzero 3G.... Read More
Since technology changes so quickly, it is hard to begin... Read More
Currently Microsoft Business Solutions is on the way of creating... Read More
The software giants don't do everything and don't always produce... Read More
IntroductionSurprised, by the title? well, this is a tour of... Read More
If you've been using MySQL database to store your important... Read More
Crystal Reports is the most flexible tool on the market... Read More
A few months back I really got sick of my... Read More
Sometimes your PC will start acting strange for no apparent... Read More
Corporate ERP/MRP selection might be tough one, especially considering very... Read More
Software |