"Charting the Course... MOC A Retail n Brick and Mortar Stores: Development and Customization for Microsoft Dynamics AX 2012 R2.

Size: px
Start display at page:

Download ""Charting the Course... MOC A Retail n Brick and Mortar Stores: Development and Customization for Microsoft Dynamics AX 2012 R2."

Transcription

1 Description Course Summary Microsoft Dynamic AX for Retail is an integrated solution that is designed for Microsoft Dynamics AX 2012 which can be used to manage a retail business from the head office to the stores. Microsoft Dynamics AX for Retail POS is a fully customizable point of sale (POS) component of Microsoft Dynamics AX 2012 for Retail. You use Retail POS to process sales, operate the cash drawer, scan bar codes or print customer receipts, among other business tasks. This course on Microsoft Dynamics for Retail Brick and Mortar Stores: Development and Customization provides lessons and labs on how to customize or extend Microsoft Dynamics AX for Retail Point-of-Sale (POS). Additionally, this course also provides information on best practices around extensibility, development, testing and deployment of POS customizations.. Students will also review the labs provided in the course to get hands on experience on how to extend Microsoft Dynamics AX for Retail POS Objectives At the end of this course, students will be able to: Discuss the Point of Sale (POS) Overview Customize and extend the Microsoft Dynamics AX 2012 POS Understand the POS technical framework, its components and other retail components it uses Explain the development environment requirements Customize POS Explain the requirements that are used to change POS labels and strings Provide best practices and guidelines/standards for Retail POS customization Create or modify existing Retail POS Skins Customize a form by using the InteractionDefault service Customize forms in POS Plugins without using the InteractionDefault service Extend triggers in Microsoft Dynamics AX 2012 R2 POS Extend services in Microsoft Dynamics AX 2012 R2 POS Create a blank operation and add it to POS layout Add fields to the receipt layout Explain how to extend Commerce Data Exchange - Real time service for POS Create the payment connector to work on all Microsoft Dynamics channels for payment processing Extend the Retail Store Database utility to execute custom SQL scripts. Explain the testing considerations for several testing types for the POS customization Explain deployment planning. Explain the steps that are required for the retail hotfix or for the update deployment Topics Course Objectives Introduction to Point-of-Sale (POS) Overview POS Extensibility Technical Overview POS Framework Development Environment Requirements Technical Background Localization Information Extensibility Best Practices Logon Extensibility Sample and How-to POS Themes User-Interface Extensibility-Sample and How-to Trigger Extensibility Sample and How-To Services Extensibility Sample and How-To Blank Operation Extensibility Custom Fields on POS Layouts Real-Time Services Extensibility Sample and How-To POS Payment Connector POS Database Tool Extensibility for Store and Offline Database Extensibility Testing Considerations Extensibility Deployment and Hotfix Update Considerations Extensibility Lab Manual

2 Course Summary (cont d) Audience This training is intended for Developers of Microsoft Dynamics AX 2012 partners, who want to develop and customize the Point of Sale functionality in Microsoft Dynamics AX 2012 R2 for Retail R2, and those who want to be able to provide support for the deployment and customizations done on the Microsoft Dynamics AX 2012 R2 for Retail. Prerequisites Before attending this course, students must have foundational knowledge or hands on experience with: An understanding of POS implementation in Retail Industries A functional overview of how Microsoft Dynamics AX 2012 R2 for Retail works Experience in implementing the Point of Sale (POS) in Microsoft Dynamics AX for Retail Hands on experience in development using C#,.Net Framework, WinForms, Visual Studio Duration Two days

3 Course Outline I. Course Objectives This module explains the objectives of the Microsoft Dynamics for Retail in Brick and Mortar Stores course. II. Introduction to Point-of-Sale (POS) Overview This module explains that Microsoft Dynamics AX for Retail POS is the point of sale (POS) program for Microsoft Dynamics AX. POS tasks are performed by using a POS register. The graphical user interface (UI) is easy to use and can be set up to meet the requirements of many industries, such as grocery, fashion and specialty retailers. A. Introduction to POS III. POS Extensibility Technical Overview This module discusses the Microsoft Dynamics AX 2012 POS extensibility and its operations. A. Extend Point of Sale B. Retail POS Plug-ins C. Commerce Data Exchange: Real-time Service Calls IV. POS Framework This module also provides information about the different components in the POS framework A. POS Architecture Overview V. Development Environment Requirements This module will explain the development environment requirements A. Development Environment Requirements VI. Technical Background This module provides information about the knowledge required to customize POS A. Technical knowledge required to customize POS VII. Localization Information This module provides information about how to localize Point of Sale (POS) by changing the POS labels and strings. A. POS Localization VIII. Extensibility Best Practices AX Retail POS (Point of Sales) is a.net solution which is available as part of AX Retail installation. The SDK will be available for the implementation team to customize further as per the specific customer s requirement. With the SDK we can customize the POS services and Triggers only. This module provides general guidelines on how to customize the Retail solution and overall solution approach for the POS Retail part. As this is on.net,.net specific coding guidelines will be applicable by default. A. Solution Approach B. Reference IX. Logon Extensibility Sample and How-to In this module we will learn how to extend POS Logon functionality and support for using any external device for logon like Biometric devices. A. Logon Extensibility X. POS Themes In this module you will change the look and feel of Microsoft Dynamics AX for Retail POS registers by creating new Retail POS skins. To create or modify existing Retail POS skins, you must obtain a license from DevExpress. Retail POS uses DXExperience Winforms created by DevExpress. You can develop your own forms without using DevExpress, but it is recommended you use these to maintain a consistent look and feel. A. POS Skins XI. User-Interface Extensibility-Sample and How-to Microsoft Dynamics AX for Retail POS introduces a new way to customize forms by using the Interaction service. Multiple developers can use this service to customize one or more forms in one service. If there are multiple customizations, the Interaction service loads only the first customization it finds for a form. This module also explains how to customize forms that are not part of the Interaction services. A. How to Modify a Form in Microsoft Dynamics AX 2012 R2 POS

