Jo's Did You Know "You can set your AR Aging Routine to Run Automatically in All GP Databases"
Jo's Did You Know "You can set your AR Aging Routine to Run Automatically in All GP
Every now and then I have a request from a client that they want to set up some automatic functionality in databases. This can at times require coding or Macros, etc. But there is one routine that is easier to do than that!
Some of these "Routines" can be set to run as Maintenance Plans at the end of the day so that reports, etc are always correct.
One of my favorites to set up is a routine to run the AR Aging Process automatically. Here are some instructions to set these up. I worked with Steve Gray to create this routine and the answer is also on his website dyndeveloper.com HERE
Use a Maintenance Plan to Run The Auto-Aging:
- Log into SQL Server Management Studio
- In Object Explorer Navigate to Management>Maintenance Plans
- Right Click and select “New Maintenance Plan”
- Name the Maintenance Plan “Auto AR Aging in All Databases”
- Move to the Left side of the screen and choose “ToolBox”
- Double Click “Execute T-SQL Statement Task”
- The task will appear in the big grey box on the right
- Right click the task and select “Edit”
- Paste into the “Execute T-SQL Statement Task” window this query:
|
- Click on Schedule at the top of the window
- Set the schedule to run daily, overnight, after any backups or other items are running. .
*This post is locked for comments