MichaelJ2.com: Dynamics GP for Equipment Rentals. Reviewing, exploring, and customizing Microsoft Dynamics GP.

Size: px
Start display at page:

Download "MichaelJ2.com: Dynamics GP for Equipment Rentals. Reviewing, exploring, and customizing Microsoft Dynamics GP."

Transcription

1 Page 1 of 7 SEARCH BLOG FLAG BLOG Next Blog» Create Blog Sign In MichaelJ2.com Reviewing, exploring, and customizing Microsoft Dynamics GP. Saturday, April 11, 2009 Dynamics GP for Equipment Rentals I recently wrapped up an implementation in the role of solution architect for a multi-location Equipment Rental company. I discussed our design with some of the best GP consultants I know who expressed interest in hearing more. I hope you find this useful. We chose to lead with the GP Field Service Series; Contract Administration, Returns Management, & Depot Management Module along with the Sales Order Processing and Inventory Control modules to handle Equipment Rental processes and requirements. I continue to be impressed by the variety of applications I have found for this suite of GP modules. In this scenario, the process begins with the contract. A customer phones the inbound call center and requests equipment for a specified period of time. The call center agent enters the contract terms into Contract Entry/Update. We mapped Contract Type to the customer's Location/Warehouse and customized the way GL distributions were populated (More on that to come). About Me MichaelJ2 Nashville, TN, United States Michael D. Johnson II is an independent consultant, project manager, and developer specializing in Microsoft Dynamics GP technologies based in Nashville, TN. He has been implementing, customizing, and supporting Dynamics GP systems since 1997, version From early 2004 through 2009 Michael served as the CIO and Director of ERP Systems for a global consumer products manufacturer and distributor. Prior to that, he spent 7 years consulting in the Microsoft Dynamics VAR Channel. He earned a Bachelors Degree in Accounting from the University of Kentucky and a MBA from Vanderbilt University. View my complete profile Blog Roll Developing for Dynamics GP Microsoft Dynamics CRM 4.0 (BETA) Adaptor for Microsoft Dynamics GP 10.0 SP4 Demo 13 hours ago The Dynamics GP Blogster How are Payables transactions work error messages stored? 16 hours ago DynamicAccounting.net Removing a Reference to a Field or Object in VBA 1 day ago The next step is to use a push button we added to the Contract Entry/Update window to automate the generation of a Sales Order that the warehouse operations can fulfill to record the shipment of the equipment to the customer. This was a better fit than leveraging native functionality to create the Contract from SOP as the contract needed to be initiated before the SOP Invoice was posted. We setup the equipment as serialized inventory items without cost so that we could track shipments to Inside Microsoft Dynamics GP Microsoft Dynamics CRM 4.0 (BETA) Adapter for Microsoft Dynamics GP 10.0 SP4 Integration DemoMate File NOW AVAILABLE!! 1 day ago Victoria Yudin SQL view for inventory quantities on hand 1 week ago The Death of Reason Managing in a Downturn Part III

2 Page 2 of 7 customers and availability of equipment for rental. The Create Order push button simply creates a new sales order header using default from SOP Setup and values from Contract Entry/Update and forces a relationship between the Sales Order (GL Reference) and the Contract (Job). The user then only has to enter the order lines and set the requested ship date then let the standard order fulfillment process run its course. New Revenue Sources 4 months ago Subscribe To Links: Microsoft Dynamics GP Home! Dynamics GP Newsgroup Connect with me at LinkedIn Blog Archive 2009 (15) June (2) If you have worked with the Contract Administration Module you would realize at this point that we didn't assign any equipment to the Contract. The business process in this scenario is to assign the equipment to the Contract only after the equipment has shipped to the customer. It's only at that point that you would know which serialized piece of equipment was shipped. We chose to automatically insert the equipment record on the Contract after the order was fulfilled, invoiced, and posted. We placed a trigger on SOP10201 to fire off a stored procedure that assigns the shipped serialized equipment records (SVC00300/SOP10201) to the Contract using the GL Reference:Job relationship. This is also where we assign the GL Account to the contract line based on the Location (SVC00600.CNTTYPE), Type of Customer (RM00101.USERDEF1), and Item Type (IV00101.USCATVLS_1) per the customer requirements. Removing a Reference to a Field or Object in VBA Creating Drop Down Lists using Modifier with VBA May (1) April (3) March (5) February (3) January (1) 2007 (5) 2006 (7) Posts by Category SQL (10) VBA (10) Modifier (7) ADO (2) DUOS (2) Dynamics GP (2) Random Rant (2) Contract Administration (1) Field Service Series (1) ISV (1) Project Management (1) RMA (1)

3 Page 3 of 7 At this point, the equipment has been shipped to the customer and the clock is ticking on the contract. You may have noticed that we defaulted the Hold flag on Contract Entry/Update to true (Simply done with VBA). This prevents the contract from being invoiced before the equipment is returned and inspected signaling the completion of the contract. This is where we'll pick up the process next. We implemented the RMA module to track the returns of the equipment from the customer, send the equipment through the depot for inspection, and place the equipment back into stock to be available for future rental. The RMA and Depot Management modules were a great fit for this scenario. We setup the RMA with a return path of none and to post the received inventory to an In Service Inventory Location. There's no need to credit or bill the customer for anything related to the RMA. We'll handle all of the charges when we bill the Contract later. We linked the RMA to the Invoice that we posted to record the shipment of the equipment to the customer. Next, follow the standard process for receive the RMA. This will adjust the returned equipment inventory into the designated In Service Location.

