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.
scheduled maid service Northbrook ..Microsoft CRM ? Client Relationship Management package from Microsoft Business... Read More
Since technology changes so quickly, it is hard to begin... Read More
Trying to figure out a stream in banning one email... Read More
Best Software Act! is very popular CRM for small and... Read More
ERP (Enterprise Resource Planning) Overview covers What is ERP, Brief... Read More
Microsoft Business Solutions ? Great Plains has captured the US... Read More
DBxtra is a powerful query and reporting tool that hides... Read More
Microsoft Great Plains has full-featured Manufacturing suite of modules: Capacity... Read More
Sales are all about leverage, because there is only so... Read More
Microsoft Client Relation Management system (Microsoft CRM) and Microsoft RMS... Read More
Shareware has been fighting the stigma of being misunderstood for... Read More
Document Management or Enterprise Information Management is perhaps one of... Read More
When you own a small business, time is money. And... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
I've been active in the Cisco Certification track for four... Read More
Microsoft CRM is now on the scene and it is... Read More
Microsoft Great Plains, former Great Plains Software Dynamics, eEnterprise has... Read More
Now is the time to look at an alternative to... Read More
Microsoft Business Solutions Great Plains has substantial market share among... Read More
If you're online using a dialup Internet connection, you'll probably... Read More
Icons are used everywhere; right from software applications, to internet... Read More
Preventive Maintenance (PM) is defined as scheduled work done on... Read More
#5 All your hardware components like Printers, PCs etc come... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
When you think... Read More
reliable maid service Highland Park ..What is installation in the language of technology? Installation... Read More
So, you've bought a new Macintosh, and now you may... Read More
Microsoft Business Solutions CRM data conversion deserves FAQ type of... Read More
Three highly respected names in Human Resources have joined forces... Read More
GroupwareEfforts are continually made to manage the unavoidable ad hoc... Read More
Microsoft bought Navision, Denmark based software development company, along with... Read More
The Windows Indexing Service provides you with the ability to... Read More
You have gotten those E_Mails buy software at deep discounts.... Read More
Microsoft CRM is winning market share step-by-step from such the... Read More
Considering whether or not your software company should hire a... Read More
Microsoft Business Solutions CRM is now approaching the phase of... Read More
We would like to give you several situations, when you... Read More
Many Webmasters have never bothered to view their website's server... Read More
Microsoft Business Solutions Great Plains is very good fit for... Read More
Formatting and reinstalling windows 98 is very easy if you... Read More
RSS (Really Simple Syndication) is a way for a site... Read More
SAP Inc., a global leader in client/server enterprise application software... Read More
Software development is a risky business.Many software developers are barely... Read More
As seeing large number of implementations ? in our case... Read More
A LOT OF UNWANTED FILES.When you uninstall an item of... Read More
As of now - Great Plains Dynamics/eEnterprise is transformed/renamed into... Read More
Well, even if the combination might look very unusual, we... Read More
It???s easy to understand why you might be drawn to... Read More
Executive SummaryAn effective plan for entering, cleaning and updating the... Read More
This tutorial covers OLAP solutions used by Data warehouses and... Read More
Software |