4 Course Outline (cont d) XII. Trigger Extensibility Sample and How-To Triggers are used to capture events that start before and after Microsoft Dynamics AX for Retail POS operations. You can insert custom logic before the operation runs or after it is completed. The Retail POS IOperationTriggers interface introduces new generic triggers called the PreProcessOperation and PostProcessOperation. A. How to Modify the Trigger Project XIII. Services Extensibility Sample and How-To Microsoft Dynamics AX 2012 includes a collection of core services that can be customized or replaced by using Retail POS Plug-ins. You can also create new services that can be started from existing services or triggers. A. How to Modify the Services Project XIV. Blank Operation Extensibility You can use Blank Operations to extend Microsoft Dynamics AX for Retail Point-of-Sale (POS) by adding custom logic to the Retail POS register buttons. In the Retail POS register design layout, you can add any number of blank operation buttons and specify the operations information for each button. Later in this module, you will learn how to add a blank operation and specify the operation information. A. Blank Operation on the Retail POS Register XV. Custom Fields on POS Layouts This module explains how to add custom fields to Point-of-Sale (POS) layouts. In Microsoft Dynamics AX for Retail 2012 R2, you can also add custom fields on POS Receipt layouts. A. Custom Fields on the POS Layout XVI. Real-Time Services Extensibility Sample and How-To With Real-time Service, retail clients can interact with Microsoft Dynamics AX retail functionality in real time. You can extend Commerce Data Exchange: Real-time Service by adding extension methods to the RetailTransactionServiceEx class. The RetailTransactionServiceEx class is used as a service class between Microsoft Dynamics AX and the Point-of-Sale (POS). A. Extending the RetailTransactionServiceEx Class XVII. POS Payment Connector Microsoft Dynamics AX 2012 R2 includes a unified payment processing architecture for processing credit card transactions. You can extend this architecture by creating your own payment connector. This payment connector can be used for a single assembly in three locations retail stores (POS registers), online stores, and the Microsoft Dynamics AX Accounts Receivable module. Microsoft Dynamics AX 2012 R2 includes one payment connector the Dynamics Payment Connector. This payment connector is used to connect to the Dynamics Online Payment Services provider. You can extend Payment Services to include an additional payment connector by implementing a specific interface. After you deploy a new payment connector, all the Microsoft Dynamics AX payment configuration pages will display the required fields to configure the payment connector. After you configure the payment connector, you can validate it, and then use it on a retail channel. The new payment connector can also support the new touch screen payment terminal devices. A. Payment Connector XVIII. POS Database Tool Extensibility for Store and Offline Database The Retail Store Database Utility is used to create the store and the offline database. The utility is also used to create a configuration file that is used to identify Point of Sale (POS) registers. By default, the tool will create the standard retail POS tables for both the store and the offline database. This module explains how to extend this tool to execute custom SQL scripts for both the store and the offline database. A. CreateDatabase Service

5 Course Outline (cont d) XIX. Extensibility Testing Considerations This module explains the different ways to test Point of Sale (POS) and the information that must be considered before testing. A. Testing B. Challenges C. Testing Considerations XX. Extensibility Deployment and Hotfix Update Considerations This module provides information and resources to help you successfully deploy the Microsoft Dynamics AX 2012 R2 Point of Sale (POS) customization and hotfixes. It addresses the steps that are involved in the planning of and the considerations for the Retail POS customization and hotfix deployment. A. Deployment Planning B. Deploy POS Customizations C. Merge Any Existing Code Changes with POS and Redeploy D. Install Updates to Non-Database Retail Components E. Install Updates to Store Databases by Using the Retail Database Utility F. Install Update to CDX: Real-Time Service XXI. Extensibility Lab Manual This lab manual provides steps on how to extend Blank Operations, Triggers, Services and CDX: Real time Service. Lab : Blank Operation Extensibility Adding custom logic to the Blank Operation to get item description and search in Bing Lab : Request for Loyalty card by using Triggers Item Trigger Extensibility Lab : Adding manager approval to maximum line discount amount Override the discount amount defined in functionality profile Lab : View Inventory status of the item across all stores Modify the RetailTransactionService class

"Charting the Course... MOC A Retail in Brick and Mortar Stores: Installation and Configuration for Microsoft Dynamics AX 2012 R2 Course Summary

Charting the Course... MOC A Retail in Brick and Mortar Stores: Installation and Configuration for Microsoft Dynamics AX 2012 R2 Course Summary Description Course Summary Microsoft Dynamic AX for Retail is an integrated solution that is designed for Microsoft Dynamics AX 2012 which can be used to manage a retail business from the head office to

More information

Module 1: MICROSOFT DYNAMICS AX 2012 R2 FOR RETAIL IN BRICK AND MORTAR STORES- DEVELOPMENT AND CUSTOMIZATION

Module 1: MICROSOFT DYNAMICS AX 2012 R2 FOR RETAIL IN BRICK AND MORTAR STORES- DEVELOPMENT AND CUSTOMIZATION Table of Contents Module 1: MICROSOFT DYNAMICS AX 2012 R2 FOR RETAIL IN BRICK AND MORTAR STORES- DEVELOPMENT AND CUSTOMIZATION Lesson 1: Course Objectives... 1-1 Module 2: INTRODUCTION TO POINT OF SALE

More information

"Charting the Course... MOC B Designing a Microsoft SharePoint 2010 Infrastructure. Course Summary

