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 (help@albaspectrum.com), he is Dexterity, SQL, VB/C#.Net, Crystal Reports and Microsoft CRM SDK developer.
experienced cleaning professionals Arlington Heights ...No matter how much you enjoy your favorite screensavers, sometimes... Read More
When reading an article where some term is used often,... Read More
The first topic we are going to discuss... Read More
Let's say that you have a software project that's under... Read More
Microsoft Business Solutions Great Plains was purchased from Great Plains... Read More
Cyberspace has opened up a new frontier with exciting possibilities... Read More
Microsoft Business Solutions Great Plains has full-featured manufacturing set of... Read More
I provide, here clear explanations and a count of function... Read More
Microsoft CRM is CRM answer from Microsoft Business Solutions.The whole... Read More
Almost all new and major brand of PCs come with... Read More
Microsoft Retail Management System serves retail single store as well... Read More
How do you run a program on a remote server... Read More
ERP is the acronym of Enterprise Resource Planning. Multi-module ERP... Read More
If you have Microsoft Great Plains and support it... Read More
When Windows fails to boot it is normally caused by... Read More
Microsoft Business Solutions Great Plains serves multiple industries in the... Read More
In our case ? we serve Microsoft Business Solutions ERP... Read More
Microsoft Great Plains is now standard mid-market ERP application, serving... Read More
Having from five to ten and more favorite screensavers is... Read More
If you are in the market for new staffing software,... Read More
Whether you are an experienced web programmer or a complete... Read More
FTP stands for "file transfer protocol". FTP is basically a... Read More
Handling character strings in Java is supported through two final... Read More
Microsoft Great Plains fits to majority of industries, in the... Read More
IntroductionPHP can be used for a lot of different things,... Read More
expert residential cleaners Glenview ...Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
It???s easy to understand why you might be drawn to... Read More
This is the tutorial where we really get into programming.... Read More
When you think... Read More
When you double-click a layer in the Layer Palette, you... Read More
You've finally created databases that you can actually use to... Read More
Vince Lombardi once said that, "The achievements of an organization... Read More
Microsoft Business Solutions Great Plains version 8.5, 8.0, 7.5, Great... Read More
ERP (Enterprise Resource Planning) Overview covers What is ERP, Brief... Read More
ERP Consulting industry is on the way to serve clients... Read More
There are many commands that are used in linux on... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
The Software 2005 conference is now a wrap. This conference,... Read More
Microsoft Business Solutions Great Plains was purchased from Great Plains... Read More
Are you a whiz at calculating financial information? Not the... Read More
There are two approaches for application integration:? Programmer's approach ?... Read More
Microsoft Great Plains serves majority of US based horizontal and... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
Microsoft Great Plains - Microsoft Business Solutions accounting and ERP... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
We all already got used to computer monitoring both at... Read More
We've all seen the ads on TV for Netzero 3G.... Read More
Former Great Plains Software Dynamics/eEnterprise and currently Microsoft Business Solutions... Read More
As we could imagine, if you are reading this article... Read More
You turn on your computer, and it doesn't look quite... Read More
Software |