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.
Batchtown Chicago prom limo .. Lockport Chicago limo O’HareMicrosoft has never released a service pack for Windows98 SE,... Read More
It's all about turn times in the eMedia industry! The... Read More
The fact that a software tester is a most infamous... Read More
Microsoft Business Solutions Great Plains and MS CRM (client relation... Read More
OEComplete is a utility for managing the personal information of... Read More
While paper labeling CDs and DVDs may appear to be... Read More
In the early days of the personal computer, we're talking... Read More
Spyware and malware are large problems for Internet users today... Read More
While I was in college, if you would have asked... Read More
I've been active in the Cisco Certification track for four... Read More
Microsoft Great Plains serves the wide spectrum of horizontal markets.... Read More
Ad-Aware and Spybot are probably the two most well known... Read More
If you are software developer or database administrator - we... Read More
Introduction To ISDN, Part III: Configuring PPP PAP AuthenticationNow we... Read More
1. With mapping software you can create a report that... Read More
In this article you will find some background information about... Read More
Some companies that are in need of fleet management may... Read More
Adware is a type of Spyware program that displays some... Read More
This article will not attempt to advocate the use of... Read More
Anti-virus software is used to find, remove or fix files... Read More
Several years ago Microsoft purchased Great Plains Software, then Navision... Read More
ERP Consulting industry is on the way to serve clients... Read More
It is now common thing when large corporation selects mid-market... Read More
Anyone who has ever used Microsoft Word knows that it... Read More
Although we don't know whether Microsoft ever envisioned such a... Read More
shuttle from Midway Munster are ..Former Great Plains Software Dynamics/eEnterprise and currently Microsoft Business Solutions... Read More
Most people understand that the "hardware" part of their computer... Read More
Microsoft CRM and IBM Lotus Notes Domino seem to be... Read More
Whether you have used Microsoft Word for years, have just... Read More
Great Plains Inventory Management (IV) module gives your business a... Read More
It would be easy to think, like most people apparently... Read More
Microsoft bought Navision, Denmark based software development company, along with... Read More
Whether you are a small consultancy firm, a medium sized... Read More
Features Additionally, Vista will include many other new features.Aero Vista... Read More
Blue Cross and Blue Shield of Hawaii (HMSA) found itself... Read More
Microsoft Business Solutions Great Plains is very generic accounting application... Read More
ERP Consulting industry is on the way to serve clients... Read More
Since Version 8.0 Microsoft Business Solutions Great Plains & Great... Read More
What is Tripwire?Tripwire is a form intrusion detection system (IDS)... Read More
When reading an article where some term is used often,... Read More
The Software 2005 conference is now a wrap. This conference,... Read More
Microsoft Great Plains serves majority of US based horizontal and... Read More
Imagine something that follows you home and sets itself up... Read More
While Ukraine is becoming a new popular IT outsourcing destination,... Read More
SAP Inc., a global leader in client/server enterprise application software... Read More
Best Software Act! is very popular CRM for small and... Read More
It could just be me, but my experiences with document... Read More
One of the things we can be as certain of... Read More
We all already got used to computer monitoring both at... Read More
Linux essentials:It's free for download but you have to pay... Read More
Software |