Charting the Course... MOC B Designing a Microsoft SharePoint 2010 Infrastructure. Course Summary Course Summary Description This 5 day ILT course teaches IT Professionals to design and deploy Microsoft SharePoint. Objectives At the end of this course, students will be able to: Describe the core methods

More information

"Charting the Course... MOC A System Center 2012 Service Manager. Course Summary

Charting the Course... MOC A System Center 2012 Service Manager. Course Summary Course Summary Description This five-day course teaches students how to design, deploy and maintain Service Manager within their organizations. Students are introduced to the various System Center products

More information

Retail Channel Management and Corporate Operations. Microsoft Dynamics AX 2012 R3

Retail Channel Management and Corporate Operations. Microsoft Dynamics AX 2012 R3 Retail Channel Management and Corporate Operations Microsoft Dynamics AX 2012 R3 Table of Contents Course Details 1 Prerequisites 2 Course Outline 3 Course Details This 2-day instructor-led training provides

More information

Monitoring PTC Windchill 11.0 Performance Using the PTC System Monitor

Monitoring PTC Windchill 11.0 Performance Using the PTC System Monitor Monitoring PTC Windchill 11.0 Performance Using the PTC System Monitor Overview Course Code Course Length TRN-4832-T 8 Hours In this course, you will learn how to use PTC System Monitor to manage and troubleshoot

More information

"Charting the Course... Application Lifecycle Management Using Visual Studio 2010 (Agile) Course Summary

Charting the Course... Application Lifecycle Management Using Visual Studio 2010 (Agile) Course Summary Description Course Summary This three-day, instructor-led course provides students with the knowledge and skills to effectively use the Application Lifecycle Management (ALM) tools found in Visual Studio

More information

"Charting the Course to Your Success!" MOC Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008.

Charting the Course to Your Success! MOC Designing a Business Intelligence Solution by Using Microsoft SQL Server 2008. Description Course Summary This course provides in-depth knowledge on designing a Business Intelligence solution by using Microsoft SQL Server 2008. Objectives At the end of this course, students will

More information

Business Administration of PTC Windchill 11.0

Business Administration of PTC Windchill 11.0 Business Administration of PTC Windchill 11.0 Overview Course Code Course Length TRN-4810-T 16 Hours In this course, you will gain an understanding of basic Windchill business administration tasks. You

More information

Workflow Administration of PTC Windchill 11.1

Workflow Administration of PTC Windchill 11.1 Workflow Administration of PTC Windchill 11.1 Overview Course Code Course Length TRN-5266-T 16 Hours In this course, you will learn about Windchill workflow features and how to design, configure, and test

More information

"Charting the Course... MOC D: IT Service Management with System Center Service Manager. Course Summary

Charting the Course... MOC D: IT Service Management with System Center Service Manager. Course Summary with System Center Service Description Course Summary This five-day course will provide students with the key knowledge required to deploy and configure System Center 2016 Service. Using hands-on labs,

More information

The PTC Windchill PDMLink 11.1 MCAD Data Management Process for PTC Creo Parametric

The PTC Windchill PDMLink 11.1 MCAD Data Management Process for PTC Creo Parametric The PTC Windchill PDMLink 11.1 MCAD Data Management Process for PTC Creo Parametric Overview Course Code Course Length TRN-5230-T 8 Hours In this Process-based course, you will learn about the Windchill

More information

"Charting the Course... MOC C Administering System Center Configuration Manager and Intune. Course Summary

Charting the Course... MOC C Administering System Center Configuration Manager and Intune. Course Summary Description Course Summary Get expert instruction and hands-on practice configuring and managing clients and devices by using Microsoft System Center v1511, Microsoft Intune, and their associated site

More information

80318: Reporting in Microsoft Dynamics AX 2012

80318: Reporting in Microsoft Dynamics AX 2012 Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

EXAM - MB Microsoft Dynamics AX 2012 R3 Retail exam. Buy Full Product.

EXAM - MB Microsoft Dynamics AX 2012 R3 Retail exam. Buy Full Product. Microsoft EXAM - MB6-701 Microsoft Dynamics AX 2012 R3 Retail exam Buy Full Product http://www.examskey.com/mb6-701.html Examskey Microsoft MB6-701 exam demo product is here for you to test the quality

More information

SAP MATERIALS MANAGEMENT ONLINE TRAINING COURSE CONTENT

SAP MATERIALS MANAGEMENT ONLINE TRAINING COURSE CONTENT SAP MATERIALS MANAGEMENT ONLINE TRAINING COURSE CONTENT What is SAP MM? SAP MM is the materials management module of the SAP ERP software package from SAP AG that is used for Procurement Handling and Inventory

More information

Managing PTC Creo Parametric Data with PTC Windchill PDMLink 11.0

Managing PTC Creo Parametric Data with PTC Windchill PDMLink 11.0 Managing PTC Creo Parametric Data with PTC Windchill PDMLink 11.0 Overview Course Code Course Length TRN-4770-T 8 Hours In this Process-based course, you will learn about the Windchill PDMLink Creo Parametric

More information

Buyer's Guide How to select your POS Software

Buyer's Guide How to select your POS Software Buyer's Guide How to select your POS Software 888-TallySoft (888-825-5976) www.tallysoft.com This buyer s guide can be a useful prospecting tool for POS Software comparison and or checklist for decision

More information

Time Tracker. Ramco Aviation Solution. Version Enhancement Notification. Materials. 28 th March 2013

Time Tracker. Ramco Aviation Solution. Version Enhancement Notification. Materials. 28 th March 2013 ; Time Tracker Ramco Aviation Solution Version 5.7.2 Enhancement Notification Materials 28 th March 2013 DISCLAIMER 2014 Ramco Systems Ltd. All rights reserved. All trademarks acknowledged. This document