4 Page 4 of 7 Once received, use the RMA Line Process Return window to create Depot Management Workorders for each item so that it can be inspected and returned to stock. Post Labor and Parts to the Work Order(s) to track repair costs that might be billed back to the customer later. In this scenario, these charges would not be invoiced separately from the Contract Invoice. Rather, the labor and parts posted against the Work Order(s) will be used later in the process to apply additional repair charges to the Contract before it is billed. After the parts and labor are posted and Work Order is complete we finished the inspection process by transferring the equipment from the In Service location back to general stock to be available for a future rental.

5 Page 5 of 7 Linking the RMA to the invoice on which the equipment was shipped to the customer and the RMA to the Work Order against which inspection labor and parts are posted allows the backoffice to have visibility to returns of equipment and costs of inspection on unbilled contracts. There's a relationship between the RMA and Work Order all the way back to the Contract through the GL Reference:Job relationship created when the Sales Order was initially created from the Contract. The backoffice now knows that the equipment has been returned, received, and inspected. They can query the costs of repair/inspection and prepare the contract for invoicing. In this scenario they chose to add new contract lines for additional charges such as Freight and Repair. The final step in the process is to Bill the Contract to create the SOP Invoice to send to the customer for the rental, freight, and repair/inspection charges.

6 Page 6 of 7 Now, you can enter and track all of your transactions, costs, inventory movements, etc. associated with managing your equipment rental business using the Dynamics GP Field Service Suite which comes packaged with your BRL. There's no need for spreadsheets or disparate systems to manage these processes. We customized this implementation to streamline data processing, ensure consistency, and enforce data integrity. However, you could opt to implement this process without any customization at all. Using this process also allows you to query all of your equipment; in your own inventory (IV00102 and/or IV00200) as well as the equipment that is out on a rental contract (SVC00300 and SVC00601). You can use this information for Available to Promise Reports. You may have noticed the Create Project Button on the Contract Entry/Update window. We also integrated the FSS Contract with Project Accounting so that we could leverage PAS to track T&M activity related to the equipment rental. PAS was a better fit than Service Call management in this case and maintaining the relationship between the CA Contract and the PA Contract enabled us to report on the profitability of the relationship with the customer by combining both T&M project costs and billing with rental contract transactions. Posted by MichaelJ2 at 9:22 AM Labels: Contract Administration, Field Service Series, Modifier, RMA 3 comments: Mariano Gomez said... Michael, This is great information! I just rolled off a project too with

7 Page 7 of 7 global security services and equipment installation provider. While my experience was slightly different, the integration between the GP components and some of the add-ons we built made things very smooth. Great job with the post! MG.- Mariano Gomez, MVP Maximum Global Business, LLC 11:11 AM Brian Callow said... Very creative. 1:16 PM I think implementing WennSoft's Equipment Manager Rental Module might have been easier. MichaelJ2 said... I'm not sure WennSoft would have been easier. That's a relative term of course. What we did was pretty simple. The whole FSS implementation, including the light customizations, only took ~2 weeks. Their requirements actually mapped well to GP short a few GAPs and they owned FSS through their BRL. There are other functions for this industry WennSoft handles that FSS just doesn't. In this instance, those weren't important to this customer. 8:08 AM Post a Comment Links to this post Create a Link Newer Post Home Older Post Subscribe to: Post Comments (Atom)

QuickService Software Training. Equipment Tracking

QuickService Software Training. Equipment Tracking QuickService Software Training Equipment Tracking 1) When first purchasing a new piece of equipment, most companies give each piece of equipment an ID number. QuickService uses the Unit ID for that ID.

More information

How to Make Macola Order Entry Sing

How to Make Macola Order Entry Sing How to Make Macola Order Entry Sing A Guide to Improving and Automating your Exact Macola Order Entry Setup TABLE OF CONTENTS Introduction...1 Exact Macola ES Order Entry Overview...2 Exact Macola ES Order

More information

Distribution Training Guide. D110 Sales Order Management: Basic

Distribution Training Guide. D110 Sales Order Management: Basic Distribution Training Guide D110 Sales Order Management: Basic Certification Course Prerequisites The combined D110 Sales Order Management certification course consists of a hands- on guide that will walk

More information

SAP Business One. General Ledger Transactions Generated from Order to Invoice. ESAP SAP Business One Online University www.esapuniversity.

SAP Business One. General Ledger Transactions Generated from Order to Invoice. ESAP SAP Business One Online University www.esapuniversity. SAP Business One General Ledger Transactions Generated from Order to Invoice ESAP SAP Business One Online University www.esapuniversity.com Table of Contents Introduction... 3 Purpose of this document...

More information

Promotional Products Supplier Packet

Promotional Products Supplier Packet Promotional Products Supplier Packet A Better Business Approach Revision: 1.0 ABBASOFT TECHNOLOGIES 23161 Mill Creek Drive #360 Laguna Hills, CA 92653 Phone: 949.830.5113 Fax: 949.830.1304 E-mail: sales@abbasoft.com

