August 2010
M T W T F S S
« Jul   Sep »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Recent Posts

Archives

Monthly Archives: August 2010

Page 3 of 41234

http://www.gpwindow.com/ – an absolute Masterpiece!

A Window to the Dynamics GP World! The Dynamics Community now has the mother of all websites! This is your one-stop access to every imaginable resource on the web for Dynamics GP. Continue reading

New Arrival

My posts have been a bit spotty as of late and I suspect that will continue for a little bit.  You see, I have been madly prepping for a new arrival.   GP 2010, you ask?  Well, maybe some… but mostly for the new addition to our family.  As the handy person in our family, I decided that I had to finish all of our 1/2 done DIY projects (kitchen shelves, closet organizers, range hood, etc) and oh, yeah, that our 3 bedroom flat really need to have more storage, so why don’t I just go down to the woodshop to build a 5′ built-in breakfront for the living room and another in the floor to ceiling cabinet in the corner of the Dining room. (My husband calls this the up-on-the-ladder trimester.) Even since I announced I was pregnant, I have been teased.  You see, Dynamics GP & I seem to be on similar schedules – GP10 was released while I was out on maternity leave with our first, Emma.  GP beat me with their new release by a couple of months this time…   But I have caught up.  Our new arrival, Grayson “Sonny” was born on August 10, 2010 at 10:23pm. Continue reading

FRx to Management Reporter Migration

If you are looking to migrate from FRx to Management Reporter, There is an inbuilt migration wizard in Management Reporter to do the same. I don’t need to specify the steps involved in the migration process as it has been covered in much detail elsewhere on the blogosphere. Here is a perfect link to accomplish the same. Continue reading

SmartConnect 2010 Service Pack 1 – SQL Lookups

SQL look ups make the hard bits easier! Customers don't always have (in fact rarely) a perfectly formatted source file with all the data you might need. For example you tell a client that for the billing integration you need the customer and their billing address ID. But they do not have the billing address ID in their data. Continue reading

Matched Tables – Viewing Open & History Documents on the same SmartList in Builder (just like the default Lists!)

One of the features of the default Lists in SmartList, Excel Reports & Navigation Lists is that you can often see ALL GP transactions for a certain type on one list – Work (unposted), Open (unpaid or not moved to history), and History (moved to history).   Now – don’t get me wrong - sometimes this feature is great, but a lot of my Builder Lists are to isolate just one status of GP transactions.  (For example, most of my clients that use Sales Order Processing have separate Open & History Lists from builder…) What if you DO want more than one status on a Builder List?    On first glance, it seems difficult or impossible – that data is in separate tables and you can’t just start with the open table and add the work table (there wouldn’t be matching records – so you won’t get anything!)  Don’t worry – there is another way. For example, you want to build a SmartList for payables transactions for a certain period of time and all of the distributions of these documents.  You really don’t care if the documents are paid or not (How they move to History in PM), you still want the documents to show on your list. Matched Tables First Start like normal and add your Transaction table for one status (I like to use open, but you could use history – it doesn’t matter). Continue reading

SQL view for Inventory Price Levels in Dynamics GP

When you are creating prices for different price levels in Dynamics GP, there is no easy way to see these, or to see all the prices for a particular price level. Below is a view that can help with this. ~~~~~ CREATE VIEW view_Inventory_Price_Levels AS /******************************************************************* view_Inventory_Price_Levels Created on Aug 9, 2010 by Victoria Yudin - Flexible Solutions, Inc. Continue reading
Page 3 of 41234