REPORTING AND BUSINESS INTELLIGENCE

Size: px
Start display at page:

Download "REPORTING AND BUSINESS INTELLIGENCE"

Transcription

1 RSM TECHNOLOGY ACADEMY Syllabus and Agenda REPORTING AND BUSINESS INTELLIGENCE For Microsoft Dynamics 365 for Operations

2 Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 4 Guaranteed to Run 4 Travel Guide 4 Hosted Training 4 Client Site Training 4 Payment 4 Prerequisites 5 Environment 5 Course Outline 6 Module 1: Look and Feel and Customizations 6 Module 2: Reporting Overview 6 Module 3: SSRS and Dynamics AX Reports 7 Module 4: SSRS - Data Processing Class 7 Module 5: SSRS Data Processing and Contract Classes 8 Module 6: SSRS Customizing Out-of-the-Box Reports 8 Module 7: Branding, Printing, and Networking 8 Module 8: Introduction to Management Reporter 9 Module 9: Data Entity Overview 9 Module 10: Aggregate Measurements and Programming 10 Module 11: Creating Data Entities and Aggregate Data Entries 10 Module 12: Excel Integration and Power Components 11 Module 13: Excel Odata Tools 11 Module 14: KPI s and Embedded Intelligence 11 Module 15: Power BI and Self-Service Reporting 12 Proprietary and Confidential Page 2 of

3 Course Details This 4-day instructor-led course provides students with an introduction to Dynamics 365 for Operations (D3FO) reporting. The purpose of this course is to give new users an overview of the reporting framework, SSRS reporting components, Excel integrations, Aggregate measurements, Odata connectors, and Power BI. Students will have the opportunity to use the application to perform typical end-user tasks. This course is eligible for 28 CPE credits in the Computer Science field of study. AUDIENCE The intended audience is new users of Dynamics AX, including programmers, reporting business process managers, technical business analysts, and the primary report developers for the organization. AT COURSE COMPLETION After completing this course, students will be able to: Understand that Microsoft Dynamics AX provides a powerful solution. Understand that Microsoft Dynamics AX provides an agile solution. Understand that Microsoft Dynamics AX provides a simple solution. Understand that Microsoft Dynamics AX provides a unified solution from Microsoft. Understand the industry focus for Microsoft Dynamics AX. Describe quick navigation tips. Describe the Reporting and BI needs of different types of users. Describe the tools available to view and analyze data in Microsoft Dynamics AX. Build a report in Microsoft Excel and Report Builder. View a standard report. Modify, create, and add KPIs to a workspace. Create reports in Visual Studio. Create and use aggregate measurements. Create and use aggregate data entities. Create charts and KPIs. Create reports with Power BI and integrate with Dynamics AX. Create a pivot table using data entities. Describe other reporting options available with Microsoft Dynamics AX. Describe the organizational structure in Microsoft Dynamics AX. Report on data using Microsoft Excel Data Connector App. Proprietary and Confidential Page 3 of

4 Electronic copies of certificates are given out automatically upon completion of a course. If for some reason you don t receive a certificate or have special circumstances (multiple participants, physical certificates, etc.), feel free to contact us at academy@rsmus.com. COURSE CANCELLATION POLICY RSM reserves the right to cancel courses up to 7 days prior to class commencement due to low enrollment. In the event of a cancellation, RSM will contact any enrolled students. GUARANTEED TO RUN All hosted courses are guaranteed to run. RSM reserves the right to cancel courses or to make changes in course schedules up to 7 days before the commencement of a course. TRAVEL GUIDE Hosted Training You are responsible for making all arrangements for travel. We are located in the Denver Technology Center (DTC). You can fly into Denver International Airport (DEN) on most major airlines. It is recommended that you fly the evening before your class is scheduled to begin and depart the evening of the last day of class. On average, please allow at least one hour to travel from our office to the airport South Ulster St. Suite 400 Denver, CO For hotel accommodations you can refer to our travel brochure where you can receive discounted rates at local hotels. Because we are located in the heart of the DTC, rental cars are not mandatory. They can be useful if you want to travel around the greater Denver area to see one of our many great tourist attractions. Client Site Training If the client would like the trainer to follow a specific travel policy attach it upon execution of the statement of work. For clients with a Master Services Agreement (MSA), travel and expenses will be billed after the conclusion of the training. For clients without an MSA, an estimated amount will be billed at a fixed fee and must be paid before the trainer will book travel. PAYMENT All work performed shall be performed on a fixed fee basis. RSM will bill the Client upon execution of the statement of work according to the Master Services Agreement (MSA). For clients without an MSA, payments must be received before the beginning of the training. Refund Policy: Any cancellations 14 days prior to the scheduled course will be provided a 100% refund. Cancellations 7 days prior to the scheduled course will be provided with a 50% refund. Cancellations within 7 days of course commencement will not be refunded. Proprietary and Confidential Page 4 of

5 Prerequisites ENVIRONMENT If the training will be conducted in Denver at the RSM office, the requirements listed below will be provided by RSM. Before the beginning of the first lesson the following materials and equipment will be required: A LCD Projector* Projection screen/surface A white board or Flip chart stand/paper (optional) Each attendee will need a Laptop/PC with the following available: Internet connection A VPN connection to RSM (The connection information will be provided by the trainer upon the first day of training). RSM Technology Academy hosts the training images on a local server in our Denver offices. The VPN connection is required for the participants to connect to the Hyper-V training image. * The instructor can provide a projector if one is not available upon request only. Proprietary and Confidential Page 5 of