More information

Welcome to the topic on purchasing items.

Welcome to the topic on purchasing items. Welcome to the topic on purchasing items. In this topic, we will perform the basic steps for purchasing items. As we go through the process, we will explain the consequences of each process step on inventory

More information

2O/2. distribution. How Much Can You Save With an Integrated ecommerce Approach? By KeCommerce. socius The Power of Partnership

2O/2. distribution. How Much Can You Save With an Integrated ecommerce Approach? By KeCommerce. socius The Power of Partnership 2O/2 distribution How Much Can You Save With an Integrated ecommerce Approach? By KeCommerce socius The Power of Partnership ecommerce Overview ecommerce has always been about the general ease and simplicity

More information

Microsoft Dynamics GP. Field Service Service Call Management

Microsoft Dynamics GP. Field Service Service Call Management Microsoft Dynamics GP Field Service Service Call Management Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed

More information

ERT ERP Platform Germany. Nov 2012 Horst Kaspers

ERT ERP Platform Germany. Nov 2012 Horst Kaspers ERT ERP Platform Germany Nov 2012 Horst Kaspers History Company 2 Company History Founded 1954 1987 Aquired Toennies Aquired Pyxis 1996 Cardinal Health Aquired Mijnhardt 1997 JAEGER 2001 Spin off VIASYS

More information

Sage Accpac ERP Order Entry 5.3A Service Pack 5 (070309)

Sage Accpac ERP Order Entry 5.3A Service Pack 5 (070309) Sage Accpac ERP Order Entry 5.3A Service Pack 5 (070309) This Service Pack, contains a modified version of one or more Order Entry program modules. The modification is not a full upgrade or a product replacement;

More information

See your business in a new way.

See your business in a new way. Operations and Distribution Management Brochure See your business in a new way. Realize the future of your business today. See your business in a new way. Realize the future of your business today. Distribution

More information

This RMA solution supports the ability to track: Products that are authorized for return, replacement, repair or simply unwanted. Material movements

This RMA solution supports the ability to track: Products that are authorized for return, replacement, repair or simply unwanted. Material movements Armanino s managed solution for Microsoft CRM provides a comprehensive Return Material Authorization (RMA) process that supports manufacturers and distributors in RMA tracking, process automation, and

More information

Order Management System. Complete control of your order processes

Order Management System. Complete control of your order processes Order Management System Complete control of your order processes Order Management System Integrated order processing, returns and replacements. Take total control of your orders No matter whether you take

More information

How To Use Optimum Control EDI Import. EDI Invoice Import. EDI Supplier Setup General Set up

How To Use Optimum Control EDI Import. EDI Invoice Import. EDI Supplier Setup General Set up How To Use Optimum Control EDI Import EDI Invoice Import This optional module will download digital invoices into Optimum Control, updating pricing, stock levels and account information automatically with

More information

Version 7.40 Customer Upgrade Guide. Sage ERP MAS 500

Version 7.40 Customer Upgrade Guide. Sage ERP MAS 500 Version 7.40 Customer Upgrade Guide Sage ERP MAS 500 2005-2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks

More information

Integrating Microsoft Dynamics GP and Microsoft Dynamics CRM. Discussion Paper and FAQ s

Integrating Microsoft Dynamics GP and Microsoft Dynamics CRM. Discussion Paper and FAQ s Integrating Microsoft Dynamics GP and Microsoft Dynamics CRM Discussion Paper and FAQ s Integrating two Microsoft Products it sounds easy enough. The physical act of integration, pushing data from one

More information

MICROSOFT DYNAMICS GP. Product Capabilities and Business Ready Licensing Module Guide. Solutions

MICROSOFT DYNAMICS GP. Product Capabilities and Business Ready Licensing Module Guide. Solutions MICROSOFT DYNAMICS GP Product Capabilities and Business Ready Licensing Module Guide Solutions Become a Dynamic Business with Microsoft Dynamics GP For more than 25 years, Microsoft Dynamics GP has delivered

More information

SOLUTIONS MICROSOFT DYNAMICS GP 2010. Business Ready Licensing Product Module Guide

SOLUTIONS MICROSOFT DYNAMICS GP 2010. Business Ready Licensing Product Module Guide SOLUTIONS MICROSOFT DYNAMICS GP 2010 Business Ready Licensing Product Module Guide Business Ready Licensing for Microsoft Dynamics GP 2010 Microsoft Dynamics business management solutions are designed

More information

Sophisticated Yet Simple

Sophisticated Yet Simple Sophisticated Yet Simple A SALESFORCE ADD-ON FOR ORDER FULFILLMENT AND INVENTORY MANAGEMENT You started with, it changed the way you conduct business, in fact, you now have more customers, more employees,

More information

To Integrate or Stand Alone? Data Collection Solutions for The Small & Medium Size Business

To Integrate or Stand Alone? Data Collection Solutions for The Small & Medium Size Business To Integrate or Stand Alone? Data Collection Solutions for The Small & Medium Size Business Overview Thousands of small and medium size businesses (SMB) have purchased Enterprise Resource Planning (ERP)

More information

Warehouse Management in

