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
local house cleaners Park Ridge ..There are many commands that are used in linux on... Read More
Once a business idea is selected, it is highly recommended... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
Considering whether or not your software company should hire a... Read More
Great Plains Software Dynamics, Dynamics C/S+, eEnterprise were written on... Read More
In this small article we will show you the possible... Read More
Language development computer: Computer-based method for aiding language development seems... Read More
Imagine something that follows you home and sets itself up... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
Viruses and spyware usually show up on your computer one... Read More
Microsoft Business Solutions Great Plains serves multiple industries in the... Read More
Microsoft Business Solutions Great Plains is very popular ERP/MRP applications... Read More
If you have been running Windows XP for a couple... Read More
Google Inc. has launched a new software package that allows... Read More
This article is the fourth of a series of articles... Read More
When you need a phone number, you do a quick... Read More
What is IRC?IRC is Internet Relay Chat. It is a... Read More
It is now common thing when large corporation selects mid-market... Read More
How many steps does it take you to locate and... Read More
Did you ever give a thought to the number of... Read More
NOTE: Please take time to read on - it may... Read More
Shareware is software that you can try before you buy;... Read More
Microsoft Business Solutions Navision serves both European and American megamarkets.... Read More
Now is the time to look at an alternative to... Read More
The first topic we are going to discuss... Read More
move out cleaning service Glenview ..If there still are few unprotected computers left, I haven't... Read More
We would like to give you pluses and minuses of... Read More
Microsoft SQL Server is the leader for inexpensive and middle... Read More
Microsoft Business Solutions Great Plains serves to the wide spectrum... Read More
Microsoft Business Solutions Great Plains, former Great Plains Software Dynamics... Read More
What is 'adware'?Adware is basically software or scripts that are... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
The intuitive algorithm.Roger Penrose considered it impossible. Thinking could never... Read More
Fortunately one of the most common reasons cited for the... Read More
We don't think about mainframe software pricing anymore, we just... Read More
So, why should you use any O/R mapping tool? I... Read More
There are certain pluses and minuses in both cases and... Read More
If you have Microsoft Great Plains as main accounting and... Read More
When making a decision to buy any piece of software... Read More
Microsoft Office program is a programming tool called Visual Basic... Read More
In the case when you represent mid-size or mid-size-to-large business,... Read More
Make-or-Break Factors in Success and ProfitabilityFor quick printers, estimating can... Read More
Microsoft Great Plains, designed back in 1990th as database transferable... Read More
Microsoft Great Plains ? ERM from Microsoft Business Solutions and... Read More
Traditionally we were considering functionally rich systems, such as SAP,... Read More
Do you want to get quality software at a reasonable... Read More
User interfaces and accessibility are some of the most important... Read More
Bad News - the Threat is Bigger than it SeemedHow... Read More
Research bears that less than 70 percent of development projects... Read More
Siebel is traditional CRM market leader, however and mostly due... Read More
Software |