6 Course Outline MODULE 1: LOOK AND FEEL AND CUSTOMIZATIONS This module introduces participants to the web-based browser client and the basic navigational tools and features in Microsoft Dynamics AX. In addition, there is an extensive discussion of the intellimorph interface and customization capabilities. Web browser user interface View details Help and support Personalization Dashboard and workspaces Quick tips and shortcuts Parallel architecture Running a report Workspaces MODULE 2: REPORTING OVERVIEW This module provides a general overview of the reporting architecture and the available tools used in reporting. Microsoft SQL Server Reporting Services is the primary reporting platform for Microsoft Dynamics AX. The default, preconfigured reports that are included with Microsoft Dynamics AX run on the Reporting Services platform. This module also introduces reporting formats such as Excel, Reporting Services Reports, and Management Reporter. These report formats are either built on the transaction processing database or aggregate data entities. Types of reports used in Dynamics AX Reporting architecture and reporting options SSRS Reporting and Visual Studio IDE Management Reporter Data entities overview Aggregate data entities and in-memory data aggregation Power BI overview Proprietary and Confidential Page 6 of

7 MODULE 3: SSRS AND DYNAMICS AX REPORTS Microsoft Dynamics AX provides a model-based approach to create reports by providing project templates and modeling tools that are incorporated into the Microsoft Visual Studio development environment. The reporting features provided by Microsoft Dynamics AX are based on a tight integration with SQL Server Reporting Services. Reports for customer transaction data Reports for vendor transaction data Reports bound by date Reports created using a matrix template and a complex query Reports created using drill-through Reports with multiple datasets and uses precision design Creating a report for customer transaction data Creating a report for vendor transaction data Creating a report bound by date Creating a matrix report Creating a drill through report Referencing a report parameter from multiple datasets MODULE 4: SSRS - DATA PROCESSING CLASS Using the Data process class to access data is more advanced than the traditional query methodology. It is used when the data to be rendered in the report is not available through query, you need to further process the data at the time that it is run, and the business logic is based on X++ code. Additionally, report data provides allow for more filters at runtime based on UI parameters than queries. The Model-View-Controller (MVC) pattern Report data provider (RDP) class Generating simple reports data provider class Proprietary and Confidential Page 7 of

8 MODULE 5: SSRS DATA PROCESSING AND CONTRACT CLASSES A report parameter provides a way to choose report data, connect related reports together, and vary the report presentation. It is used when generating the report data set. The parameters that a report data provider class will reference are defined in a data contract class. New reports Report parameters management in a data contract class in X++ Creating a Sales Return report using a report data provider and contract class Creating a report bound with X++ business logic MODULE 6: SSRS CUSTOMIZING OUT-OF-THE-BOX REPORTS Understanding the techniques for customizing out-of-the-box reports will enable you to quickly produce complex reports that satisfy business-specific customer requirements. Modifications for existing reports Customizing Fixed Asset listing reports MODULE 7: BRANDING, PRINTING, AND NETWORKING With the cloud component of AX, there are new processes for the branding, printing, and networking for report output. Customized branding Printing models The new networking topology and administration Proprietary and Confidential Page 8 of

9 MODULE 8: INTRODUCTION TO MANAGEMENT REPORTER Management Reporter is the Microsoft Dynamics ERP application used for the creation, distribution, and analysis of financial statements. Management Reporter empowers decisionmakers to provide real-time insights into organizational results allowing you to take action and align employee behavior with overall goals. Management Reporter access Management Reporter capabilities Building blocks of Management Reporter Practice Trial balance report MODULE 9: DATA ENTITY OVERVIEW This lesson covers the data entities and their architecture, including the impact on many other components of data management and packages. Data entity architecture Important concepts of data entities Data management Packages Proprietary and Confidential Page 9 of

10 MODULE 10: AGGREGATE MEASUREMENTS AND PROGRAMMING Aggregate measurements are based on tables and views. They consist of measures and dimensions that can be used in the modeling process. An aggregate measurement is based on the idea of creating a star-schema and relational data model. An aggregate measurement can be used as a data source for a KPI or a chart. Aggregate measurements BI modeling and star-schema KPIs Embedded BI elements Method expressions and the aggregate programming model Creating an aggregate measurement Creating and editing KPIs Creating a chart and placing it on a workspace MODULE 11: CREATING DATA ENTITIES AND AGGREGATE DATA ENTRIES Data entities are abstractions and encapsulations of tables. They contain a de-normalized structure and are exposed over Odata feeds. Data entities serve multiple purposes in Dynamics AX and are a key piece to reporting. Data entities structure and features Aggregate data entities and OData Accessing data entities and aggregate data entities Creating data entities Creating aggregate data entities Proprietary and Confidential Page 10 of

11 MODULE 12: EXCEL INTEGRATION AND POWER COMPONENTS The first form of reporting in Dynamics AX is taking advantage of the built-in Excel integration. Any AX list page can act as a report for operations. In addition, data can be manipulated once it is out of AX for the purpose of the power integration tools like query and pivot. Create a report from the Export to Excel tool Power Query and Power Pivot MODULE 13: EXCEL ODATA TOOLS One of the fastest ways to integrate data from Microsoft Dynamics AX is the Excel Data Connector App. This tool, once configured as part of the Office integration, exposes large amounts of data that typical users can easily customize and create new reports using a standard interface. The Excel Data Connector app is available for Windows, Office 365, and ipad. Reports created from the Export to Excel tool Features and structure of the Excel Data Connector App Transactional reports created using the Excel app Pivot table reports created based on data entities and OData MODULE 14: KPI S AND EMBEDDED INTELLIGENCE This module covers the creation, definition, and deployment of KPIs. This is a huge improvement over previous versions of AX that includes the capability to use the KPIs that are relevant to your company management or metrics that better define your business practices. KPI creation Ranges on a KPI Tiles for a KPI Default trend charts modification in the client KPIs modeled using method expressions Drill-through from a KPI tile to a form Creating a KPI Proprietary and Confidential Page 11 of

