Looks like Microsoft Great Plains becomes more and more popular, partly because of Microsoft muscles behind it. Now it is targeted to the whole spectrum of horizontal and vertical market clientele. Small companies use Small Business Manager (which is based on the same technology ? Great Plains Dexterity dictionary and runtime), Great Plains Standard on MSDE is for small to midsize clients, and then Great Plains serves the rest of the market up to big corporations. There are several reporting tools available and you definitely need to know which one to use for different types of reports.
If you are database administrator who is asked to import some data to Great Plains or repair or copy data from one company to another ? read this and you will have the clues on where to look further.
1. Microsoft Great Plains Tables Structure ? Launch Great Plains and go to Tools->Resource Description->Tables. Find the table in the proper series. If you are looking for the customers ? it should be RM00101 ? customer master file.
2. DEX_ROW_ID. This is identity column and each Great Plains table has it - this is due to the Great Plains Dexterity technology. This column is never used as a key field - so don't try to link your tables on DEX_ROW_ID. In case if you need to transfer the table from one company to another you should use these queries:
select * into GL00100_BAK from TWO.dbo.GL00100
go
alter table GL00100_BAK drop column DEX_ROW_ID
go
insert into GL00100 select * from GL00100_BAK
go
drop table GL00100_BAK
The set of queries above will transfer GL00100 (Account Master table) from TWO company into your current company. Then you need to run Checklinks - refer to GP Manual - in order to recreate the rest of the account master related tables.
3. Do not modify the table ? sometimes it seems to be nice if you just append couple of extra columns to the table - like in IV00101 - inventory master file why wouldn't you just add couple of additional descriptions. If you do this - Great Plains Dexterity engine will fail reading all your items - due to the fact that DYNAMICS.DIC (main Great Plains Dictionary file) has exact description of all the tables and Dexterity uses it for reading and writing into the specific table
4. Feel free to create SQL views or stored procs. If you are helping your internal developers to create Crystal Reports - good SQL views are real help to them. Let me give you example, the view below will show work and historical SOP Invoices - then Crystal can just use it
create view SOP_WORK_HIST
as
select SOPNUMBE, CUSTNMBR, CUSTNAME, DOCAMNT from SOP30200 where SOPTYPE=3 and VOIDSTTS=0
union
select SOPNUMBE, CUSTNMBR, CUSTNAME, DOCAMNT from SOP10100 where SOPTYPE=3 and VOIDSTTS=0
The above view will show all the work and historical non-voided invoices (SOP Type = 3 stays for invoice)
5. Some repair / unlocking tips:
If you run query above against DYNAMICS database - it will unlock the user, who accidentally shut down the computer without logging off Great Plains:
delete ACTIVITY where USERID='JOHN'
Next one will unlock hanging batch:
update SY00500 set BCHSTTUS=0 where BACHNUMB = 'JULYINVOICES04'
Happy querying! if you want us to do the job - give us a call 1-866-528-0577! help@albaspectrum.com
Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies ? USA nationwide Microsoft CRM, Microsoft Great Plains implementation and customization company, based in Chicago, Boston, New York, San Francisco, Los Angeles, San Diego, Phoenix, Houston, Dallas, Atlanta, and Miami and having locations in multiple states and internationally (www.albaspectrum.com), he is Dexterity, SQL, VB/C#.Net, Crystal Reports and Microsoft CRM SDK developer.
|
|
|
|
|
|
|
|
|
|
|


Words we choose to describe things and phenomena often show... Read More
What is installation in the language of technology? Installation... Read More
This article is the first of a series of articles... Read More
Microsoft CRM has built-in conversion tool, however you should probably... Read More
In a previous article, I wrote about OpenOffice... Read More
Is Photoshop CS2 worth the upgrade? You bet it is!... Read More
TCO (Total Cost Ownership) is the buzzword in... Read More
What is IRC?IRC is Internet Relay Chat. It is a... Read More
This is intermediate level SQL scripting article for DB Administrator,... Read More
Find out why Spyware Removal from computers is important and... Read More
Microsoft Business Solutions Great Plains has full-featured manufacturing set of... Read More
Collaboration SoftwareCollaboration Software, also known as group collaboration software or... Read More
Before September of 1995, Microsoft ignored the Internet because their... Read More
Rapid Application Development (RAD) is a software development methodology. In... Read More
So let's begin crunching down these 300 images using Adobe... Read More
Are you a whiz at calculating financial information? Not the... Read More
Just the thought of a duel-boot scares many people away,... Read More
Scrapbooks are very popular these days. I think that almost... Read More
When Great Plains Software introduced the first graphical accounting application... Read More
Research bears that less than 70 percent of development projects... Read More
It won't matter how effective your WinRunner Team is if... Read More
What is Interactive Mapping?Interactive mapping is a visual display medium... Read More
In order to implement VLANs in a network environment, you'll... Read More
If you have Microsoft Great Plains and support it for... Read More
One day, you suddenly realize that your computer started to... Read More
With the advent of 'Service Pack 2' for Windows XP... Read More
Customer Relationship Management, abbreviated "CRM," is the term for a... Read More
Microsoft Great Plains has substantial mid-market share in the USA... Read More
2005 ? Back to the Future.What does the future hold?... Read More
Several software companies design programs for preventive maintenance. Most of... Read More
Microsoft Business Solutions Small Business Manager is scaled down Great... Read More
Before September 1995, Microsoft Windows was an MS-DOS program. DOS... Read More
What is a Web Database?A web database is a database... Read More


Customer Relationship Management (CRM) is a strategy and processes used... Read More
IntroductionDuring the early years of our modern computer era, very... Read More
The adware and spyware definitions list is very long. But... Read More
In the Clinton era the status quo was simple: you... Read More
Java has come along a long way. Many would agree... Read More
Microsoft Outlook is one of the most widely used software... Read More
If you have Microsoft Great Plains and support it for... Read More
Microsoft Business Solutions main middle market ERP application - Microsoft... Read More
You might think you don't need a firewall... Read More
How would you like to prevent spyware and adware from... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
SAP Inc., a global leader in client/server enterprise application software... Read More
Passwords protect your most sensitive personal, financial and business information.... Read More
Have you noticed WordPerfect is gearing up for a comeback... Read More
Three highly respected names in Human Resources have joined forces... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
If you have Microsoft Great Plains as main accounting and... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
Our opinion is based on our Microsoft Business Solutions Great... Read More
There is many things more frustrating than surfing a website... Read More
The Microsoft system preparation utility for Windows 2000 is a... Read More
Every organization which creates collaborative documents, whether they are budgets,... Read More
Ad-Aware and Spybot are probably the two most well known... Read More
As Mozilla Firefox nears 10% market share, with well over... Read More
This article is the first of a series of articles... Read More
The cornerstone of successful automated office systems is the ability... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
DBxtra is a powerful query and reporting tool that hides... Read More
Whether you are a small consultancy firm, a medium sized... Read More
The most important benefit of XML is its simplicity. Though... Read More
If you are in a business that passes documents around... Read More
Our hosted solution allow you to run your own search... Read More
Microsoft Great Plains is one of three Microsoft Business Solutions... Read More
Software |