| ID: | 15217 |
| Title: | Weekly Dynamic: SQL to Balance AP to GL |
| URL: | http://msdynamicsgp.blogspot.com/2010/08/weekly-dynamic-sql-to-balance-ap-to-gl.html |
| Description: | An important part of maintaining Dynamics GP is balancing the AP subledger to the General Leger. GP has a utility to help you do this if they are out of balance. Additionally, The Close can go beyond the capabilities in Dynamics GP to provide even better balancing options. But what if you are regularly in balance and you want to make sure that you stay that way without having to run the big AR Trial Balance report every day? Well, here is a little bit of SQL that can I’ve used before that can do just that. This compares the AP subledger to the selected AP GL account and shows the difference. It’s a quick way to see if AP balance. /*Get the GL total for this Account. Change the account below or optionally add additional Select SubType, sum(Subbal) as SubBal, Sum(GLBal) as GLBAL, sum(SubBal)-Sum(GLBAL) as Difference, Drop Table #SubtoGLCompare |
| Category: | SQL SCRIPTS: Payables Management (SQL) |
| Link Owner: | |
| Date Added: | August 09, 2010 03:01:08 PM |
| Number Hits: | 44 |