Warehouse Management in Warehouse Management in Microsoft Dynamics NAV 2013 Technical White Paper Warehouse Management... 1 Warehouse Overview... 2 Basic or Advanced Warehousing... 3 Warehouse Setup... 4 Bin and Bin Content...

More information

VoIP Fulfillment by VoIP Supply

VoIP Fulfillment by VoIP Supply VoIP Fulfillment by VoIP Supply VoIP Supply, LLC Prepared and Presented by Garrett Smith, CMO VoIP Supply Michael Russo, EVP VoIP Fulfillment It s Not Easy Being an SP Competition is fierce! There are

More information

ADDING OPENING BALANCES

ADDING OPENING BALANCES ADDING OPENING BALANCES This document outlines how to enter Opening Balances when you are starting with GlobalBake s native accounting features. In order to bring on the opening balances you will need

More information

Distribution Training Guide. D100 Inventory Management: Basic

Distribution Training Guide. D100 Inventory Management: Basic Distribution Training Guide D100 Inventory Management: Basic Certification Course Prerequisites The course consists of a hands- on guide that will walk you through the specifics of Acumatica s Inventory

More information

BUSINESS ESSENTIALS AND ADVANCED MANAGEMENT

BUSINESS ESSENTIALS AND ADVANCED MANAGEMENT Introduction People drive business results; amplify their impact and you can achieve greater success. At Microsoft, we believe that when people are equipped with the right tools, they can surmount even

More information

User Guide Volume 8B SERVICE/SUPPORT MANAGEMENT

User Guide Volume 8B SERVICE/SUPPORT MANAGEMENT User Guide Volume 8B SERVICE/SUPPORT MANAGEMENT 78-0455A MFG/PRO Version 9.0 Printed in the U.S.A. March 1999 This document contains proprietary information that is protected by copyright. No part of this

More information

Work Ticket Integration Between SAP Cloud for Customer and SAP ERP Quick Start Guide

Work Ticket Integration Between SAP Cloud for Customer and SAP ERP Quick Start Guide SAP Cloud for Customer Work Ticket Integration Between SAP Cloud for Customer and SAP ERP Quick Start Guide June, 2015 Quick Start Guide: Work Ticket Integration with ERP 2 Table of Contents SAP Cloud

More information

MODULE 1: SALES ORDER MANAGEMENT. Module Overview

MODULE 1: SALES ORDER MANAGEMENT. Module Overview MODULE 1: SALES ORDER MANAGEMENT Module Overview For companies to survive, they must keep customers satisfied. Therefore, a quick and accurate response to inquiries, such as the price of a product or the

More information

Blue Moon Industries. Warehouse Management Integration. for Microsoft Dynamics GP Manhattan Associates' ILS.Net Release 10.0

Blue Moon Industries. Warehouse Management Integration. for Microsoft Dynamics GP Manhattan Associates' ILS.Net Release 10.0 Blue Moon Industries Warehouse Management Integration for Microsoft Dynamics GP Manhattan Associates' ILS.Net Release 10.0 Copyright Manual copyright 2008 Blue Moon Industries. All rights reserved. Your

More information

Microsoft Dynamics GP 2013. Packaging of Functionality & Product Capabilities in Microsoft Dynamics GP 2013

Microsoft Dynamics GP 2013. Packaging of Functionality & Product Capabilities in Microsoft Dynamics GP 2013 Microsoft Dynamics GP 2013 Packaging of Functionality & Product Capabilities in Microsoft Dynamics GP 2013 Date: November, 2012 Contents Become a Dynamic Business with Microsoft Dynamics GP 3 How to Buy

More information

Business Management Made Simpler

Business Management Made Simpler SAP Brief SAP s for Small Businesses and Midsize Companies SAP Business One Objectives Business Management Made Simpler Successfully manage and grow your small business Successfully manage and grow your

More information

Sage 300 ERP 2012. What's New

Sage 300 ERP 2012. What's New Sage 300 ERP 2012 What's New This is a publication of Sage Software, Inc. Version 2012 Copyright 2012. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names

More information

Microsoft Dynamics Productivity Tools. Productivity Tools

Microsoft Dynamics Productivity Tools. Productivity Tools Microsoft Dynamics Productivity Tools Productivity Tools InterDyn InterDvn BMI BMI Microsoft Dynamics Productivity Tools Table of Contents 3 4 5 7 8 9 10 11 12 13 15 16 17 Sales Item Description Sales

More information

GXS Active. Orders. Optimizing the Procure-to-Pay Process. Order Planning and Execution. Order Lifecycle Management. www.gxs.com

GXS Active. Orders. Optimizing the Procure-to-Pay Process. Order Planning and Execution. Order Lifecycle Management. www.gxs.com www.gxs.com SM GXS Active Orders Optimizing the Procure-to-Pay Process GXS Active Orders automates the procure-to-pay process for companies interacting with a global and diverse supplier community. Active

More information

About ERP Software Whitepaper

About ERP Software Whitepaper About ERP Software Whitepaper Many people have heard the term ERP used in a conversation but don t fully understand what it means. This whitepaper will provide information about the processes and advantages

More information

Sage MAS 90 and 200 ERP

Sage MAS 90 and 200 ERP Sage MAS 90 and 200 ERP What s New in Sage MAS 90 and 200 4.4? Something for Everyone in 4.4 Based on the solid foundation that Sage MAS 90 and Sage MAS 200 ERP solutions have continued to build on for

