Great Plains Partner News: New Company With Old Customers

Microsoft Dynamics GP or former ERP name Great3.       Clearing transactions and history.  The
Plains Dynamics or eEnterprise is very popular mid-sizegoal is to just leave master records: GL accounts,
corporate ERP, which also fits smaller businesses,customers, vendors, inventory items.  In tools,
where Small Business Financials is targeted.  If yourmaintenance select clear data and in each series
business came under the restructuring and you areselect transactions, summaries and history files. 
opening new legal name and want to start over in theWhen you are done with this delete SYS00500 table,
new company, however you would like to preservewhich contains unposted batches.  Now go to tools,
your customers and vendors and most of your GLand by series (purchasing, sales, inventory) run
account, then you should read this small publication toreconcile – you will recalculate customer, vendors,
get oriented.  Let’s begin with company creationitems summaries and balances.  Next step is check
routine:links, select financial, purchasing, sales and inventory
 series files
1.       Creating New company.  You perform 
this in Great Plains Utilities.  Dynamics GP new4.       Removing inactive accounts.  If you
company creation should take from five to fifteenhave a list of the accounts to keep, you can create
minutes, depending on the performance of yoursimple SQL delete statement, where you will join
server.  If you would like to avoid problems, follow allaccounts to keep table and GL00100.  Then remove
the way through the creation and do not try to stoporphan accounts, joined by account index in GL00105
the processtable (accounts index master).  If you have
 multicurrency accounts, remove them the same way
2.       Load new company database with yourin MC00200 table.  Then, run check links on financial
old company backup.  This should be done in 
Microsoft SQL Server Management Studio (MS SQL5.       Company ID update script.  We can not
Server 2005) or in SQL Enterprise Manager (MS SQLinclude this script in this small publication, you can find it
Server 2000).  You typically load backup from device,on GP customer or partner source.  And now you
select file, and then in options check force restoreare ready to go live with new company
over existing database.  Don’t forget to change 
file name and path, before you click restore button6.       FRx reports.