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.
cleaning team near Mundelein ..MicroWorld Technologies, Inc. the leading solutions provider in the area... Read More
How do you run a program on a remote server... Read More
People often ask me: What image file formats will Photoshop... Read More
So, why should you use any O/R mapping tool? I... Read More
Before being able to choose a secure Internet communication system,... Read More
Microsoft CRM customization techniques are very diversified and based on... Read More
Domino server is a buffer between the operation system and... Read More
Microsoft Business Solutions Great Plains has full-featured manufacturing set of... Read More
Hi, Guys,I believe a lot of programmers are trying to... Read More
If you have Microsoft Great Plains as main accounting and... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
If you have Microsoft Great Plains and support it for... Read More
We don't think about mainframe software pricing anymore, we just... Read More
As you probably know, when Microsoft purchased Great Plains Software... Read More
If you have been running Windows XP for a couple... Read More
Microsoft Business Solutions Great Plains is very good fit for... Read More
Microsoft Business Solutions Great Plains, former Great Plains Software Dynamics/eEnterprise... Read More
We all already got used to computer monitoring both at... Read More
In our opinion, traditional approach when you select ERP/MRP system... Read More
Microsoft Great Plains is now standard mid-market ERP application, serving... Read More
Microsoft Business Solutions Navision serves both European and American megamarkets.... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
Microsoft Business Solutions Great Plains was designed back in the... Read More
It???s easy to understand why you might be drawn to... Read More
I completed an experiment recently. I wanted to find out... Read More
move out cleaning service Park Ridge ..There are certain pluses and minuses in both cases and... Read More
This short paper will expand on two key reasons to... Read More
In order to implement VLANs in a network environment, you'll... Read More
We were recently faced with a decision: either to let... Read More
This article is the first of a series of articles... Read More
Introduction To ISDN, Part III: Configuring PPP PAP AuthenticationNow we... Read More
Simply put, fleet maintenance allows companies to monitor and maintain... Read More
MS CRM is very close to document workflow automation, including... Read More
In part III of this ISDN primer, we learned that... Read More
Microsoft Business Solutions ? Great Plains is designed to meet... Read More
Great Plains Purchase Order Processing (POP) module makes up one-third... Read More
Microsoft Great Plains, former Great Plains Software Dynamics / eEnterprise... Read More
How to delete the user? This is the first problem... Read More
Microsoft Business Solutions Great Plains, Solomon, Navision, Axapta, Microsoft CRM... Read More
While I was in college, if you would have asked... Read More
The most important benefit of XML is its simplicity. Though... Read More
Bill of Lading is required report for Logistics and Freight... Read More
Around the same time Microsoft made its move with .Net... Read More
As seeing large number of implementations ? in our case... Read More
Customer Relationship Management (CRM) is a strategy and processes used... Read More
Three highly respected names in Human Resources have joined forces... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
IntroductionPHP can be used for a lot of different things,... Read More
Microsoft Outlook is one of the most widely used software... Read More
Microsoft Business Solutions Great Plains fits to majority of horizontal... Read More
Software |