More information

Sage MAS 500 Version 7.4 Sneak Peak

Sage MAS 500 Version 7.4 Sneak Peak Sage MAS 500 Version 7.4 Sneak Peak What s New in 7.4 and Why it s Important Productivity Enhancements Landed Cost Improvements Unit of Measure Improvements Manufacturing & Distribution Platform & Performance

More information

How to Meet EDI Compliance with Cloud ERP

How to Meet EDI Compliance with Cloud ERP How to Meet EDI Compliance with Cloud ERP Lincoln: This is Trek Talk, the Cloud ERP podcast and today s topic is Advantages of an EDI Compliant Cloud ERP. With cloud ERP you can meet your goals for EDI

More information

What s New In Sage MAS 90/200 version 4.4?

What s New In Sage MAS 90/200 version 4.4? Martin and Associates April 2010 www.martinandassoc.com Volume 1, Issue 2 What s New In Sage MAS 90/200 version 4.4? Based on the solid foundation that Sage MAS 90 and 200 ERP solutions have continued

More information

Best Practices for Inventory Control Using Dynamics GP

Best Practices for Inventory Control Using Dynamics GP Best Practices for Inventory Control Using Dynamics GP Inventory Humor Agenda Sales Inventory Valuation Methods Reason Code Troubleshooting Cost Issues Taking Physical Inventory Counts Landed Cost Review

More information

ZETA. Business Software Defined INVENTORY & ORDER MANAGEMENT

ZETA. Business Software Defined INVENTORY & ORDER MANAGEMENT Business Software Defined INVENTORY & ORDER MANAGEMENT Overview The order processing module of Zeta ERP offers a comprehensive set of best-of-breed component for both order and logistics management. This

More information

GPUG.com IBGNet.com DynamicAccounting.net

GPUG.com IBGNet.com DynamicAccounting.net GPUG.com IBGNet.com DynamicAccounting.net Presentation Support Materials System 1. Improve entry with more dates in Dynamics GP http://mpolino.com/gp/weekly dynamic more fun with dates in dynamics gp/

More information

MANAGE. Warehouse Management Systems. Microsoft Dynamics NAV 5.0. Technical Whitepaper

MANAGE. Warehouse Management Systems. Microsoft Dynamics NAV 5.0. Technical Whitepaper MANAGE Microsoft Dynamics NAV 5.0 Warehouse Management Systems Technical Whitepaper This Paper will give you an overview of the Warehouse Management Systems granule in Microsoft Dynamics NAV. It is written

More information

ProfitMAKER ASI COMPUTER SYSTEMS. bringing. together. industry. solution. It s What We Do! it all. in one. specific

ProfitMAKER ASI COMPUTER SYSTEMS. bringing. together. industry. solution. It s What We Do! it all. in one. specific 5250 Nordic Dr. Cedar Falls, IA 50613 319.266.7688-800.544.1274 sales@asicomp.com www.asicomp.com bringing it all together in one industry specific solution It s What We Do! ProfitMAKER It s What We Do!

More information

Epicor. Service Management

Epicor. Service Management Epicor Service Management Inspiring better customer service with the right technology. Epicor Service Management Epicor Service Management optimizes customer service with timely response to customer requests

More information

Table of Contents. Warehouse and Distribution Center Optimization Copyright Ignify Inc 2014 1

Table of Contents. Warehouse and Distribution Center Optimization Copyright Ignify Inc 2014 1 Table of Contents Introduction... 2 Steps to Success... 4 Business Process Modelling... 4 Item Arrivals/Inbound Processes... 5 Warehouse Operations... 6 Outbound Processes... 9 Warehouse Management System...

More information

Business Process Sample as used by existing Create!form customers

Business Process Sample as used by existing Create!form customers Process Pick Slip, Pack Slip, Labels Customer: US Based distribution company Pick slips are generated through their ERP system. These are done either on demand or via a scheduled job that runs every 10

More information

Microsoft Dynamics GP. Field Service - Service Call Management

Microsoft Dynamics GP. Field Service - Service Call Management Microsoft Dynamics GP Field Service - Service Call Management Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

Modifier with Visual Basic with Applications (VBA) in Microsoft Dynamics GP 9.0

Modifier with Visual Basic with Applications (VBA) in Microsoft Dynamics GP 9.0 Modifier with Visual Basic with Applications (VBA) in Microsoft Dynamics GP 9.0 8520: Modifier with VBA in Microsoft Dynamics GP 9.0 (3 Days) About this Course The three-day Microsoft DynamicsT GP Modifier

More information

REAL ROI REPORT MICROSOFT DYNAMICS NAV

REAL ROI REPORT MICROSOFT DYNAMICS NAV REAL ROI REPORT MICROSOFT DYNAMICS NAV Corporate Headquarters Nucleus Research Inc. 36 Washington Street Wellesley MA 02481 Phone: +1 781.416.2900 Fax: +1 781.416.5252 Nucleus Research Inc. www.nucleusresearch.com

More information

Item Tracking in Microsoft Dynamics