More information

Dynamics AX Retail. Channel Management and Corporate Operations

Dynamics AX Retail. Channel Management and Corporate Operations Dynamics AX Retail Channel Management and Corporate Operations Dynamics AX Retail Channel Management and Corporate Operations AXcademy No parts of this publication may be reproduced or distributed without

More information

Windchill PDMLink Curriculum Guide

Windchill PDMLink Curriculum Guide Windchill PDMLink 10.2 Curriculum Guide Live Classroom Curriculum Guide Update to Windchill PDMLink 10.2 from Windchill PDMLink 9.0/9.1 for the End User Introduction to Windchill PDMLink 10.2 for Light

More information

Course 80294B Microsoft Dynamics CRM 2011 Customization and Configuration

Course 80294B Microsoft Dynamics CRM 2011 Customization and Configuration Course 80294B Microsoft Dynamics CRM 2011 Customization and Configuration Duration: 3 days ILT About this Course This course describes the techniques required to customize Microsoft Dynamics CRM to meet

More information

RETAIL POS AND STORE OPERATIONS

RETAIL POS AND STORE OPERATIONS RSM TECHNOLOGY ACADEMY Syllabus and Agenda RETAIL POS AND STORE OPERATIONS FOR MICROSOFT DYNAMICS AX Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 4 Guaranteed to Run 4

More information

Inventory I - Advanced Item Setup. Introduction. Learning Outcomes. Table of Contents

Inventory I - Advanced Item Setup. Introduction. Learning Outcomes. Table of Contents Introduction This Section of the User Inventory Training will demonstrate how to effectively utilize advanced Inventory Item features. These features include Relational Items, Profiled Items and Reminders.

More information

NetSuite Financial User Sample Test: April 2018

NetSuite Financial User Sample Test: April 2018 1 NetSuite Financial User Sample Test 2018 2 Contents About this Sample Test... 3 I. Recognize what a subsidiary is, types of subsidiaries, and how they are used.... 4 II. Identify the general functionality

More information

Multisoft Features detail

Multisoft Features detail Multisoft Features detail Centralized management of Retail Operations Multisoft facilitates about the complete data of sales and stocks at a centralized location in order to provide efficient, accurate

More information

80221: Installation and Configuration for Microsoft Dynamics AX 2012

80221: Installation and Configuration for Microsoft Dynamics AX 2012 Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

NetVault Backup System Administration Complete Instructorled

NetVault Backup System Administration Complete Instructorled NetVault Backup System Administration Complete Instructorled Training The NetVault Backup System Administration Complete Instructor-led training course is designed to instruct students on the essentials

More information

"Charting the Course... MOC B Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) and On-Premises Tools

Charting the Course... MOC B Planning for and Managing Devices in the Enterprise: Enterprise Mobility Suite (EMS) and On-Premises Tools Description Course Summary This course teaches IT professionals how to use the Enterprise Mobility Suite to manage devices, users, and data. In addition, this course teaches students how to use other technologies,

More information

Siebel CRM On Demand Administration Essentials. Student Guide

Siebel CRM On Demand Administration Essentials. Student Guide Siebel CRM On Demand Administration Essentials Student Guide D44896GC21 Edition 2.1 November 2007 Authors Cheryl Dajczak Ruth Kale-Fok Anne Romano Technical Contributors and Reviewers Fred Hebert Gary

More information

a. Category Report displays Sales by Product Categories b. Supplier Report displays Sales by Suppliers