12 MODULE 15: POWER BI AND SELF-SERVICE REPORTING This module discusses the Power BI components that are available on the Power BI site, including a lesson on creating a report. This module also includes a discussion about the future enhancements for the product based on the D3FO roadmap. Power BI Report creation using Power BI Desktop Power BI Report publishing to PowerBI.com Power BI Content Pack deployment Power BI Desktop installation Power BI Desktop with AX connection Power BI Report creation Power BI Report publishing to PowerBI.com Dashboard creation on PowerBI.com Creating a report using Power BI desktop Proprietary and Confidential Page 12 of

13 Agenda DAY 1 DAY 2 DAY 3 DAY 4 9:00 AM 10:00 AM Class Setup & Introductions Look and Feel and Customization 11:00 AM Reporting Overview SSRS and Dynamics AX Reports SSRS Basic Data Processing SSRS Customizing Out-of-the-Box Reports Branding, Printing, and Networking Excel Integration and Power Components Excel Odata Tools 12:00 PM LUNCH LUNCH LUNCH LUNCH 1:00 PM Visual Studio Setup SSRS Basic Data Processing Management Reporter KPIs and Embedded Intelligence 2:00 PM 3:00 PM 4:00 PM SSRS and Dynamics AX Reports SSRS X++ Business Logic Data Entity Overview Aggregate Measurement Power BI and Self- Service Reporting Overflow/Parking Lot 5:00 PM SESSION END SESSION END SESSION END SESSION END Proprietary and Confidential Page 13 of 14

14 This document contains general information, may be based on authorities that are subject to change, and is not a substitute for professional advice or services. This document does not constitute audit, tax, consulting, business, financial, investment, legal or other professional advice, and you should consult a qualified professional advisor before taking any action based on the information herein. RSM US LLP, its affiliates and related entities are not responsible for any loss resulting from or relating to reliance on this document by any person. Internal Revenue Service rules require us to inform you that this communication may be deemed a solicitation to provide tax services. This communication is being sent to individuals who have subscribed to receive it or who we believe would have an interest in the topics discussed. RSM US LLP is a limited liability partnership and the U.S. member firm of RSM International, a global network of independent audit, tax and consulting firms. The member firms of RSM International collaborate to provide services to global clients, but are separate and distinct legal entities that cannot obligate each other. Each member firm is responsible only for its own acts and omissions, and not those of any other party. Visit rsmus.com/aboutus for more information regarding RSM US LLP and RSM International. RSM and the RSM logo are registered trademarks of RSM International Association. The power of being understood is a registered trademark of RSM US LLP RSM US LLP. All Rights Reserved.

REPORTING FUNDAMENTALS FOR PROGRAMMERS

REPORTING FUNDAMENTALS FOR PROGRAMMERS RSM TECHNOLOGY ACADEMY Syllabus and Agenda REPORTING FUNDAMENTALS FOR PROGRAMMERS FOR MICROSOFT DYNAMICS AX Course Details 3 Audience 3 Course Cancellation Policy 3 Guaranteed to Run 4 Travel Guide 4 Hosted

More information

PROCURE-TO-PAY INVENTORY MANAGEMENT

PROCURE-TO-PAY INVENTORY MANAGEMENT RSM TECHNOLOGY ACADEMY Syllabus and Agenda PROCURE-TO-PAY INVENTORY MANAGEMENT FOR MICROSOFT DYNAMICS AX Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 5 Guaranteed to Run

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

FINANCIAL MANAGEMENT FOR ACCOUNTS PAYABLE

FINANCIAL MANAGEMENT FOR ACCOUNTS PAYABLE RSM TECHNOLOGY ACADEMY Syllabus and Agenda FINANCIAL MANAGEMENT FOR ACCOUNTS PAYABLE IN MICROSOFT DYNAMICS AX Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 4 Guaranteed

More information

PRODUCT INFORMATION MANAGEMENT

PRODUCT INFORMATION MANAGEMENT RSM TECHNOLOGY ACADEMY Syllabus and Agenda PRODUCT INFORMATION MANAGEMENT FOR MICROSOFT DYNAMICS AX Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 5 Guaranteed to Run 5 Travel

More information

ORDER-TO-CASH INVENTORY MANAGEMENT

ORDER-TO-CASH INVENTORY MANAGEMENT RSM TECHNOLOGY ACADEMY Syllabus and Agenda ORDER-TO-CASH INVENTORY MANAGEMENT FOR MICROSOFT DYNAMICS AX Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 4 Guaranteed to Run

More information

ADMINISTRATION & SECURITY BOOTCAMP

ADMINISTRATION & SECURITY BOOTCAMP RSM TECHNOLOGY ACADEMY Syllabus and Agenda ADMINISTRATION & SECURITY BOOTCAMP FOR MICROSOFT DYNAMICS AX Table of Contents Course Details 4 Key Data 4 Look and Feel 4 Audience 4 At Course Completion 5 Course

More information

Project Management and Accounting Fundamentals. Microsoft Dynamics AX 2012 R3

Project Management and Accounting Fundamentals. Microsoft Dynamics AX 2012 R3 Project Management and Accounting Fundamentals Microsoft Dynamics AX 2012 R3 Project Management R3: Syllabus and Agenda Table of Contents Course Details 1 Course Outline 4 Agenda 12 Course Details This

More information

Management Reporter Essentials. Microsoft Dynamics AX 2012

Management Reporter Essentials. Microsoft Dynamics AX 2012 Management Reporter Essentials Microsoft Dynamics AX 2012 Table of Contents Course Details 1 Prerequisites 3 Course Outline 4 Agenda 8 Course Details This three-day instructor-led course provides students

