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.
move in cleaning service Mundelein ..As Mozilla Firefox nears 10% market share, with well over... Read More
If you have been running Windows XP for a couple... Read More
If you have been using the Internet for any amount... Read More
In order to implement VLANs in a network environment, you'll... Read More
Usually workflow & messaging is realized in CRM and then... Read More
The Windows registry is a huge database that ensures normal... Read More
Beginning with Domino version R4 it has integration with the... Read More
There are two approaches for application integration:? Programmer's approach ?... Read More
The various resume software offered, particularly on the internet, can... Read More
An operating system (abbreviated OS) is essentially the path through... Read More
Microsoft Client Relation Management system (Microsoft CRM) and Microsoft RMS... Read More
Having from five to ten and more favorite screensavers is... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
RSS (Really Simple Syndication) is a way for a site... Read More
It is now common thing when large corporation selects mid-market... Read More
Have you ever noticed that when you look at your... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
The term "document management" and "paperless office" is the subject... Read More
At the end of XX century, in the late 1990th... Read More
What is 'adware'?Adware is basically software or scripts that are... Read More
Each Industry and market niche has business specific and unique... Read More
Microsoft has never released a service pack for Windows98 SE,... Read More
Microsoft Business Solutions Great Plains is very generic accounting application... Read More
Microsoft bought Navision, Denmark based software development company, along with... Read More
insured cleaning company Highland Park ..Navision Software was purchased by Microsoft and now it is... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
The purpose of one of our projects was MS Exchange... Read More
The Windows Indexing Service provides you with the ability to... Read More
This article is for advanced Microsoft CRM SDK C# developers.... Read More
As Mozilla Firefox nears 10% market share, with well over... Read More
Customer Relationship Management, abbreviated "CRM," is the term for a... Read More
Are you a whiz at calculating financial information? Not the... Read More
We would like to give you pluses and minuses of... Read More
Sales are all about leverage, because there is only so... Read More
In linux, one of great commands for finding out information... Read More
In this small article we will show you the possible... Read More
eStore Advantage allows front-office applications to communicate with back-office business... Read More
Rapid Application Development (RAD) is a software development methodology. In... Read More
Introduction: The creating of a computer program involves a number... Read More
Just stress testing one of the latest Linux distributions. Been... Read More
An operating system (abbreviated OS) is essentially the path through... Read More
Looking at all the ads which promise to get rid... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
One of the main reasons business owners and entrepreneurs use... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
Spyware, what it is and what it does. Basically, spyware... Read More
(1) Avoid using the same variable again and again for... Read More
Language development computer: Computer-based method for aiding language development seems... Read More
What is Snort?Snort is an open source network intrusion detection... Read More
Software |