a. Category Report displays Sales by Product Categories b. Supplier Report displays Sales by Suppliers Reservations/ Sales Sales Channel Report This report displays the total sales, for a selected time period, from each of your distribution points or sales channels (for example call center and website,

More information

RSM TECHNOLOGY ACADEMY elearning Syllabus and Agenda RETAIL POS SETUP FOR MICROSOFT DYNAMICS AX

RSM TECHNOLOGY ACADEMY elearning Syllabus and Agenda RETAIL POS SETUP FOR MICROSOFT DYNAMICS AX RSM TECHNOLOGY ACADEMY elearning Syllabus and Agenda RETAIL POS SETUP FOR MICROSOFT DYNAMICS AX Course Details 3 Audience 3 Registration and Payment 3 Refund Policy 3 Prerequisites 3 Participant Requirements

More information

LEED Reference Guide for Green Building Operations and Maintenance For the Operations and Maintenance of Commercial and Institutional Buildings 2009

LEED Reference Guide for Green Building Operations and Maintenance For the Operations and Maintenance of Commercial and Institutional Buildings 2009 LEED Reference Guide for Green Building Operations and Maintenance For the Operations and Maintenance of Commercial and Institutional Buildings 2009 Edition COPYRIGHT DISCLAIMER ii LEED REFERENCE GUIDE

More information

Public Sector Procurement and Payables in Microsoft Dynamics AX 2012 Course 80415A: 3 Days; Instructor-Led

Public Sector Procurement and Payables in Microsoft Dynamics AX 2012 Course 80415A: 3 Days; Instructor-Led Public Sector Procurement and Payables in Microsoft Dynamics AX 2012 Course 80415A: 3 Days; Instructor-Led About this Course This course provides insight and guidance to procurement and sourcing features

More information

ACD MIS SUPERVISOR S GUIDE

ACD MIS SUPERVISOR S GUIDE Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

We make business easy. One POS software To excel in all your retail challenges

We make business easy. One POS software To excel in all your retail challenges We make business easy One POS software To excel in all your retail challenges Designed for retailers of all sizes from small companies to large enterprises LS One is a feature rich, quick-to-learn and

More information

"Charting the Course... MOC B PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards Course Summary

Charting the Course... MOC B PerformancePoint 2010 Designing and Implementing Scorecards and Dashboards Course Summary Course Summary Description This instructor-led course provides students with the necessary knowledge to develop Scorecards and Dashboards using PerformancePoint 2010 in their own work environment. The

More information

Iverson Associates Sdn Bhd ( M) Module Title : Course 55006A : System Center 2012 Operations Manager Duration : 5 days Course Description

Iverson Associates Sdn Bhd ( M) Module Title : Course 55006A : System Center 2012 Operations Manager Duration : 5 days Course Description Module Title Duration : Course 55006A : System Center 2012 Operations Manager : 5 days Course Description This five-day instructor-led course provides students with the necessary knowledge to successfully

More information

Point Of Sales. Below is the step to enable Optimum Point Of Sales module. Step 1. As shown in the figure, click the menu from the ribbon bar.

Point Of Sales. Below is the step to enable Optimum Point Of Sales module. Step 1. As shown in the figure, click the menu from the ribbon bar. Point Of Sales Below is the step to enable Optimum Point Of Sales module. Step 1 As shown in the figure, click the menu from the ribbon bar. Step 2 Select the Modules item form the drop down list. 1 P

More information

Microsoft Dynamics 365 Licensing Guide April 2018

Microsoft Dynamics 365 Licensing Guide April 2018 Microsoft Dynamics 365 Licensing Guide April 2018 Microsoft Dynamics 365 Licensing Guide April 2018 Contents Subscription Licensing Requirements... 1 Licensing Programs... 6 International Availability...

More information

East Penn School District Secondary Curriculum

East Penn School District Secondary Curriculum East Penn School District Secondary Curriculum A Planned Course Statement for I Course # 606 Grade(s) 9-12 Department: Computer and Business Applications Length of Period (mins.) 41 Total Clock Hours:

More information

MICROSOFT BUSINESS SOLUTIONS GREAT PLAINS

MICROSOFT BUSINESS SOLUTIONS GREAT PLAINS MICROSOFT BUSINESS SOLUTIONS GREAT PLAINS TABLE OF CONTENTS econnect enterprise application integration (EAI)... 1 Product Description... 2 econnect Objects... 2 Benefits... 2 econnect Integrations...

More information

VACANCY ANNOUNCEMENT

VACANCY ANNOUNCEMENT REPUBLIC OF KENYA TANA RIVER COUNTY GOVERNMENT OFFICE OF THE COUNTY PUBLIC SERVICE BOARD P.O.BOX 181-70101, HOLA VACANCY ANNOUNCEMENT The County Public Service Board of Tana River wishes to recruit competent

More information

HP Network Automation 7.2 Fundamentals and Administration

HP Network Automation 7.2 Fundamentals and Administration HP Network Automation 7.2 Fundamentals and Administration Instructor-Led Training INTENDED AUDIENCE New users of HP (formerly Opsware) Network Automation software (HP NA) OVERVIEW The HP Network Automation

More information

"Charting the Course... MOC D Managing Office 365 Identities and Services Course Summary

Charting the Course... MOC D Managing Office 365 Identities and Services Course Summary Course Summary Description This is a 5-day Instructor Led Training (ILT) course that targets the needs of IT professionals who take part in evaluating, planning, deploying, and operating Office 365 services,

More information

81059: Customization in Microsoft Dynamics 365 for Sales and Customer Service Duration: 02 days

81059: Customization in Microsoft Dynamics 365 for Sales and Customer Service Duration: 02 days Let s Reach For TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com 81059:

More information

Sample Outline of ICD-10 Three-Day Curriculum for Health Plans

Sample Outline of ICD-10 Three-Day Curriculum for Health Plans Sample Outline of ICD-10 Three-Day Curriculum for Health Plans I. Introduction 1. Implementation Curriculum Chapters II. Chapter 1 ICD-10 Awareness 2. ICD-10 Strategic Steering Committee 3. ICD-10 Understanding

More information

Course 80534A Finance Essentials in Microsoft Dynamics NAV 2013

Course 80534A Finance Essentials in Microsoft Dynamics NAV 2013 Course 80534A Finance Essentials in Microsoft Dynamics NAV 2013 Duration: 2 days ILT About this Course This two-day course provides students with the tools to set up the financial management application

More information

Pro SharePoint Solution Development. Combining.NET, SharePoint, and Office Ed Hild and Chad Wach. Apress. TIB/UB Hannover

Pro SharePoint Solution Development. Combining.NET, SharePoint, and Office Ed Hild and Chad Wach. Apress. TIB/UB Hannover Pro SharePoint 2010 Solution Development Combining.NET, SharePoint, and Office 2010 Ed Hild and Chad Wach Apress TIB/UB Hannover 89 133 296 237 About the Authors About the Technical Reviewer Introduction

More information

DYNAMICS 365 live your future now

DYNAMICS 365 live your future now DYNAMICS 365 live your future now The time when purchasing a business information system was a complex and expensive project is long gone. All applications that are essential for conduct of business are

More information

Installation and Configuration for Microsoft Dynamics AX 2012

Installation and Configuration for Microsoft Dynamics AX 2012 Installation and Configuration for Microsoft Dynamics AX 2012 Course Description This three-day instructor-led course, Installation and Configuration in Microsoft Dynamics AX 2012, provides students with

More information

Implementing and Administering Microsoft Visual Studio 2008 Team Foundation Server

Implementing and Administering Microsoft Visual Studio 2008 Team Foundation Server Implementing and Administering Microsoft Visual Studio 2008 Team Foundation Server Course 6215: Two days; Instructor-led Introduction Elements of this syllabus are subject to change. This two-day instructor-led

More information

How to get started with HDPOSsmart? HDPOS smart Tutorials

How to get started with HDPOSsmart? HDPOS smart Tutorials How to get started with HDPOSsmart? HDPOS smart Tutorials Now that you have installed HDPOSsmart, you would like to get started with the basics of working with the application. In this document, you get

More information

Installation and Configuration for Microsoft Dynamics AX 2012 Course 80221A: 3 Days; Instructor-Led

Installation and Configuration for Microsoft Dynamics AX 2012 Course 80221A: 3 Days; Instructor-Led Installation and Configuration for Dynamics AX 2012 Course 80221A: 3 Days; Instructor-Led About this Course This three-day instructor-ledcourse, Installation and Configuration in Dynamics AX 2012, provides

More information

Microsoft Dynamics CRM 2011 Installation and Deployment Course 80296A: 2 Days; Instructor-Led

Microsoft Dynamics CRM 2011 Installation and Deployment Course 80296A: 2 Days; Instructor-Led Microsoft Dynamics CRM 2011 Installation and Deployment Course 80296A: 2 Days; Instructor-Led About this Course This two-day instructor course covers the installation and configuration of Microsoft Dynamics

More information

Microsoft Dynamics AX. Microsoft Dynamics AX. Factsheet

Microsoft Dynamics AX. Microsoft Dynamics AX. Factsheet Factsheet 1 Amazing customer experiences through intelligent operations Delivering customer experiences is top of mind for every retail organisation, and the use of technology is a talisman for the delivery

More information

Microsoft Dynamics 365. Factsheet

Microsoft Dynamics 365. Factsheet Factsheet SStrategic Solutions NW 1 Amazing customer experiences through intelligent operations Delivering customer experiences is top of mind for every retail organization, and the use of technology is

More information

NetSuite SuiteFoundation Sample Test: March 2018

NetSuite SuiteFoundation Sample Test: March 2018 1 NetSuite SuiteFoundation Sample Test March 2018 2 Contents About this Sample Test... 4 I. Identify the general functionality that can be controlled under Enable Features.... 5 II. Identify the general

More information

80302: Fixed Assets in Microsoft Dynamics AX 2012

80302: Fixed Assets in Microsoft Dynamics AX 2012 Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

Caterease Regional Training Syllabus Level 2 Day 1 Morning

Caterease Regional Training Syllabus Level 2 Day 1 Morning Day 1 Morning I. Reviewing the Basics a. Exploring Event Manager b. Exploring Account Manager c. Comparing Prospect Manager to Account Manager II. III. Using Advanced Scheduler Options a. Establishing

More information

RFP FOR SUPPLY, INTEGRATION, OPERATIONALISATION & MAINTENANCE OF CASH ACCEPTOR CUM ATM (CAA)

RFP FOR SUPPLY, INTEGRATION, OPERATIONALISATION & MAINTENANCE OF CASH ACCEPTOR CUM ATM (CAA) Corrigendum Notice Annexure-I This is with reference to the RFP FOR SUPPLY, INTEGRATION, OPERATIONALISATION & MAINTENANCE OF CASH ACCEPTOR CUM ATM (CAA). In this regard, all the prospective bidders are

More information

A FORMALIZATION AND EXTENSION OF THE PURDUE ENTERPRISE REFERENCE ARCHITECTURE AND THE PURDUE METHODOLOGY REPORT NUMBER 158

A FORMALIZATION AND EXTENSION OF THE PURDUE ENTERPRISE REFERENCE ARCHITECTURE AND THE PURDUE METHODOLOGY REPORT NUMBER 158 A FORMALIZATION AND EXTENSION OF THE PURDUE ENTERPRISE REFERENCE ARCHITECTURE AND THE PURDUE METHODOLOGY REPORT NUMBER 158 Purdue Laboratory for Applied Industrial Control Prepared by Hong Li Theodore

More information

Aldyalaldelo. Aldelo EDC 6.2 User Manual

Aldyalaldelo. Aldelo EDC 6.2 User Manual Aldyalaldelo Aldelo EDC 6.2 User Manual II III Aldelo EDC User Manual PUBLISHED BY Aldelo, LP 6800 Koll Center Parkway, Suite 310 Pleasanton, CA 94566 Copyright 1997-2017 by Aldelo, LP All rights reserved.

More information

Aldyalaldelo. Aldelo EDC 6.2 User Manual

Aldyalaldelo. Aldelo EDC 6.2 User Manual Aldyalaldelo Aldelo EDC 6.2 User Manual II III Aldelo EDC User Manual PUBLISHED BY Aldelo, LP 6800 Koll Center Parkway, Suite 310 Pleasanton, CA 94566 Copyright 1997-2017 by Aldelo, LP All rights reserved.

More information

Ryan White Part A/MAI Program OVERVIEW OF THE NEW SITE VISIT MONITORING INSTRUMENT

Ryan White Part A/MAI Program OVERVIEW OF THE NEW SITE VISIT MONITORING INSTRUMENT October 25, 2016 Ryan White Part A/MAI Program OVERVIEW OF THE NEW SITE VISIT MONITORING INSTRUMENT Nicolette Solan-Pegler Compliance Officer OMB-GC/RW What is our objective? To familiarize ourselves with

More information

Cybex Systems Release 8.2

Cybex Systems Release 8.2 Release 8.2 POS, Head Office, Advanced Series www.cybexsystems.com Ongoing investment in technology Crystal Reports, Microsoft SQL Server 2005.Net Framework Visual studio 2008 Advanced Series, Visual Studio

More information

Office 2010 Workflow:

Office 2010 Workflow: Office 2010 Workflow: Developing Collaborative Solutions MARK J. COLLINS Office 2010 Workflow: Developing Collaborative Solutions Copyright 2010 by Mark J. Collins All rights reserved. No part of this

More information

Advanced Mobile for Infor XA

Advanced Mobile for Infor XA Advanced Mobile for Infor XA Advanced Mobile for Infor Distribution is a comprehensive, out-of-the-box Packaged Mobile Application and Modules that extends critical functionality of for Infor XA to the

More information

Sage 300 Retail Management by InfoCentral

Sage 300 Retail Management by InfoCentral Sage 300 Retail Management by InfoCentral Sage 300 Retail Management by InfoCentral Sage 300 Retail Management is a fully featured Point of Sale Solution that offers tremendous flexibility and enables

More information

NetSuite ERP Consultant Sample Test: March 2019

NetSuite ERP Consultant Sample Test: March 2019 NetSuite ERP Consultant Sample Test March 2019 Contents About this Sample Test... 4 Notes about the actual Exam:... 4 I. Identify Accounting Preferences to be configured to support a customer specific

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MS10979]: Microsoft Azure Fundamentals Length : 2 Days Audience(s) : IT Professionals Level : 100 Technology : Azure Delivery Method : Instructor-led (Classroom) Course Overview This course provides the

