Book Image

Microsoft Dynamics GP 2010 Cookbook

By : Mark Polino
Book Image

Microsoft Dynamics GP 2010 Cookbook

By: Mark Polino

Overview of this book

Microsoft Dynamics GP is an Enterprise Resource Planning system, essentially an accounting system on steroids, designed for mid-sized organizations. The implementation of Dynamics GP is usually considered to be complex, and people often realize there must be more efficient ways of working with the system. This book will show readers how to improve their use of Dynamics GP and get the most out of this tool quickly and effectively.This book picks up where implementation training leaves off. Whether you are new or experienced you will find useful recipes for improving the way you use and work with Dynamics GP. The clear recipe steps and screenshots make implementing these solutions easy for users of any level and will be sure to improve your efficiency with the Dynamics GP system.The book starts with recipes designed to enhance the usefulness of Microsoft Dynamics GP by personalizing the look and feel of the application. Most of the recipes are designed to give tips for a typical installation of Dynamics GP, including core financials and distribution modules. The book then moves through recipes that include automating Dynamics GP to allow users or administrators to focus on value adding tasks, harnessing the power of SmartLists to leverage both simplicity and power, connecting Dynamics GP to Microsoft Office 2007, exposing hidden features in Dynamics GP, and much more!By following the clear recipe steps and screenshots in this book, you will learn what is required to improve your efficiency with the Dynamics GP system
Table of Contents (17 chapters)
Microsoft Dynamics GP 2010 Cookbook
Credits
About the Author
Acknowledgement
About the Reviewers
Preface
Index

Cleaning up the mess by fixing AutoComplete errors


Dynamics GP includes a fantastic feature known as AutoComplete that remembers what a user has typed in a field and later makes data entry suggestions based on that information. This can significantly reduce repetitive data entry. However, if a user makes an error during data entry, such as a misspelled or incorrect word, that error will continue to be suggested over and over again.

There is a simple way to remove erroneous entries, and we'll look at how this is done in this recipe.

Getting ready

To demonstrate this feature we first need to intentionally create an AutoComplete error:

  1. Select Sales from the Navigation Pane on the left.

  2. On the Sales Area Page select Customer under Cards on the right to open up the Customer Maintenance window:

  3. With the Customer Maintenance window open, type MISPELL in the Customer ID field and press Tab. Click on the Clear button to remove this customer entry.

How to do it...

Now that we have an error, let's see how to fix it:

  1. Back in the Customer ID field, type MIS. Dynamics GP will suggest MISPELL. Right-click on the suggested word MISPELL and select Remove From List:

  2. Now, typing MIS in the Customer ID field doesn't provide the MISPELL suggestion.

How it works...

AutoComplete is controlled in User Preferences, which is accessed via the Shortcut Bar. The AutoComplete settings are defined for each user. This means that each user has a different set of AutoComplete entries, so removing an errant entry doesn't affect other users.

There's more...

To better manage AutoComplete, there are some other settings that can be adjusted on a per-user basis.

Removing unused entries

The AutoComplete cache of entries can grow quite large and unwieldy leading to a significant number of entries to sort through, thus reducing the effectiveness of this feature. A consistent way to manage the size of the AutoComplete list is by letting AutoComplete remove unused entries automatically. To set this up:

  1. Select User Preferences from the Shortcut Bar and click on AutoComplete.

  2. In the Remove Unused Entries After field enter 90 and click on OK. This means any AutoComplete entries that have not been used for 90 days will be removed.

Reducing the number of AutoComplete entries

Another option for managing the size of the AutoComplete cache is to limit the maximum number of AutoComplete entries. To accomplish this:

  1. Select User Preferences from the Shortcut Bar and click on AutoComplete.

  2. For the Max. Number of Entries to Store per Field entry the default is 10,000. Think about it: 10,000 entries per field, per user is a huge limit. This limit can safely be lowered by changing the value to 1,000 in the Max. Number of Entries to Store per Field field.

Resetting AutoComplete

If significant changes are made to a system, users can get a fresh start by completely resetting their AutoComplete entries. This is accomplished via the Remove Entries button, which is made available after clicking on User Preferences and then on the AutoComplete button.