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
bathroom cleaning service Northbrook ..If you company is small or mid-size special products or... Read More
In linux, one of great commands for finding out information... Read More
Our company, Novaprof Inc., developed unique software - DB Integration.... Read More
I provide, here clear explanations and a count of function... Read More
ERP is the acronym of Enterprise Resource Planning. Multi-module ERP... Read More
Microsoft CRM has built-in conversion tool, however you should probably... Read More
In order to implement VLANs in a network environment, you'll... Read More
What is Tripwire?Tripwire is a form intrusion detection system (IDS)... Read More
Disclaimer: All the thoughts expressed are my views only! Your... Read More
Let's say that you have a software project that's under... Read More
Creating a new markup language.Introduction.General Reuse Markup Langauge, or GRML,... Read More
The purpose of one of our projects was MS Exchange... Read More
Domino server is a buffer between the operation system and... Read More
In today's business world it's all but impossible to escape... Read More
I have yet to see a business that, sometimes in... Read More
Former Great Plains Software Dynamics/eEnterprise, and currently Microsoft Business Solutions... Read More
I started using PIP (Picture It Publishing) Platinum 2002 right... Read More
.NET platform does not support multiple inheritance. Do not confuse... Read More
Microsoft Business Solutions CRM proved to be reliable solution in... Read More
Microsoft CRM is CRM answer from Microsoft Business Solutions.The whole... Read More
First we had the original Google search that evolved into... Read More
Most people understand that the "hardware" part of their computer... Read More
Let's first look at your ERP system selection (without Retail... Read More
Before being able to choose a secure Internet communication system,... Read More
You would like to protect your documents, wouldn't you? Reasons... Read More
insured cleaning company Wilmette ..We were recently faced with a decision: either to let... Read More
Great Plains Purchase Order Processing (POP) module makes up one-third... Read More
Have you noticed WordPerfect is gearing up for a comeback... Read More
Sales are all about leverage, because there is only so... Read More
Need help making sense of algebra? Have algebra lectures in... Read More
IntroductionDuring the early years of our modern computer era, very... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
Microsoft Office program is a programming tool called Visual Basic... Read More
To all web designers out there, this article is for... Read More
Microsoft CRM is winning market share step-by-step from such the... Read More
Microsoft has never released a service pack for Windows98 SE,... Read More
The java programming language is becoming more and more popular... Read More
Microsoft Business Solutions is now in process of creating so... Read More
Programming Help for BeginnersWe write programs to instruct computers. When... Read More
Google Inc. has launched a new software package that allows... Read More
We all take the computer for granted. I mean, all... Read More
With any good luck and a good amount of hard... Read More
What is Interactive Mapping?Interactive mapping is a visual display medium... Read More
Preventive Maintenance (PM) is defined as scheduled work done on... Read More
The intentions of this short tutorial are not to teach... Read More
Follow the steps below to quickly design, generate, and deploy... Read More
Writing software manuals is boring, isn't it? We often think:... Read More
Microsoft Great Plains serves the wide spectrum of horizontal markets.... Read More
It is really interesting that a bug can create problem... Read More
Software |