More information

Trade and Logistics II. Microsoft Dynamics AX 2012

Trade and Logistics II. Microsoft Dynamics AX 2012 Trade and Logistics II Microsoft Dynamics AX 2012 Table of Contents Course Details 1 Prerequisites 3 Course Outline 4 Agenda 8 Course Details The two-day Microsoft Dynamics AX 2009 Trade & Logistics II,

More information

WAREHOUSE AND TRANSPORTATION MANAGEMENT ESSENTIALS

WAREHOUSE AND TRANSPORTATION MANAGEMENT ESSENTIALS RSM TECHNOLOGY ACADEMY Syllabus and Agenda WAREHOUSE AND TRANSPORTATION MANAGEMENT ESSENTIALS FOR MICROSOFT DYNAMICS AX Key Data 3 Look and Feel 3 Audience 3 Prerequisites 3 Students 3 Environment 3 Course

More information

Administration & Security Essentials FOR MICROSOFT DYNAMICS AX 2012 R3

Administration & Security Essentials FOR MICROSOFT DYNAMICS AX 2012 R3 Administration & Security Essentials FOR MICROSOFT DYNAMICS AX 2012 R3 Table of Contents Course Details 1 Prerequisites 1 Course Outline 4 Agenda 11 Course Details This five-day instructor-led course provides

More information

Product Configuration. Microsoft Dynamics AX 2012 R3

Product Configuration. Microsoft Dynamics AX 2012 R3 Product Configuration Microsoft Dynamics AX 2012 R3 Table of Contents Course Details 1 Prerequisites 2 Course Outline 3 Agenda 5 Course Details This two-day instructor-led course provides students with

More information

Procurement and Sourcing. Microsoft Dynamics AX 2012 R3

Procurement and Sourcing. Microsoft Dynamics AX 2012 R3 Procurement and Sourcing Microsoft Dynamics AX 2012 R3 Table of Contents Course Details 1 Prerequisites 2 Course Outline 3 Agenda 8 Course Details This two-day instructor-led course, Procurement and Sourcing

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

CHART OF ACCOUNTS SETUP

CHART OF ACCOUNTS SETUP RSM TECHNOLOGY ACADEMY elearning Syllabus and Agenda CHART OF ACCOUNTS SETUP FOR MICROSOFT DYNAMICS 365 FOR OPERATIONS Course Details 3 Audience 3 At Course Completion 3 Registration and Payment 3 Refund

More information

Administration & Security Essentials

Administration & Security Essentials Administration & Security Essentials Microsoft Dynamics AX 2012 R3 Atlanta I Denver I San Francisco I St. Louis I Toronto Table of Contents Course Details 1 Prerequisites 3 Course Outline 4 Agenda 12 Course

More information

Trade and Logistics II. Microsoft Dynamics AX 2012

Trade and Logistics II. Microsoft Dynamics AX 2012 Trade and Logistics II Microsoft Dynamics AX 2012 Table of Contents Course Details 1 Prerequisites 2 Course Outline 3 Agenda 7 Course Details The two-day Microsoft Dynamics AX 2009 Trade & Logistics II,

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

LOYALTY MANAGEMENT FOR RETAIL

LOYALTY MANAGEMENT FOR RETAIL RSM TECHNOLOGY ACADEMY elearning Syllabus and Agenda LOYALTY MANAGEMENT FOR RETAIL FOR MICROSOFT DYNAMICS AX Course Details 3 Audience 3 Continuing Professional Education 3 Registration and Payment 3 Refund

More information

RSM TECHNOLOGY ACADEMY elearning Syllabus and Agenda WAREHOUSE LAYOUT FOR MICROSOFT DYNAMICS 365 FOR FINANCE AND OPERATIONS

RSM TECHNOLOGY ACADEMY elearning Syllabus and Agenda WAREHOUSE LAYOUT FOR MICROSOFT DYNAMICS 365 FOR FINANCE AND OPERATIONS RSM TECHNOLOGY ACADEMY elearning Syllabus and Agenda WAREHOUSE LAYOUT FOR MICROSOFT DYNAMICS 365 FOR FINANCE AND OPERATIONS Course Details 3 Audience 3 At Course Completion 3 Registration and Payment 3

More information

PURCHASE ORDER SPEND CONTROL MICROSOFT DYNAMICS AX 2012 R3/ AND DYNAMICS 365

PURCHASE ORDER SPEND CONTROL MICROSOFT DYNAMICS AX 2012 R3/ AND DYNAMICS 365 PURCHASE ORDER SPEND CONTROL MICROSOFT DYNAMICS AX 2012 R3/ AND DYNAMICS 365 2016 2016 RSM US RSM LLP. All US Rights LLP. Reserved. All Rights Reserved. Introduction Rachel Profitt, MCT, MVP Director,

More information

MICROSOFT DYNAMICS 365 FOR TALENT. Rachel Profitt, MVP, MCT Director, RSM Technology Academy November 30, 2017

MICROSOFT DYNAMICS 365 FOR TALENT. Rachel Profitt, MVP, MCT Director, RSM Technology Academy November 30, 2017 MICROSOFT DYNAMICS 365 FOR TALENT Rachel Profitt, MVP, MCT Director, RSM Technology Academy November 30, 2017 2016 2016 RSM US RSM LLP. US All Rights LLP. Reserved. All Rights Reserved. Introductions Rachel

More information

The need for optimization: Getting the most from Microsoft Dynamics GP

The need for optimization: Getting the most from Microsoft Dynamics GP The need for optimization: Getting the most from Microsoft Dynamics GP Prepared by: Hans Wulczyn, Director, RSM US LLP hans.wulczyn@rsmus.com, +1 717 901 8413 July 2017 Microsoft Dynamics GP is a powerful,

