Logo
CAR REVIEW
Windows Vista
Windows 7
Windows Azure
Windows Server
Windows Phone
PREGNANCY
 
 
Windows Server

Microsoft Dynamic GP 2010 : Getting early warnings with Business Alerts

11/28/2011 2:57:13 PM
It's always nice to find out about problems early. Early notification usually means that there is still time to fix the issue. Dynamics GP provides a great mechanism for early warnings in the form of Business Alerts. Business Alerts allow companies to build a criteria for notification and then to get notified via e-mail or within the application. Additionally, a report of information related to the alert can be sent as a part of the e-mail. A wizard-like interface is used to set up alerts but these can get very complex.

For this recipe, we'll build a basic Business Alert with all of the foundational pieces for a more complicated alert. For our sample business alert we'll assume that a company would like to be notified when their bank balance falls below $10,000 to allow them to transfer cash from another account.

Getting ready

Users must be logged in as 'sa'  to create business alerts. Log in as 'sa' prior to starting this recipe.

How to do it...

Let's look at how to build a Business Alert:

  1. 1. On the Navigation Pane select Administration. Select Business Alerts under System. In the System Password field enter the system password and click on OK.

  2. 2. Leave the Create New Alert option selected and click on Next to start an alert:

  1. 3. Select a company database. The company database for the sample company is TWO.

  2. 4. Name this alert BANK BAL <10K in the Business Alert ID field.

  3. 5. In the Description field type Bank Bal <10k. Click on Next to move on:

  1. 6. In the Series field select Financial. Find the CM Checkbook Master table in the Tables menu. Click on it and click on Insert to add this table. Then click on Next to continue:

  1. 7. After selecting the appropriate table it's time to define the alert formula. In the Define Alert Formula window select CM00100_T1 - CM Checkbook Master Table. Select Current Balance in the Column Name field and click on Add Column: under

  1. 8. Click on the less than (<) button. Type 10000 in the Constant field and click on Add Constant. Click on Next.

  2. 9. After the alert criteria have been established it's time to set up the alerts. Click on the E-mail selection next to Send To. Select Message and Report in the Send selection. Enter your e-mail address and click on Insert. In the Message Text area type Bank Account Balance is below $10,000 and click on Next:

  3. 9. After the alert criteria have been established it's time to set up the alerts. Click on the E-mail selection next to Send To. Select Message and Report in the Send selection. Enter your e-mail address and click on Insert. In the Message Text area type Bank Account Balance is below $10,000 and click on Next:

  1. 10. Finally, we'll lay out the report to accompany the alert. Select the CM00100_T1 - CM Checkbook Master table in the Table field. Scroll down to Checkbook ID in the Columns menu. Select it and click on Insert. Scroll down to Current Balance. Select it and click on Insert. Click on Next to move on:

  2. 11. Click on Next past the Select Report Sorting Options window.

  3. 12. The Schedule Alert window can be used to adjust the timing of alert deliveries. We'll leave the defaults and click on Finish to wrap up:

How it works...

This process creates a Business Alert that checks the bank balance in Dynamics GP at every midnight and e-mails an alert and detailed report if the balance drops below $10,000. A manager will then get this alert via email or on their phone and be prepared to move cash even before they leave for the office in the morning. Business Alerts are extremely useful for checking items against a threshold. This includes scenarios such as accounts over budget, checkbook balances below a limit, customers over their credit limit, inventory items at their reorder point, and payments past due. This is just a sample of the scenarios that can be created.

There's more...

A great place to start working with Business Alerts is with the included prebuilt alerts.

