Book Image

Microsoft Dynamics GP 2013 Cookbook

Book Image

Microsoft Dynamics GP 2013 Cookbook

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. "Microsoft Dynamics GP 2013 Cookbook" 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 2013 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 2013, exposing hidden features in Dynamics GP, and much more! Through the final chapters, the book covers system maintenance and extending Dynamics GP with the Support Debugging Tool and Professional Services Tools Library.
Table of Contents (22 chapters)
Microsoft Dynamics GP 2013 Cookbook
Credits
About the Author
Acknowledgment
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Index

Accessing accounts faster with favorites in lookups


In larger organizations it is common for users to only work with a subset of the chart of accounts. Often these accounts are limited to a certain division or department. To find a set of accounts fast, Dynamics GP provides a mechanism to lookup a more limited set of accounts and save them as favorites. This provides faster access when selecting accounts in transactions. In this recipe, we'll look at using favorites in lookups. Favorites are actually part of SmartLists, which are covered in detail in Chapter 5, Harnessing the Power of SmartLists.

This recipe showcases the power of integrating SmartLists into the application interface. It provides an unlimited number of ways to target account selection including selection based on department, company, account type, financial statement type, and more, all with just a few clicks.

Getting ready

To begin this recipe, we are required to set up a simple SmartList to setup the account limits:

  1. Select the Microsoft Dynamics GP menu and click on SmartList to open SmartLists.

  2. Click on the plus sign (+) next to Financial and select Accounts:

  3. Now, select the Search button. Click on the lookup icon (it looks like a magnifying glass) and select Account Number. Click on OK.

  4. Set the Filter dropdown to begins with and enter the value 000. Click on OK to close:

  5. Select the Favorites button. In the Name box enter Segment 000 and click on Add | Add favorite:

This process creates a specialized list based on a segment in the chart of accounts and then saves it to make it available for account selection.

How to do it...

The favorites list only needs to be built once. After that, the real fun starts.

  1. First, select Financial from the Navigation Pane on the left side and pick General from the Financial area page.

  2. Click on the Account field in the middle and select the lookup button. Click on the arrow next to View and hover over Favorites.

  3. Pick Segment 000, the favorite created in the Getting ready section:

This presents a specialized list to users giving them a more targeted list of accounts to select from when creating a transaction.

There's more...

There are more options than just this recipe for limiting the selections from the chart of accounts.

Set as default view

New in Dynamics GP 2010 and improved in Dynamics GP 2013 is the ability to save a favorite as the default view. Once a favorite has been selected in the view, simply click Set as Default View from the View menu. Default views are per user and only available for master record lookup, not transactions.

Restricted list

If users only need to restrict the available accounts occasionally there is a temporary option. After selecting the lookup button and clicking on the arrow next to View, users can select Restricted List instead of Favorites. The Restricted List option provides similar functionality to Favorites but the search is not saved and restricted lists cannot be set as the default view.

Resetting

Selecting All Accounts resets the list, removing all restrictions.

Account security

Account security is a feature in Dynamics GP that limits a user's access to certain accounts in the chart. A user cannot even see an account that they don't have access to. This is another option to limit the selection of accounts available to a user but it requires an administrator and a lot of thought to set up correctly. Setting up account security is less like a recipe and more like a seven course meal so it's not covered here.

Activating account security without proper setup makes it appear as if the chart of accounts has been deleted. Deactivating account security returns users' access to the chart but not before triggering a gut wrenching fear that it's time to find a new job.

See also

  • Chapter 5, Harnessing the Power of SmartLists