More information

NETSUITE USER GROUP WEBCAST

NETSUITE USER GROUP WEBCAST NETSUITE USER GROUP WEBCAST Saved Searches Tips & Tricks February 22 nd, 2018 Today s speaker Matt Bailey Director, Technology & Management Consulting Over 18 years of experience in ERP/CRM implementations

More information

The importance of a solid data foundation

The importance of a solid data foundation The importance of a solid data foundation Prepared by: Michael Faloney, Director, RSM US LLP michael.faloney@rsmus.com, +1 804 281 6805 February 2015 This is the first of a three-part series focused on

More information

CRM Business Intelligence Wizard for Dynamics 365

CRM Business Intelligence Wizard for Dynamics 365 CRM Business Intelligence Wizard for Dynamics 365 Course Level: 200 This class reviews the unique CRM reporting capabilities of Advanced Find views & charts, reports using the built-in report wizard, custom

More information

DETAILED COURSE AGENDA

DETAILED COURSE AGENDA DETAILED COURSE AGENDA Dynamics 365 University: Business Intelligence Wizard Detailed Agenda Course Level: 200 Microsoft Dynamics CRM Online offers powerful reporting and analytics. This class will review

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Maximising value through business insight Business Intelligence White Paper November 2016 CONTENTS Reports were tedious. Earlier it would take days for manual collation. Now all

More information

ENGAGE YOUR CUSTOMERS WITH SALES AND SERVICE FUNCTIONALITY

ENGAGE YOUR CUSTOMERS WITH SALES AND SERVICE FUNCTIONALITY ENGAGE YOUR CUSTOMERS WITH SALES AND SERVICE FUNCTIONALITY Microsoft Dynamics 365 educational webcast series presented by RSM May 31, 2017 Today s presenters Mike Nafziger Principal and National Customer

More information

Core User Boot Camp for Finance and Operations

Core User Boot Camp for Finance and Operations Core User Boot Camp for Finance and Operations Course Level: 100 This instructor-led course provides a key step for Microsoft Dynamics 365 for Finance and Operations administrators and customizers who

More information

OPTIMIZE YOUR BUSINESS WITH NETSUITE CRM. August 29, 2017

OPTIMIZE YOUR BUSINESS WITH NETSUITE CRM. August 29, 2017 OPTIMIZE YOUR BUSINESS WITH NETSUITE CRM August 29, 2017 With you today Eric Myers Director Eric has 15+ years industry experience and currently works with many RSM/NetSuite clients in Distribution, Manufacturing,

More information

NETSUITE USER GROUP WEBCAST

NETSUITE USER GROUP WEBCAST NETSUITE USER GROUP WEBCAST Budgeting, Forecasting & Reporting March 14th, 2018 Today s speaker Matt Bailey Director, Technology & Management Consulting Over 18 years of experience in ERP/CRM implementations

More information

Dynamics GP Tips and Tricks. Ben Atkinson, Consultant Jeff Smith, Senior Client Success Manager

Dynamics GP Tips and Tricks. Ben Atkinson, Consultant Jeff Smith, Senior Client Success Manager Dynamics GP Tips and Tricks Ben Atkinson, Consultant Jeff Smith, Senior Client Success Manager Session Objectives Provide you with tips and tricks to help you maximize the value you get from your investment

More information

The importance of the right reporting, analytics and information delivery

The importance of the right reporting, analytics and information delivery The importance of the right reporting, and information delivery Prepared by: Michael Faloney, Director, RSM US LLP michael.faloney@rsmus.com, +1 804 281 6805 Introduction This is the second of a three-part

More information

SAP Business Client 7.0

SAP Business Client 7.0 SAP Business Client 7.0 Product Management P&I Technology Core Platform SAP SE INTRODUCTION SINGLE POINT OF ENTRY to SAP business applications for desktop users SAP BUSINESS CLIENT HARMONIZED ACCESS to

More information

Analyzing Data with SQL Server 2016 Reporting Services

Analyzing Data with SQL Server 2016 Reporting Services Analyzing Data with SQL Server 2016 Reporting Services 10990C 5 Days Instructor-led, Hands on Course Information This five-day instructor-led course teaches students how to implement a SQL Server 2016

More information

The importance of the right reporting, analytics and information delivery

The importance of the right reporting, analytics and information delivery The importance of the right reporting, and Introduction This is the second of a three-part series focused on designing a business intelligence (BI) solution. In order to design a complete solution, there

More information

PROJECT & PORTFOLIO MANAGEMENT ROADMAP FOR OFFICE 365. October 1st, 2015

PROJECT & PORTFOLIO MANAGEMENT ROADMAP FOR OFFICE 365. October 1st, 2015 PROJECT & PORTFOLIO MANAGEMENT ROADMAP FOR OFFICE 365 October 1st, 2015 Any screen captures or concepts are for illustration purposes only Discloses Project futures roadmap and high-level areas of investment

More information

SAP Business Client 6.5

SAP Business Client 6.5 SAP Business Client 6.5 Product Management P&I Technology Core Platform SAP SE INTRODUCTION SINGLE POINT OF ENTRY to SAP business applications for desktop users SAP BUSINESS CLIENT HARMONIZED ACCESS to

More information

Mobile BI with Microsoft Tools

Mobile BI with Microsoft Tools Mobile BI with Microsoft Tools Andrea Martorana Tusa @bruco441 andrea.martoranatusa@gmail.com Thank you to our AWESOME sponsors! 2 10/12/2016 SQL Saturday Slovenia About me Andrea Martorana Tusa Analyst

More information

SAP Business Client 6.5