More information

What's New - Technical in Microsoft Dynamics AX 2012 for Development

What's New - Technical in Microsoft Dynamics AX 2012 for Development Course 80299A: What's New - Technical in Microsoft Dynamics AX 2012 for Development About this Course This two-day instructor-led course provides students with an introduction to the new features and functionality

More information

Sample Outline of ICD-10 Three-Day Provider Curriculum

Sample Outline of ICD-10 Three-Day Provider Curriculum Sample Outline of ICD-10 Three-Day Provider Curriculum I. Introduction 1. Executive Summary 2. Key highlights of ICD-10 Final Rule 3. Diagnosis Code Revisions II. Chapter 1 The Implementation Effort 2.

More information

QUANTITY SURVEYING FIRM `(FOREIGN,TEMPORARY) [Bylaw 7(2)]

QUANTITY SURVEYING FIRM `(FOREIGN,TEMPORARY) [Bylaw 7(2)] AQRB F-20 ARCHITECTS AND QUANTITY SURVEYORS REGISTRATION BOARD Pamba Road -TETEX House Telephone -2110292 P. O. Box 72673, Dar Es Salaam. Fax;-2117535 E-mail: info@aqrb.go.tz Website: www.aqrb.go.tz Issuing

More information

DETAILED COURSE AGENDA