Item Tracking in Microsoft Dynamics Item Tracking in Microsoft Dynamics NAV 2013 Technical White Paper Item Tracking... 1 Item Tracking Design... 2 Item Tracking Posting Structure... 3 One-to-Many Relation... 3 Codeunits 80 and 90... 3 Posting

More information

FusionRMS for Acumatica. FusionPOS

FusionRMS for Acumatica. FusionPOS Fusion Retail Management System (FusionRMS) is a suite of applications extending the reach of Acumatica to the SMB retail and wholesale distribution markets. Seamlessly integrated, these applications simplify

More information

Commercient s Salesforce ERP Opportunity & Quotations

Commercient s Salesforce ERP Opportunity & Quotations App Name: Commercient s ERP Quotations and Opportunities for Salesforce App Type: Extension App. This app extends the Commercient s ERP Order Entry & Quote App for Salesforce which in turn extends Commercient

More information

RESEARCH NOTE NETSUITE S IMPACT ON MANUFACTURING COMPANY PERFORMANCE

RESEARCH NOTE NETSUITE S IMPACT ON MANUFACTURING COMPANY PERFORMANCE Document K59 RESEARCH NOTE NETSUITE S IMPACT ON MANUFACTURING COMPANY PERFORMANCE THE BOTTOM LINE When Nucleus analysts investigated the use of NetSuite by manufacturers, they found these companies were

More information

Advanced Revenue & Expense Deferrals

Advanced Revenue & Expense Deferrals Advanced Revenue & Expense Deferrals for Microsoft Dynamics GP Enterprise Series Since I have come on board, the Advanced Revenue & Expense Deferrals software has paid for itself more than once over. Having

More information

SAP B1 Bar Tender Label Printing Integration

SAP B1 Bar Tender Label Printing Integration SAP B1 Bar Tender Label Printing Integration Bar coded and non-bar coded labels can be produced using information from SAP Business One. The labels can be produced as part of the normal receiving, shipping,

More information

Accounting I & Accounting II

Accounting I & Accounting II Accounting I & Accounting II 2011 User Conference Convergence: Better Together Configuring the Tigerpaw Accounting Interface The Configure Accounting dialog box is one of the main areas setup in Tigerpaw

More information

Dynamics GP 50 More Tips in 50 Minutes

Dynamics GP 50 More Tips in 50 Minutes Financial Tip #1 Use Keyboard Shortcuts for Marking Cleared Transactions in Bank Rec Transactions >> Financial >> Reconcile Bank Statement Select the first transaction, then type CTRL+B (Begin Range).

More information

Distribution Management Capabilities Sage MAS 90 ERP and QuickBooks Enterprise Solutions

Distribution Management Capabilities Sage MAS 90 ERP and QuickBooks Enterprise Solutions A Comparison of Distribution Management Capabilities Sage MAS 90 ERP and QuickBooks Enterprise Solutions August 2008 Charles C. Chewning, Jr. Solutions 1256 Providence Knoll Drive Richmond, VA 23236 (804)

More information

Warehouse Management System

Warehouse Management System Warehouse Management System POWERFUL AND EFFICIENT WAREHOUSE MANAGEMENT is designed to automate your materialshandling processes and increase productivity across your warehouse. PEAK PERFORMANCE Today,

More information

Manufacturing Applications in Microsoft Dynamics GP 10.0

Manufacturing Applications in Microsoft Dynamics GP 10.0 Manufacturing Applications in Microsoft Dynamics GP 10.0 8817: Manufacturing Applications in Microsoft Dynamics GP 10.0 (4 Days) About this Course This four-day instructor-led course provides students

More information

Accounts Payable and Inventory Management

Accounts Payable and Inventory Management Accounts Payable and Inventory Management 2013 SedonaOffice Users Conference Presented by: Lisa Gambatese & Laurie Goodrich Table of Contents Accounts Payable G/L Account Defaults (AP) 4 A/P Setup Processing

More information

6A. RMA Processing. How does an RMA work?

6A. RMA Processing. How does an RMA work? 6A. RMA Processing 6A. RMA Processing RMA (Returned Merchandise Authorization) processing is a common requirement among manufacturing companies. An RMA system should be able to do the following: RMA entry

More information

Request for Credit in Accounts Payable

Request for Credit in Accounts Payable App Number: 010045 Request for Credit in Accounts Payable Last Updated 21 st January 2014 Powered by: AppsForGreentree.com 2014 1 Table of Contents Features... 3 Detailed Features... 3 Important Notes...

More information

Direct Subcontracting Process (SAP SD & MM)

Direct Subcontracting Process (SAP SD & MM) Direct Subcontracting Process (SAP SD & MM) Applies to: This article is applicable to SAP SD & MM modules of SAP for version SAP 4.7 till ERP 6.0 Summary This article describes a process called Direct

More information

Latitude Warehouse Management System. WMS forretail & Wholesale Distributors.

Latitude Warehouse Management System. WMS forretail & Wholesale Distributors. Latitude Warehouse Management System WMS forretail & Wholesale Distributors. _Gain Inventory Control 1 Benefits of a Warehouse Management System (WMS) vary depending on the current situation, the key advantages

More information

Company Data Archive Version 9.0

Company Data Archive Version 9.0 Company Data Archive Version 9.0 2 C O M P A N Y D A T A A R C H I V E Chapter 1: Introduction...4 Features and Benefits... 4 Chapter 2: Installation...5 Installation of Company Data Archive for Microsoft