SAP Business Client 6.5 SAP Business Client 6.5 Product Management P&I Technology Core Platform SAP SE INTRODUCTION SINGLE POINT OF ENTRY to SAP business applications for desktop users SAP BUSINESS CLIENT HARMONIZED ACCESS to

More information

SQL Server Analysis Services Tabular Models and Power BI

SQL Server Analysis Services Tabular Models and Power BI SQL Server Analysis Services Tabular Models and Power BI Course ISI-1487 4 Days Instructor-led, Hands-on Introduction This four-day instructor-led course is aimed at database professionals who fulfill

More information

SAMPLING AND ERROR EVALUATION RSM US LLP. All Rights Reserved.

SAMPLING AND ERROR EVALUATION RSM US LLP. All Rights Reserved. SAMPLING AND ERROR EVALUATION SAMPLING Sampling Factors to consider when sampling Population size and aggregate balance Tolerable misstatement Expected error Assurance factors Significant risk Reliance

More information

Managing Finance and Operations with Microsoft Dynamics 365

Managing Finance and Operations with Microsoft Dynamics 365 Managing Finance and Operations with Microsoft Dynamics 365 81902 Contents ABOUT THIS COURSE... 1 SYLLABUS... 2 Module 1: Enterprise Resource Planning (ERP)... 2 Module 2: Microsoft Dynamics 365 for Finance

More information

Streamline the Way You Run Your Business Helping Small Businesses Run Simple with a Front-Office Solution

Streamline the Way You Run Your Business Helping Small Businesses Run Simple with a Front-Office Solution SAP Anywhere Streamline the Way You Run Your Business Helping Small Businesses Run Simple with a Front-Office Solution How SAP Anywhere Helps Your Growing Business Run Simple You re not in the technology

More information

Dashboard in a Day. Presented by Jacques Goupil

Dashboard in a Day. Presented by Jacques Goupil 1 October 24 th, 2017 This session is being recorded. For a copy of the slides or today s reporting samples please contact: reporting@ppmworks.com Dashboard in a Day Presented by Jacques Goupil Jacques

More information

IT117: Microsoft Power Business Intelligence

IT117: Microsoft Power Business Intelligence IT117: Microsoft Power Business Intelligence IT117 Rev.001 CMCT COURSE OUTLINE Page 1 of 9 Training Description: This five-day instructor-led course is a complete high-level tour of the Microsoft Business

More information

Efficiently Develop Powerful Apps for An Intelligent Enterprise

Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief SAP Technology SAP Web IDE Efficiently Develop Powerful Apps for An Intelligent Enterprise SAP Brief Agility to build and extend applications SAP Web IDE puts the power of agile in your hands.

More information

AVANTUS TRAINING PTE PTE LTD LTD

AVANTUS TRAINING PTE PTE LTD LTD [MS20466]: Implementing Data Models and Reports with SQL Server 2014 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server Delivery Method : Instructor-led (Classroom)

More information

Analyzing Data with Power BI

Analyzing Data with Power BI Analyzing Data with Power BI Course 20778B 3 Days Instructor-led, Hands-on Course Description The main purpose of this three-day instructor-led course is to give students a good understanding of data analysis

More information

Financial Performance Management. Prologue Financials Classroom Training Catalog. January 2019 March 2019

Financial Performance Management. Prologue Financials Classroom Training Catalog. January 2019 March 2019 4 Financial Performance Management Prologue Financials Classroom Training Catalog January 2019 March 2019 Table of Contents Financial Management Solutions Training from Fiserv... 3 Virtual Classroom...

More information

Oracle BI 12c: Create Analyses and Dashboards Ed 1

Oracle BI 12c: Create Analyses and Dashboards Ed 1 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle BI 12c: Create Analyses and Dashboards Ed 1 Duration: 5 Days What you will learn This Oracle BI 12c: Create Analyses and

More information

POWER BI BOOTCAMP. COURSE INCLUDES: 4-days of instructor led discussion, Hands-on Office labs and ebook.

POWER BI BOOTCAMP. COURSE INCLUDES: 4-days of instructor led discussion, Hands-on Office labs and ebook. Course Code: AUDIENCE: FORMAT: LENGTH: POWER BI BOOTCAMP O365-410-PBI (CP PBI365) Data Analyst and BI Professionals Instructor-led training with hands-on labs 4 Days COURSE INCLUDES: 4-days of instructor

More information

ORACLE HOSPITALITY CLOUD CONSULTING SERVICE DESCRIPTIONS October 19, 2017

ORACLE HOSPITALITY CLOUD CONSULTING SERVICE DESCRIPTIONS October 19, 2017 ORACLE HOSPITALITY CLOUD CONSULTING SERVICE DESCRIPTIONS October 19, 2017 TABLE OF CONTENTS Service Offerings CONSULTING SERVICE OFFERINGS Part Number ORACLE HOSPITALITY FOOD AND BEVERAGE POINT OF SALE

More information

Financial Performance Management. Prologue Financials Training Catalog