DETAILED COURSE AGENDA DETAILED COURSE AGENDA Dynamics 365 University Citizen Developer: Detailed Agenda Course Level: 200 As Microsoft Dynamics 365 has evolved so has the business needs of an organization. With this evolution,

More information

COURSE OUTLINE: Implementing a Data Warehouse with SQL Server Implementing a Data Warehouse with SQL Server 2014

COURSE OUTLINE: Implementing a Data Warehouse with SQL Server Implementing a Data Warehouse with SQL Server 2014 Course Name Course Duration Course Structure Course Overview Course Outcome Course Details 20463 Implementing a Data Warehouse with SQL Server 2014 5 Days Instructor-Led (Classroom) This course describes

More information

Prolog Converge Advanced Notifications & Web Views Training

Prolog Converge Advanced Notifications & Web Views Training Prolog Converge Advanced Notifications & Web Views Training Who Should Take This Course Trimble employees, partners and clients who need a comprehensive understanding of advanced notifications, web configuration

More information

Release Notes. LS Retail.NET Service Pack 1. August 2011

Release Notes. LS Retail.NET Service Pack 1. August 2011 Release Notes LS Retail.NET 2011.1 Service Pack 1 August 2011 Copyright 2011, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders. Contents 1 About the version... 1 1.1

More information

Software Development & Education Center. Microsoft Dynamics

Software Development & Education Center. Microsoft Dynamics Software Development & Education Center Microsoft Dynamics NAV 2013 Course 80534A: Finance Essentials in Microsoft Dynamics NAV 2013 About this Course This two-day course provides students with the tools

More information

L.20; L.25; L.9; L.12;M.1; K; A]...

L.20; L.25; L.9; L.12;M.1; K; A]... GSA FAS Office of Integrated Technology Services Network Services 2020 (NS2020) Enterprise Infrastructure Solutions (EIS) RFP # QTA0015THA3003, Volume 4 Business Final Proposal Revision, March 31, 2017

More information

Customization, Configuration, Development and Extending Boot Camp

Customization, Configuration, Development and Extending Boot Camp Course 822701 Microsoft Dynamics 365 Customization, Configuration, Development and Extending Boot Camp Length 5 days Prerequisites Working knowledge of Dynamics 365 (CRM) features and functionality, development,

More information

THE GENERAL ASSEMBLY OF PENNSYLVANIA SENATE BILL

THE GENERAL ASSEMBLY OF PENNSYLVANIA SENATE BILL PRINTER'S NO. 1 THE GENERAL ASSEMBLY OF PENNSYLVANIA SENATE BILL No. 10 Session of 01 INTRODUCED BY TEPLITZ, BLAKE, HUGHES, SCHWANK, COSTA, BOSCOLA, SMITH, FARNESE, TARTAGLIONE AND RAFFERTY, JANUARY 1,

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD Project Essentials in Microsoft Dynamics AX 2012 Course 80316A: 2 Days; Instructor-Led About this Course This two-day instructor-led course provides students with the knowledge and skills to set up the

More information

FusionRMS for Sage PFW ERP

FusionRMS for Sage PFW ERP Fusion Software offers a suite of applications seamlessly integrated with SAGE PFW ERP. These applications simplify and enhance the end user experience and extend the reach of SAGE PFW ERP without affecting