Prebuilt alerts
Microsoft Dynamics GP comes with a prebuilt set of common Business Alerts, including alerts for many of the scenarios described previously and more. Modifying an existing Business Alert is a great way to learn about the process and move into creating more complex alerts. When creating a Business Alert simply select Modify Existing Alert instead of Create New Alert and walk through the wizard.
Other -----------------
- SQL Server 2008 R2 : Managing the Optimizer (part 3) - Using Plan Guides & Limiting Query Plan Execution with the Query Governor
- SQL Server 2008 R2 : Managing the Optimizer (part 2) - Forced Parameterization
- SQL Server 2008 R2 : Managing the Optimizer (part 1) - Optimizer Hints
- SQL Server 2008 R2 : Common Query Optimization Problems
- System Center Configuration Manager 2007 : Creating Queries (part 3) - Criterion Type, Operators, and Values
- System Center Configuration Manager 2007 : Creating Queries (part 2) - ConfigMgr Query Builder
- System Center Configuration Manager 2007 : Creating Queries (part 1) - Objects, Classes, and Attributes
- System Center Configuration Manager 2007 : Configuration Manager Queries - Viewing Queries and Query Results
- Microsoft Systems Management Server 2003 : Disaster Recovery - Scheduling Maintenance Tasks
- Microsoft Systems Management Server 2003 : Disaster Recovery - Database Maintenance
- Windows Server 2008 Server Core : Performing a Formatted Printout with Notepad
- Windows Server 2008 Server Core : Obtaining General System Information with the MSInfo32 Utility
- SQL SErver 2008 R2 : Parallel Query Processing
- SQL SErver 2008 R2 : Other Query Processing Strategies
- Configuring and Using Active Directory Certificate Services (part 4) - Protecting Your AD CS Configuration
- Configuring and Using Active Directory Certificate Services (part 3) - Considerations for the Use and Management of AD CS & Working with Enterprise PKI
- Configuring and Using Active Directory Certificate Services (part 2) - Finalizing the Configuration of an Online Responder
- Configuring and Using Active Directory Certificate Services (part 1) - Finalizing the Configuration of an Issuing CA
- Windows Server 2003 : The Security Configuration Wizard
- Windows Server 2003 : Understanding Security Considerations
 
 
Most view of day
- Maintaining Desktop Health : Using Performance Information And Tools
- Microsoft Systems Management Server 2003 : Analysis and Troubleshooting Tools - Working with Status Message Queries
- Microsoft Exchange Server 2013 : Mailbox management - Seeking perfection halts progress (part 2) - Starting EAC
- Microsoft Dynamics Ax 2009 : RunBase Framework Extension (part 2) - Bike-Tuning Service Offers Example
- Windows Server 2012 : Enhancements for Flexible Identity and Security (part 2) - Active Directory Unification for Various Directory Services
- Microsoft PowerPoint 2010 : Creating New Slides (part 2) - Creating a Slide from a Layout, Copying Slides
- Integrating SharePoint 2013 with the Office Applications (part 3) - Microsoft Excel
- Windows Server 2012 Administration : Configuring Sites (part 1) - Creating a Site - Creating Site Subnets
- Windows Server 2012 : Enabling and disabling the graphical interface in Hyper-V
- Windows Phone 8 : Configuring Basic Device Settings - Accessibility (part 1) - Adjusting the Text Size, Enabling High Contrast
Top 10
- Windows Phone 8 : Scheduled Tasks - Scheduled Task API Limitations
- Windows Phone 8 : Scheduled Tasks - Updating Tiles Using a Scheduled Task Agent
- Windows Phone 8 : Scheduled Tasks - To-Do List Scheduled Task Sample (part 5) - Editing an Existing To-Do Item
- Windows Phone 8 : Scheduled Tasks - To-Do List Scheduled Task Sample (part 4) - Creating the To-Do Item Shell Tile, Saving a To-Do Item
- Windows Phone 8 : Scheduled Tasks - To-Do List Scheduled Task Sample (part 3) - Debugging Scheduled Tasks
- Windows Phone 8 : Scheduled Tasks - To-Do List Scheduled Task Sample (part 2) - TodoService, TodoItemViewModel
- Windows Phone 8 : Scheduled Tasks - To-Do List Scheduled Task Sample (part 1) - TodoItem,TodoDataContext
- Windows Phone 8 : Scheduled Tasks - Using Scheduled Tasks
- Windows Phone 8 : Scheduled Tasks - Background Agent Types
- Windows Phone 8 : Windows Phone Toolkit Animated Page Transitions - Reusing the Transition Attached Properties
 
 
Windows XP
Windows Vista
Windows 7
Windows Azure
Windows Server
Windows Phone
2015 Camaro