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.
whole house cleaning Deerfield ..Case study: A secretary using Corel WordPerfect 7 is often... Read More
The US House of Representatives has recently passed the "Spy... Read More
As Mozilla Firefox nears 10% market share, with well over... Read More
Spyware is like the new technological nuclear weapon on the... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
What is Groupware?Have you ever had to manage document collaboration... Read More
Just imagine: you are walking, say, towards your car, and... Read More
Microsoft Business Solutions ? Navision is an integrated solution for... Read More
It is now common thing when large corporation selects mid-market... Read More
This short paper will expand on two key reasons to... Read More
Designing without tables by using CSS layouts is fast becoming... Read More
In the early days of the personal computer, we're talking... Read More
Remember old good days when your company probably had Great... Read More
Let's say that you have a software project that's under... Read More
Crystal Reports is the most flexible tool on the market... Read More
Microsoft Business Solutions Great Plains is very good fit for... Read More
Sales are all about leverage, because there is only so... Read More
Shareware is software that you can try before you buy;... Read More
In linux, one of great commands for finding out information... Read More
Usually, the easiest way to tell you have spyware is... Read More
Microsoft Great Plains, former Great Plains Software Dynamics, eEnterprise has... Read More
Upgrading. Downtime. Maintenance. Hardware obsolescence. Implementation issues. The litany of... Read More
SyncUp, a file synchronizer is designed to assist the home... Read More
Microsoft Great Plains, designed back in 1990th as database transferable... Read More
Linux essentials:It's free for download but you have to pay... Read More
home cleaning services Des Plaines ..Our hosted solution allow you to run your own search... Read More
We all already got used to computer monitoring both at... Read More
Microsoft Great Plains fits to majority of horizontals and retail... Read More
Shareware is software that you can try before you buy;... Read More
Since its release in 1987, QuarkXpress had made an immediate... Read More
If you have Great Plains Dynamics/eEnterprise (version 6.0 or earlier)... Read More
Spyware is software or hardware installed on a computer without... Read More
Once a business idea is selected, it is highly recommended... Read More
Lotus Domino/Notes ? Microsoft Great Plains tandem as ERP with... Read More
In order to implement VLANs in a network environment, you'll... Read More
So, why should you use any O/R mapping tool? I... Read More
In the early days of the personal computer, we're talking... Read More
If you would like to pick something from Microsoft, or... Read More
Intro This concise article will tell you in plain English... Read More
Microsoft CRM is new player on the CRM software... Read More
When my daughter was getting into AOL instant messaging (AIM)... Read More
Microsoft Business Solutions Great Plains is written in Great Plains... Read More
.Net Framework is a platform or development environment to seamlessly... Read More
As of now - Great Plains Dynamics/eEnterprise is transformed/renamed into... Read More
Domino server is a buffer between the operation system and... Read More
Programming Help for BeginnersWe write programs to instruct computers. When... Read More
So let's begin crunching down these 300 images using Adobe... Read More
Most computer users use spreadsheets software such as Microsoft Excel... Read More
When you visit department stores and see that majority of... Read More
When Windows fails to boot it is normally caused by... Read More
Software |