Financial Performance Management. Prologue Financials Training Catalog Financial Performance Management Prologue Financials Training Catalog January 2018 March 2018 Table of Contents Financial Management Solutions Training from Fiserv... 3 Online Learning Curriculums (for

More information

Financials I in Microsoft Dynamics AX 2012

Financials I in Microsoft Dynamics AX 2012 Tel: 905 270 7700 Fax: 905 270 7915 www.bdo.ca/solutions BDO Canada LLP - Solutions 1 City Centre Drive Suite 1700 Mississauga, ON L5B 1M2 Canada Course 80219A: Financials I in Microsoft Dynamics AX 2012

More information

EHR AND ERP INTEGRATION. January 25, 2018

EHR AND ERP INTEGRATION. January 25, 2018 EHR AND ERP INTEGRATION January 25, 2018 Your Instructor Agenda Introduction to EHR and ERP EHR and ERP integration opportunities Evaluating the potential impact of EHR and ERP integration to your organization

More information

Financial Performance Management. Prologue Financials Training Catalog

Financial Performance Management. Prologue Financials Training Catalog Financial Performance Management Prologue Financials Training Catalog October 2017 December 2017 Table of Contents Financial Management Solutions Training from Fiserv... 3 Online Learning... 4 Virtual

More information

80300: Introduction to Microsoft Dynamics AX 2012

80300: Introduction to 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

SERVICES AND CAPABILITIES. Technology and Management Consulting

SERVICES AND CAPABILITIES. Technology and Management Consulting SERVICES AND CAPABILITIES Technology and Management Consulting RSM overview Fifth largest audit, tax and consulting firm in the U.S. Over $1.6 billion in revenue 80 cities and more than 8,000 employees

More information

Oracle BI 12c: Create Analyses and Dashboards Ed 1

Oracle BI 12c: Create Analyses and Dashboards Ed 1 Oracle BI 12c: Create Analyses and Dashboards Ed 1 Duration: 5 Days What you will learn This Oracle BI 12c: Create Analyses and Dashboards course for Release 12.2.1 provides step-by-step instructions for

More information

Strategies for reporting in Finance and Operations: Should I build a data warehouse?

Strategies for reporting in Finance and Operations: Should I build a data warehouse? Strategies for reporting in Finance and Operations: Should I build a data This document outlines two broad strategies for reporting that are available in Finance and Operations: system of intelligence

More information

Financial Performance Management. Prologue Financials Classroom Training Catalog

Financial Performance Management. Prologue Financials Classroom Training Catalog Financial Performance Management Prologue Financials Classroom Training Catalog October 2018 December 2018 Table of Contents Financial Management Solutions Training from Fiserv... 3 Virtual Classroom...

More information

Audience Profile The course will likely be attended by SQL Server report creators who are interested in alternative methods of presenting data.

Audience Profile The course will likely be attended by SQL Server report creators who are interested in alternative methods of presenting data. [MS20778]: Analyzing Data with Power BI Length : 3 Days Audience(s) : Information Workers Level : 300 Technology : Power BI Delivery Method : Instructor-led (Classroom) Course Overview The main purpose

More information

Internal Audit Report - Contract Compliance Cycle Audit Department of Technology Services: SHI International Corporation Contract Number

Internal Audit Report - Contract Compliance Cycle Audit Department of Technology Services: SHI International Corporation Contract Number Internal Audit Report - Contract Compliance Cycle Audit Department of Technology Services: SHI International Corporation Contract Number- 582-14 TABLE OF CONTENTS Transmittal Letter... 1 Executive Summary

More information

SAP SuccessFactors Foundation

SAP SuccessFactors Foundation SAP SuccessFactors Foundation Technical and Functional Specifications CUSTOMER TABLE OF CONTENTS KEY FEATURES AND FUNCTIONALITIES... 3 INTELLIGENT SERVICES... 4 Activities... 4 Administration... 4 INTEGRATION

More information

Financial Performance Management. Prologue Financials Training Catalog

Financial Performance Management. Prologue Financials Training Catalog Financial Performance Management Prologue Financials Training Catalog October 2016 December 2016 Table of Contents Financial Management Solutions Training from Fiserv... 3 Online Learning... 4 Virtual

More information

Power BI for the Developer Integrate, Extend, Embed!

Power BI for the Developer Integrate, Extend, Embed! Czech Republic Windows User Group 2 November, 2017 Power BI for the Developer Integrate, Extend, Embed! Peter Myers Bitwise Solutions Presenter introduction Peter Myers Independent BI Expert, Bitwise Solutions

More information

DYNAMICS 365 AND MARKETING AUTOMATION. March 14, 2018

DYNAMICS 365 AND MARKETING AUTOMATION. March 14, 2018 DYNAMICS 365 AND MARKETING AUTOMATION March 14, 2018 2016 2018 RSM US LLP. All Rights Reserved. Today s speaker Sy Nayman Consulting Manager, Technology & Management Consulting 20 years marketing practitioner,

More information

Index. Sarah Critchley 2018 S. Critchley, Dynamics 365 CE Essentials,

Index. Sarah Critchley 2018 S. Critchley, Dynamics 365 CE Essentials, A Accounts and contacts activities activities tab, 37 advantage of, 32 business, 29 capabilities, 35 case resolution form, 33 configuration, 36 definition, 28 feature, 29 filter, 38 form component, 34

More information

10990 Analyzing Data with SQL Server Reporting Services

10990 Analyzing Data with SQL Server Reporting Services Course Overview This five-day instructor-led course teaches students how to implement a SQL Server 2016 Reporting Services solution for data analysis in an organization. The course discusses how to use

More information

Oracle BI 11g R1: Create Analyses and Dashboards

Oracle BI 11g R1: Create Analyses and Dashboards Oracle University Contact Us: + 38516306373 Oracle BI 11g R1: Create Analyses and Dashboards Duration: 5 Days What you will learn This Oracle BI 11g R1: Create Analyses and Dashboards course for Release

More information

Field Service for Dynamics 365

Field Service for Dynamics 365 Field Service for Dynamics 365 Course Level: 200 This instructor-led course provides a key step for Microsoft Dynamics 365 administrators and customizers whose organization s mobile workforce will be leveraging

More information

SAP Smart Business Service

SAP Smart Business Service SAP Smart Business Service Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This presentation is not

More information

REPORT BUILDER AND PERFORMANCEPOINT 2010 COMBO PACK

REPORT BUILDER AND PERFORMANCEPOINT 2010 COMBO PACK CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: REPORT BUILDER AND PERFORMANCEPOINT 2010 COMBO PACK Course: 55059A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This five-day instructor-led course

More information

Sage ERP MAS. Everything you want to know about Sage ERP MAS Intelligence. What is Sage ERP MAS Intelligence? benefits

Sage ERP MAS. Everything you want to know about Sage ERP MAS Intelligence. What is Sage ERP MAS Intelligence? benefits Sage ERP MAS Everything you want to know about Sage ERP MAS Intelligence What is Sage ERP MAS Intelligence? Sage ERP MAS Intelligence (or Intelligence) empowers managers to quickly and easily obtain operations

More information

Data Insights. with Power BI and SSRS Look at More A THInc.IT Conference. Kevin Carter February 22, 2018.

Data Insights. with Power BI and SSRS Look at More A THInc.IT Conference. Kevin Carter February 22, 2018. Data Insights with Power BI and SSRS Speaker Kevin Carter kevin.carter@thincit.com 2018 Look at More A THInc.IT Conference February 22, 2018 Meet the Speaker Kevin Carter Director, THInc.IT Business Intelligence

More information

Microsoft SharePoint 2013 Business Intelligence

Microsoft SharePoint 2013 Business Intelligence 1800 ULEARN (853 276) www.ddls.com.au Microsoft 55042 - SharePoint 2013 Business Intelligence Length 3 days Price $2750.00 (inc GST) Version A Overview This three-day instructor-led course provides students

More information

Everything you want to know about. Sage Accpac Intelligence. Version

Everything you want to know about. Sage Accpac Intelligence. Version Everything you want to know about Sage Accpac Intelligence Version 2.1 2009-10-19 What is Sage Accpac Intelligence? Sage Accpac Intelligence or SAI is an exciting new product within the Sage Accpac Extended

More information

Crowe Project Management

Crowe Project Management Smart decisions. Lasting value. Crowe Project Management For Microsoft Dynamics CRM Crowe Project Management for Microsoft Dynamics CRM Table of Contents Overview... 1 Main Menu End User Navigation...

More information

Create Your Own Portfolio Dashboard

Create Your Own Portfolio Dashboard Create Your Own Portfolio Dashboard Presented by: Jacques Goupil 11/28/2017 Jacques Goupil, PMP, MCTS, MCP Director of Client Satisfaction Jacques.Goupil@ppmworks.com www.linkedin.com/in/jacquesgoupil

More information

Financial Performance Management. Prologue Financials Classroom Training Catalog

Financial Performance Management. Prologue Financials Classroom Training Catalog Financial Performance Management Prologue Financials Classroom Training Catalog July 2018 September 2018 Table of Contents Financial Management Solutions Training from Fiserv... 3 Virtual Classroom...

More information

SharePoint 2013 Business Intelligence

SharePoint 2013 Business Intelligence SharePoint 2013 Business Intelligence 55042; 4 Days, Instructor-led Course Description This 4-day instructor-led course provides students with the necessary knowledge to work with all the associated SharePoint

More information

IBP200. SAP Integrated Business Planning - Platform Features and Customizing COURSE OUTLINE. Course Version: 16 Course Duration: 5 Day(s)

IBP200. SAP Integrated Business Planning - Platform Features and Customizing COURSE OUTLINE. Course Version: 16 Course Duration: 5 Day(s) IBP200 SAP Integrated Business Planning - Platform Features and Customizing. COURSE OUTLINE Course Version: 16 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company.

More information

DETAILED COURSE AGENDA

DETAILED COURSE AGENDA DETAILED COURSE AGENDA Dynamics 365 University: Boot Camp Detailed Agenda Course Level: 100 This instructor-led course provides a key step for Microsoft Dynamics 365 administrators and customizers who

More information

POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE. Khilitchandra Prajapati

POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE. Khilitchandra Prajapati POWER BI OVERVIEW & FEATURES JANUARY 2017, SINGAPORE Khilitchandra Prajapati www.bigator.com COMMON BI CHALLENGES Lots of data to analyze Getting complete picture is very difficult Many types of data Structured,

More information

Microsoft Dynamics GP What s New

Microsoft Dynamics GP What s New Microsoft Dynamics GP 2015 What s New Copyright Copyright 2015 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Microsoft Dynamics GP What s New

Microsoft Dynamics GP What s New Microsoft Dynamics GP 2015 What s New Copyright Copyright 2014 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE

Oracle Service Cloud. New Feature Summary. Release 18C ORACLE Oracle Service Cloud Release 18C New Feature Summary ORACLE TABLE OF CONTENTS Revision History 3 Overview 3 Agent Browser Desktop Automation 3 Workflow Enable Save Option for Workflow Elements 3 Workflow

More information

Gain greater control over your SME with SAP Business One

Gain greater control over your SME with SAP Business One SAP Solution Brief SAP Solutions for Small Midsize Businesses Gain greater control over your SME with SAP Business One 2018 SAP SE or an SAP affiliate company. All rights reserved. SAP Business One designed

More information

PCM Update. Jérémie Brunet Solution Management Dave Parsons Engineering

PCM Update. Jérémie Brunet Solution Management Dave Parsons Engineering PCM Update Jérémie Brunet Solution Management Dave Parsons Engineering Disclaimer The information in this document is confidential and proprietary to SAP and may not be disclosed without the permission

More information

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 ABOUT THIS COURSE This five-day course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus include implementing high availability, disaster

More information

Sage Line 50 Integration Pack Version March 2017

Sage Line 50 Integration Pack Version March 2017 Sage Line 50 Integration Pack Version 4.1.10 March 2017 7-Mar-17 Page 1 of 25 Contents 1. Introduction... 3 2. Functionality Overview... 4 2.1. Account Integration... 4 2.2. Sales Order Integration...

More information