More information

Reporting Enhancements

Reporting Enhancements Microsoft Dynamics GP 10.0 Pack List Reporting Enhancements Office Excel Report The Office Excel Report Builder: Create new Office Excel reports with data connections to Microsoft Dynamics GP. Create Builder

More information

Sage Accpac Integrated Suite. Get a 360 view of your business with Sage Accpac

Sage Accpac Integrated Suite. Get a 360 view of your business with Sage Accpac Sage Accpac Integrated Suite Get a 360 view of your business with Sage Accpac Whether your growth plans include buying and selling in the global marketplace, adding more talent to your team, or expanding

More information

GUIDEBOOK MICROSOFT DYNAMICS GP

GUIDEBOOK MICROSOFT DYNAMICS GP GUIDEBOOK MICROSOFT DYNAMICS GP Corporate Headquarters Nucleus Research Inc. 100 State Street Boston, MA 02109 Phone: +1 617.720.2000 Nucleus Research Inc. THE BOTTOM LINE Microsoft Dynamics GP helps organizations

More information

Oak Street The Complete Solution

Oak Street The Complete Solution Oak Street The Complete Solution Eight years ago, I.S.S. set out to create a new, more powerful software package. We began with our 18 years of experience serving wholesalers. Then, we looked at the best

More information

What s New in Sage 500 ERP 2014 The Road Ahead LOCATION DATE PRESENTER

What s New in Sage 500 ERP 2014 The Road Ahead LOCATION DATE PRESENTER What s New in Sage 500 ERP 2014 The Road Ahead LOCATION DATE PRESENTER Our Vision: To be recognized as the most valuable supporter of small and medium sized companies by creating greater freedom for them

More information

8.0.0.0.0 Accounts Receivable. I. Overview Definitions and Abbreviations. Equipment and Supplies Required

8.0.0.0.0 Accounts Receivable. I. Overview Definitions and Abbreviations. Equipment and Supplies Required 8.0.0.0.0 Accounts Receivable I. Overview Definitions and Abbreviations Equipment and Supplies Required Page 1 of 36 Revised October 2015 Version 4 II. Job Position(s) Accounts Receivable Clerk Page 2

More information

UNDERSTANDING FUSION PPM FOR PEOPLESOFT CUSTOMERS

UNDERSTANDING FUSION PPM FOR PEOPLESOFT CUSTOMERS UNDERSTANDING FUSION PPM FOR PEOPLESOFT CUSTOMERS MICHAEL CURTIN CARDINAL POINT SOLUTIONS The Fusion Applications open standards architecture allows for select modules and application pillars to co-exist

More information

Dynamics GP Insights to Distribution: Inventory

Dynamics GP Insights to Distribution: Inventory Dynamics GP Insights to Distribution: Inventory Dynamics GP includes powerful distribution functionality that will help you more easily and effectively manage your distribution operations. This book covers

More information

CRM or AMS? By Altai Systems

CRM or AMS? By Altai Systems CRM or AMS? What Associations should know about how a Microsoft Dynamics CRM solution for membership management compares to traditional Association Management Software systems By Altai Systems September

More information

for Sage 100 ERP Sales Order Overview Document

for Sage 100 ERP Sales Order Overview Document for Sage 100 ERP Sales Order Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered trademarks

More information

Objective: Business Case: Key Points: Business Group: Set of Books: Operating Unit: Inventory Organization: Costing Method: Disclaimer:

Objective: Business Case: Key Points: Business Group: Set of Books: Operating Unit: Inventory Organization: Costing Method: Disclaimer: Objective: This Document is to make the user to understand the flow of accounting in Oracle applications, in Purchasing, Manufacturing, Inventory, Order Management and Financial Modules Payables, Receivables,

More information

Data Consistency Management Overview January 2014. Customer

Data Consistency Management Overview January 2014. Customer Data Consistency Management Overview January 2014 Customer Agenda Motivation SAP Solution Manager as Tool for Data Consistency Management Transactional Correctness (TC) Guided Self Service Data Consistency

More information

for Sage 100 ERP Bar Code Overview Document

for Sage 100 ERP Bar Code Overview Document for Sage 100 ERP Bar Code Document 2012 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and the Sage Software product and service names mentioned herein are registered trademarks

More information

London Stock Exchange

London Stock Exchange M4 Systems Case Studies London Stock Exchange M4 Systems Ltd Tel: 0845 5000 777 International: +44 (0)1443 863910 www.m4systems.com www.dynamicsplus.net London Stock Exchange Increases Efficiency with

More information

RMB. Integration with IBM iseries ERP. Master and code files. Key integration points

RMB. Integration with IBM iseries ERP. Master and code files. Key integration points Integration with IBM iseries ERP Infor Service Management is an integrated system for managing service departments. It provides the access to data that frontline workers in service organizations need,

More information

PENTAGON 2000SQL SOFTWARE EMPOWERING THE ENTERPRISE

PENTAGON 2000SQL SOFTWARE EMPOWERING THE ENTERPRISE PENTAGON 2000SQL SOFTWARE EMPOWERING THE ENTERPRISE Total Electronics Software Solutions Powered By PENTAGON 2000SQL : ONE SYSTEM ONE SOLUTION ONE TIME About PENTAGON 2000 Software, Inc. PENTAGON 2000