More information

Administering System Center Configuration Manager and Intune (NI114) 40 Hours

Administering System Center Configuration Manager and Intune (NI114) 40 Hours Administering System Center Configuration Manager and Intune (NI114) 40 Hours Outline Get expert instruction and hands-on practice configuring and managing clients and devices by using Microsoft System

More information

3Q18 Financial Results. November 8, 2018

3Q18 Financial Results. November 8, 2018 3Q18 Financial Results November 8, 2018 Disclaimer No Offer or Solicitation This presentation is provided for informational purposes only and is not intended to and shall not constitute an offer to sell

More information

Continuous Improvement Policy

Continuous Improvement Policy Continuous Improvement Policy Approved by: RTO Administrator UNCONTROLLED IN HARD COPY FORMAT Intentionally left Blank Contents Purpose... 1 Policy Statement... 1 Policy Principles... 1 Underpinning Principles...

More information

Caterease Regional Training Syllabus Level 2 Day 1 Morning

Caterease Regional Training Syllabus Level 2 Day 1 Morning Day 1 Morning I. Reviewing the Basics a. Exploring Event Manager b. Exploring Account Manager c. Exploring Prospect Manager II. III. IV. Using Advanced Scheduler Options a. Using the Range Control b. Grouping

More information

SOUTH SEATTLE COMMUNITY COLLEGE (Technical Education Department) COURSE OUTLINE Marla Lockhart - Date: January 09

SOUTH SEATTLE COMMUNITY COLLEGE (Technical Education Department) COURSE OUTLINE Marla Lockhart - Date: January 09 1 SOUTH SEATTLE COMMUNITY COLLEGE (Technical Education Department) COURSE OUTLINE Marla Lockhart - Date: January 09 DEPARTMENT: CURRICULUM: COURSE TITLE: Accounting (ACCT) Vocational Accounting Introduction

More information

Feature List. Copyright 2014, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders

Feature List. Copyright 2014, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders Feature List Copyright 2014, LS Retail ehf. All rights reserved. All trademarks belong to their respective holders 1 Introduction... 3 1.1 Functional overview... 3 2 Central Restaurant Management... 4

More information

UNOFFICIAL TRANSLATION (COMPLETE OFFICIAL CHINESE GUIDELINES BELOW) Translated from Chinese by Kevin Li

UNOFFICIAL TRANSLATION (COMPLETE OFFICIAL CHINESE GUIDELINES BELOW) Translated from Chinese by Kevin Li UNOFFICIAL TRANSLATION (COMPLETE OFFICIAL CHINESE GUIDELINES BELOW) Translated from Chinese by Kevin Li China Banking Association s Corporate Social Responsibility Guidelines (Excerpt) Chapter III Social

More information

REPORTING AND BUSINESS INTELLIGENCE

REPORTING AND BUSINESS INTELLIGENCE RSM TECHNOLOGY ACADEMY Syllabus and Agenda REPORTING AND BUSINESS INTELLIGENCE For Microsoft Dynamics 365 for Operations Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 4

More information

80219: Financials I in Microsoft Dynamics AX 2012

80219: Financials I in Microsoft Dynamics AX 2012 Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

COPYRIGHTED MATERIAL. Contents. Part One Requirements, Realities, and Architecture 1. Acknowledgments Introduction

COPYRIGHTED MATERIAL. Contents. Part One Requirements, Realities, and Architecture 1. Acknowledgments Introduction Contents Contents ix Foreword xix Preface xxi Acknowledgments xxiii Introduction xxv Part One Requirements, Realities, and Architecture 1 Chapter 1 Defining Business Requirements 3 The Most Important Determinant

More information

POLICY & PROCEDURES MEMORANDUM

POLICY & PROCEDURES MEMORANDUM Policy No. BA-1260.1 POLICY & PROCEDURES MEMORANDUM TITLE: INTERNAL CONTROL SYSTEM EFFECTIVE DATE: February 13, 1996* (*Procedural/Title Updates 1/12/16, 1/27/15; CANCELLATION: CATEGORY: none Business

More information

DIGITAL RIVER UNIVERSITY

DIGITAL RIVER UNIVERSITY DIGITAL RIVER UNIVERSITY Course Guide 2015 Digital River, Inc. CONTENTS INTRODUCTION... 3 COURSE DESCRIPTIONS... 4 100 Level Courses: Global Commerce Overview... 4 Digital River Commerce-as-a-Service Solutions...

More information

Employee Permissions CRE

Employee Permissions CRE One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Employee Permissions CRE There is a large number of permissions

More information

Course 80024A Trade and Logistics I in Microsoft Dynamics AX 2009 Course Duration: 3 days Course Type: Instructor-Led/Classroom

Course 80024A Trade and Logistics I in Microsoft Dynamics AX 2009 Course Duration: 3 days Course Type: Instructor-Led/Classroom Course 80024A Trade and Logistics I in Microsoft Dynamics AX 2009 Course Duration: 3 days Course Type: Instructor-Led/Classroom Course Overview This three-day instructor-led course, Trade and Logistics

More information

New Balance Athletic Shoe, Inc.

New Balance Athletic Shoe, Inc. New Balance Athletic Shoe, Inc. Case Writeup Individual Case #1 The George Washington University Executive MBA Program EMBA 220: Operations Management Professor Sanjay Jain, Ph.D. February 6, 2010 Robert

More information

Oracle Application Integration Architecture

Oracle Application Integration Architecture Oracle Application Integration Architecture Siebel CRM Integration Pack for Oracle Communications Billing and Revenue Management: Agent Assisted Billing Care Implementation Guide Release 11.2 E26496-02

More information