More information

SAP Business One Integration with Radley icaras EDI. Mascidon, LLC March, 2011 Dr. Don Maes 248-568-0418

SAP Business One Integration with Radley icaras EDI. Mascidon, LLC March, 2011 Dr. Don Maes 248-568-0418 SAP Business One Integration with Radley icaras EDI Mascidon, LLC March, 2011 Dr. Don Maes 248-568-0418 Table of Contents SAP B1 Integration to icaras... 4 Figure 1.1 SAP Integration Points... 4 Figure

More information

Microsoft Dynamics GP. Field Service - Contract Administration

Microsoft Dynamics GP. Field Service - Contract Administration Microsoft Dynamics GP Field Service - Contract Administration Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

Apparel Importing/Manufacturing ERP Solutions

Apparel Importing/Manufacturing ERP Solutions Apparel Importing/Manufacturing ERP Solutions Inventor y & Production Management Purchasing & Supplier Management Order Processing Sales & Client Management Accounting & Financials & Payroll Business Reporting

More information

Sales. PowerERP e Business Solutions. RMA and Customer Returns. Order Entry. Contact Management. Estimating and Quoting. Sales Commissions.

Sales. PowerERP e Business Solutions. RMA and Customer Returns. Order Entry. Contact Management. Estimating and Quoting. Sales Commissions. Overview Off the shelf accounting programs like QuickBooks & Peachtree dominate very small businesses, but as those businesses get larger, these accounting programsʹ capacities and features can be stretched

More information

8 Crucial Requirements for Supply Chain Optimization

8 Crucial Requirements for Supply Chain Optimization 8 Crucial Requirements for Supply Chain Optimization Introduction In today s world, businesses expect their trading partners to have full insight and control of their from end to end. For manufacturers

More information

SAP Business One. A Single System to Streamline Your Entire Business

SAP Business One. A Single System to Streamline Your Entire Business SAP Business One A Single System to Streamline Your Entire Business LBSi Whistle Stop Tour Regional SAP User Group Meeting 1. Welcome Introductions 2. Second Whistle Stop Tour on Inventory Control For

More information

Meet & Exceed Rising Customer Expectations

Meet & Exceed Rising Customer Expectations Infor Customer Relationship Management Meet & Exceed Rising Customer Expectations Manufacturing businesses today need a customer-centric business strategy to survive and thrive. They must increase customer

More information

Service Management Software: A Productive Solution and Necessity for Efficient Tech Service Dispatch and Work Order Management

Service Management Software: A Productive Solution and Necessity for Efficient Tech Service Dispatch and Work Order Management Service Management Software: A Productive Solution and Necessity for Efficient Tech Service Dispatch and Work Order Management By Scott Wasserman, Marketing Director, High 5 Software Introduction: After

More information

Endeavour Dynamics Offering

Endeavour Dynamics Offering Endeavour Dynamics Offering Microsoft Dynamics AX 2012 is recognised as a global leading ERP system that supports a single instance strategy for medium to large enterprise companies. Endeavour is proud

More information

GP REPORTS VIEWER USER GUIDE

GP REPORTS VIEWER USER GUIDE GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

Beverage Distribution Solution

Beverage Distribution Solution Beverage Distribution Solution Analyzing data is so much easier, so much more timely. We re looking at things in real time as far as understanding where the business is and where it s headed. - Chuck Warren,

More information

Recurring Contract Billing 10.0 SP6

Recurring Contract Billing 10.0 SP6 Recurring Contract Billing 10.0 SP6 An application for Microsoft Dynamics ΤΜ GP 10.0 Furthering your success through innovative business solutions Copyright Manual copyright 2011 Encore Business Solutions,

More information

Sage 50 Accounting [US Edition] GUMU converts the following information from Sage 50 Accounting (formerly known as Sage PeachTree) into

Sage 50 Accounting [US Edition] GUMU converts the following information from Sage 50 Accounting (formerly known as Sage PeachTree) into GUMU for Sage 300 ERP - Sage 50 Accounting [US Edition] Migration Feature List Have your clients been postponing a move to Sage 300 ERP (formerly known as Sage Accpac ERP)because of the costs involved

More information

MODULE 4: PURCHASE ORDER MANAGEMENT

MODULE 4: PURCHASE ORDER MANAGEMENT MODULE 4: PURCHASE ORDER MANAGEMENT Module Overview Timely purchases that are made at the best price improve a company s inventory management, reduce costs, and have a direct effect on the company s ability

More information

Four distribution strategies for extending ERP to boost business performance

Four distribution strategies for extending ERP to boost business performance Infor ERP Four distribution strategies for extending ERP to boost business performance How to evaluate your best options to fit today s market pressures Table of contents Executive summary... 3 Distribution

More information

SuiteBuilder (Customization) Guide September 3, 2013 Version 2013 Release 2

SuiteBuilder (Customization) Guide September 3, 2013 Version 2013 Release 2 (Customization) Guide September 3, 2013 Version 2013 Release 2 Copyright NetSuite, Inc. 2009 2013 All rights reserved. This document is the property of NetSuite, Inc., and may not be reproduced in whole

More information