UPGRADING DEVELOPMENT SKILLS

Size: px
Start display at page:

Download "UPGRADING DEVELOPMENT SKILLS"

Transcription

1 RSM TECHNOLOGY ACADEMY Syllabus and Agenda UPGRADING DEVELOPMENT SKILLS 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 5 Hosted Training 5 Client Site Training 5 Payment 5 Prerequisites 6 Environment 6 Course Outline 7 Module: Introduction to Development for Dynamics 365 for Operations 7 Module: Getting Started with Visual Studio 7 Module: Visual Studio Team Services 8 Module: Debugging 8 Module: Data Types and Data 9 Module: User Interface 10 Module: X++ Changes and Code Extensions 10 Module: Classes 11 Module: Eventing and Delegates 11 Module: Data Entities 12 Module: Using Data Entities 12 Module: Aggregate Data Entities 12 Module: Testing Support 13 Module: Preparing to Deploy Packages 13 Module: Deploy Packages 14 Module: Advanced Topics 14 Module: Introduction to Integrations 14 Agenda 15 Proprietary and Confidential Page 2 of 16

3 Course Details This course is designed to review what s new in Microsoft Dynamics 365 for Operations in development. The course is designed for Microsoft Dynamics 365 for Operations users that have at least one year experience with developing in a previous release of Microsoft Dynamics AX. Additionally, this course will help upgrade developer skills. AUDIENCE The intended audience is developers that have experience with previous versions of Dynamics AX. This course is designed for the user that wants to upgrade their development skills and learn what s new in Microsoft Dynamics 365 for Operations. IT Manager IT Engineer Technical End User/Power User System Implementer/Consultant Business Systems Developer Business Application Developer AT COURSE COMPLETION After completing this course, students will be able to: Set up and configure Visual Studio Team Services. Understand naming conventions. Understand basic navigation in Visual Studio for Dynamics 365 for Operations development. Create projects, models and packages. Use and understand the use of elements. Perform builds in Visual Studio. Create a VSTS account. Create a development project. Link VSTS accounts to Visual Studio and LCS. Understand branching and branching uses. Use database synchronization. Understand the architecture of Dynamics 365 components. Extend an enumeration. Extend data types in Visual Studio. Extend tables. Understand the use and development for tables. Create forms and apply patterns and subpatterns. Understand form controls. Proprietary and Confidential Page 3 of 16

4 How to add controls and fields to a form. Use the code editor. Understand the different data types. Understand the Dynamics 365 for Operations syntax. Use the debugger. Understand class structure. Know key methods. Extend a class. Understand security architecture in Dynamics 365 for Operations. Extend roles, duties and permissions. Data Entities and OData. Categories of entities. Build an entity. Navigation properties. Understand the SysTest framework. Create test cases. Organize test cases Locate and download a hotfix. Apply a hotfix file to an environment. Create and upload a deployable package. Resolving conflicts and rebuilding packages. 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. Proprietary and Confidential Page 4 of 16

5 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 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 5 of 16

6 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 6 of 16

7 Course Outline MODULE: INTRODUCTION TO DEVELOPMENT FOR DYNAMICS 365 FOR OPERATIONS This module will focus on the Microsoft Dynamics 365 for Operations architecture. This module will also review elements included in the application stack, server architecture, and the cloud architecture. Importantly, this module is the introduction to visual studio and new terminology and concepts in developing for Dynamics 365 for Operations. Navigation and new features of Dynamics 365 for Operations Application stack Server architecture Cloud architecture Design time vs. deployed artifacts Server tier and client tier changes Extension vs. overlaying development Models and packages Integration overview MODULE: GETTING STARTED WITH VISUAL STUDIO This module will introduce the development environment in Visual Studio. It will focus on terminology and concepts, basic navigation, creating projects, models, packages, and elements, as well as describing each one of these new concepts. Basic concepts, navigation and setup for Visual Studio Create models, packages, and projects. Introduce the Application Object Tree and designer Discuss how to perform local builds Productivity tips for Visual Studio Create a new model, package, and project Proprietary and Confidential Page 7 of 16

8 MODULE: VISUAL STUDIO TEAM SERVICES This module will cover Visual Studio Team Services (VSTS). After completing this lesson, students will understand how to create a VSTS account, create a development project in VSTS online, link VSTS to an LCS account, as well as review branching and building and synchronizing elements and projects. Create a VSTS account Create a development project Linking VSTS accounts to Visual Studio and LCS Using Version Control Branching Synchronization overview Branching sequencing activity Setup VSTS local mapping MODULE: DEBUGGING This module focuses on debugging in Visual Studio. The module will begin with terminology and concepts for debugging. We will also review how to create a project for debugging and show how to set conditional breakpoints, and attaching the debugger. About debugging Creating a project for debugging Select a starting project and object Debugger navigation Attach the debugger Conditional break points Additional.NET debugging features Web interface debug mode Debug from Visual Studio Attach the debugger and debug Debug performance in the web interface Proprietary and Confidential Page 8 of 16

9 MODULE: DATA TYPES AND DATA In this module will review how to create new base enums, extended data types, as well as tables and queries in Microsoft Dynamics 365 for Operations. We will also look at how to extend each of these elements in the Application Object Tree within Visual Studio. Base enumerations o Create a new base enumeration o Extend an existing base enumeration o Migrate a base enumeration overlay to an extension Extended Data Types o Create a new EDT o Extend an existing EDT o Migrate an EDT overlay to an extension Tables Queries Extend the enumeration Extend an EDT Extend a table Extend a query Proprietary and Confidential Page 9 of 16

10 MODULE: USER INTERFACE In this module, we will review how to create a new form in Dynamics 365 for Operations, add data sources to a form and define important form controls. Additionally, students will learn how to add controls and data types to a form, and apply patterns and sub-patterns to forms and controls and understand new concepts with developing forms for Dynamics 365 for Operations. Patterns and subpatterns overview Form creation Form controls Applying patterns and sub-patterns Adding controls and fields Form best practice validation Extending forms Extending form controls Migrating a form overlay to an extension What can and cannot be extended Power BI for workspaces Create a form from scratch Extend a form MODULE: X++ CHANGES AND CODE EXTENSIONS This module is an overview of X++ language including best practices. Additionally, this lesson will review the code editor, controls of the compiler, variable declaration, runnable classes, attributes and we will also review packages that are locked for customizations for Dynamics 365. X++ changes Code editor Variable declaration Runnable class Attributes Locked packages Proprietary and Confidential Page 10 of 16

11 MODULE: CLASSES This module will review classes for Dynamics 365 for Operations, including the structure of classes and use of methods. Students will further understand how to create a base class, understand concepts behind class inheritance, create an inherited class, and understand best practices for classes. Extension classes Method extensions Runnable classes Create an extension class Create a method extension Create a runnable class to test extensions MODULE: EVENTING AND DELEGATES This module discuss eventing and delegates in Dynamics 365 for Operations development. This will include a review of what events and event handlers are and their function. This module will also show how to create an event and pre and post handlers. We will also review delegate and creation of delegates. About events and event handlers Create an event Create a pre and post event handler About delegates Create delegates Create an event Create an event handler Create a delegate Proprietary and Confidential Page 11 of 16

12 MODULE: DATA ENTITIES This module will discuss data entities and their function for Dynamics 365 development. This module will include a data entity overview, how to build a data entity and how to extend data entities. Data entity overview Building a data entity Extend a data entity Create a data entity Extend a data entity MODULE: USING DATA ENTITIES This module will further discuss data entities and how they are applied. This will include reviewing the data management workspace within the Dynamics 365 for Operations user interface, reviewing Power BI integrations with data entities, and Microsoft Excel with data entities. Meghan Demos Data management workspace Power BI with a Data Entity Microsoft Office App with Data Entities Import an Excel spreadsheet MODULE: AGGREGATE DATA ENTITIES This module will discuss aggregate data entities and their purposes and uses in Dynamics 365 for Operations development. This will include an overview of aggregate data entities, as well as a demonstration on how to build an aggregate data entity. Additionally, this module will show how to extend aggregate data entities and end with an overview of non-clustered column store indexes and their uses. Aggregate data entity overview Building an aggregate data entity Extend an aggregate data entity Non-clustered column store indexes Create an aggregate data entity Extend an aggregate data entity Proprietary and Confidential Page 12 of 16

13 MODULE: TESTING SUPPORT This module will review testing support for Dynamics 365 for Operations development. This will include a review of testing terminology and concepts, the SysTest framework and creating test cases in Visual Studio. The module will also review managing test cases and additional functions including creating a developer task recorder, consuming the recording, and extending a developer task recording. Testing terminology SysTest framework Creating test cases Adding methods Managing test cases Create a task recorder as a developer recording Consume a developer recording in Visual Studio Extend the developer recording Create and consume a developer task recording Extend a developer task recording MODULE: PREPARING TO DEPLOY PACKAGES This module will review how to prepare to deploy packages for your Dynamics 365 for Operations development. This includes how to perform a local build, performing check-ins using Visual Studio Team Services, merging change sets, queuing a VSTS build and loading the package into Lifecycle Services. Perform a local build Perform VSTS check-in Merge change sets Queue a VSTS build Load package into LCS Proprietary and Confidential Page 13 of 16

14 MODULE: DEPLOY PACKAGES This module will discuss how to deploy packages for Dynamics 365 for Operations development. This will include creating a deployable package in Visual Studio, locating and downloading hotfixes using LCS, applying hotfixes to an environment, and resolving conflicts and rebuilding packages. Create a deployable package One-click deployment Manual deployment Locate and download a hotfix Apply a hotfix file to an environment Resolving conflicts and rebuilding packages MODULE: ADVANCED TOPICS In this module we will review other topics that are related to upgrading your development skills to Dynamics 365 for Operations. Here, we will discuss how to extend security roles and duties in Visual Studio. Also, this module will review how to extend reports and workflow. Extending a role Extending a duty Extending reports Extending workflow Extend a role Extend a duty MODULE: INTRODUCTION TO INTEGRATIONS This module will discuss integration technologies for Dynamics 365 for Operations. First, the module will begin with reviewing the technologies that can be integrated with Dynamics 365 for Operations. The module will then discuss OData endpoints, logic app, Microsoft Power Apps integration and Microsoft Flow integrations that are available. Integration technologies overview OData endpoints Logic app Power Apps Proprietary and Confidential Page 14 of 16

15 Agenda Day 1 Day 2 Day 3 Day 4 Day 5 9:00 AM Introduction to Developing for Dynamics 365 for 10:00 AM Operations 11:00 AM Getting Started with Visual Studio Data Types and Data Classes Using Data Entities User Interface Eventing and Delegates Aggregate Data Entities Preparing to Deploy Packages Deplaying Packages 12:00 PM LUNCH LUNCH LUNCH LUNCH LUNCH 1:00 PM 2:00 PM Getting Started with Visual Studio Visual Studio Team Services (VSTS) User Interface Data Entities Testing Support Deploying Packages Advanced Topics 3:00 PM Debugging X++Code Changes and Extensions Deploying Packages Integrations 4:00 PM Using Data Entities Course Overview 5:00 PM SESSION END SESSION END SESSION END SESSION END SESSION END Proprietary and Confidential Page 15 of 16

16 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.

RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3

RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3 RSM TECHNOLOGY ACADEMY Syllabus and Agenda TECHNICAL BOOTCAMP FOR MICROSOFT DYNAMICS AX 2012 R3 Key Data 3 Course Description and Format 3 Audience 3 Course 4 Prerequisites 5 Students 5 Environment 5 Course

More information

Technical Bootcamp. Technical Bootcamp. Microsoft Dynamics AX 2012 FOR MICROSOFT DYNAMICS AX 2012 R3

Technical Bootcamp. Technical Bootcamp. Microsoft Dynamics AX 2012 FOR MICROSOFT DYNAMICS AX 2012 R3 Technical Bootcamp Microsoft Dynamics AX 2012 Technical Bootcamp FOR MICROSOFT DYNAMICS AX 2012 R3 Table of Contents Course Details 1 Prerequisites 3 Course Outline 4 Agenda 9 Course Details This four-day

More information

WEB ANALYTICS. An Overview

WEB ANALYTICS. An Overview WEB ANALYTICS An Overview What We ll Cover Introduction Metrics Standard Reports Tracking Codes Real life Use Cases 3 Why Use Analytics? To optimize the site To optimize marketing To increase conversions

More information

GDPR: A QUICK OVERVIEW

GDPR: A QUICK OVERVIEW GDPR: A QUICK OVERVIEW 2018 Get ready now. 29 June 2017 Presenters Charles Barley Director, Risk Advisory Services Charles Barley, Jr. is responsible for the delivery of governance, risk and compliance

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 Course 20339A 5 Days Instructor-led, Hands on Course Information This five-day course will combine the Planning and Administering SharePoint 2016 class with the

More information

Ringtail Certification Program Guide

Ringtail Certification Program Guide Ringtail Certification Program Guide Confidentiality This document was prepared by FTI Consulting Technology LLC ( FTI ). It contains proprietary information. We submit the enclosed with the express understanding

More information

AVANTUS TRAINING PTE PTE LTD LTD

AVANTUS TRAINING PTE PTE LTD LTD [MS55035]: Microsoft SharePoint Server 2013 for the Site Owner/Power User Length : 2 days Audience(s) : Information Workers, IT Professionals Level : 200 Technology : Microsoft SharePoint Server 2013 Delivery

More information

LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus

LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus INTRODUCTION This five-day, instructor-led course provides students with the knowledge and skills to effectively

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led Course 55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User Page 1 of 8 Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led Overview This

More information

Course Outline. Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led

Course Outline. Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led Introduction This two day class is designed for information workers or power users who serve as SharePoint

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 20339-2; 5 Days; Instructor-led Course Description This five-day course will teach you how to plan, configure, and manage the advanced features in a SharePoint

More information

UX402 SAP SAPUI5 Development

UX402 SAP SAPUI5 Development UX402 SAP SAPUI5 Development. COURSE OUTLINE Course Version: 03 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Radware. Training Policies V001.70

Radware. Training Policies V001.70 Radware Training Policies V001.70 TABLE OF CONTENTS SCOPE & DISCLAIMER...3 QUESTIONS?...3 TRAINING...4 OVERVIEW... 4 DELIVERY OPTIONS... 4 TRAINING ENROLLMENT & REGISTRATION... 5 COURSE EVALUATION... 5

More information

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services

6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services 6234A - Implementing and Maintaining Microsoft SQL Server 2008 Analysis Services Course Number: 6234A Course Length: 3 Days Course Overview This instructor-led course teaches students how to implement

More information

Project 2010 Certification Exams

Project 2010 Certification Exams Project 2010 Certification Exams This information is taken from the Microsoft website and is a compilation of the requirements listed there for the Project 2010 and Project Server 2010 exams. This document

More information

Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#)

Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#) Introduction to Programming Microsoft.NET Applications with Visual Studio 2008 (C#) Course Number: 6367A Course Length: 3 Days Course Overview This three-day course will enable students to start designing

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

Microsoft SharePoint Server 2013 for the Site Owner/Power User 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course 55035A: Microsoft SharePoint Server 2013 for the Site

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035B: Microsoft SharePoint Server 2013 for the Site Owner/Power User Page 1 of 6 Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035B: 2 days; Instructor-Led Introduction

More information

Oracle BPM 10g R3 Programming 1 Essentials

Oracle BPM 10g R3 Programming 1 Essentials Oracle BPM 10g R3 Programming 1 Essentials Volume I Student Guide D55633GC10 Edition 1.0 March 2009 D58927 Authors Jill Moritz Kenny Somerville Technical Contributors and Reviewers Fernando Dobladez Carolina

More information

55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User

55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User 55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User Description This training class is designed for SharePoint Site Owners, Site Collection Administrators and SharePoint Server Administrators

More information

Microsoft Advanced Technologies of SharePoint 2016

Microsoft Advanced Technologies of SharePoint 2016 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20339-2 Advanced Technologies of SharePoint 2016 Length 5 days Price $4290.00 (inc GST) Version A Overview This five-day course will teach you how to plan,

More information

DEVELOPING WINDOWS APPLICATIONS WITH MICROSOFT VISUAL STUDIO 2010

DEVELOPING WINDOWS APPLICATIONS WITH MICROSOFT VISUAL STUDIO 2010 CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: DEVELOPING WINDOWS APPLICATIONS WITH MICROSOFT VISUAL STUDIO 2010 Course: 10262A; Duration: 5 Days; Instructor-led Time: 9.00am 5.00pm Break: 10.15am 10.30am

More information

Course Microsoft Dynamics 365 Customization and Configuration with Visual Development (CRM)

Course Microsoft Dynamics 365 Customization and Configuration with Visual Development (CRM) Course 822716 Microsoft Dynamics 365 Customization and Configuration with Visual Development (CRM) Length 3 days Prerequisites Working knowledge of: Dynamics 365 (CRM) features and functionality; development,

More information

Advanced Technologies of SharePoint 2016

Advanced Technologies of SharePoint 2016 Advanced Technologies of SharePoint 2016 Course 20339-2A 5 Days Instructor-led, Hands on Course Information This five-day course will teach you how to plan, configure, and manage the advanced features

More information

BOID10. SAP BusinessObjects Information Design Tool COURSE OUTLINE. Course Version: 17 Course Duration: 5 Day(s)

BOID10. SAP BusinessObjects Information Design Tool COURSE OUTLINE. Course Version: 17 Course Duration: 5 Day(s) BOID10 SAP BusinessObjects Information Design Tool. COURSE OUTLINE Course Version: 17 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved.

More information

BW305H. Query Design and Analysis with SAP Business Warehouse Powered by SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

BW305H. Query Design and Analysis with SAP Business Warehouse Powered by SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) BW305H Query Design and Analysis with SAP Business Warehouse Powered by SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate

More information

BC403 Advanced ABAP Debugging

BC403 Advanced ABAP Debugging BC403 Advanced ABAP Debugging. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

BC404. ABAP Programming in Eclipse COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s)

BC404. ABAP Programming in Eclipse COURSE OUTLINE. Course Version: 16 Course Duration: 3 Day(s) BC404 ABAP Programming in Eclipse. COURSE OUTLINE Course Version: 16 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User Course Details Course Outline Module 1: The Role of the Site Owner This module provides an introduction to the topics covered

More information

HA 450. Application Development for SAP HANA COURSE OUTLINE. Course Version: 12 Course Duration:

HA 450. Application Development for SAP HANA COURSE OUTLINE. Course Version: 12 Course Duration: HA 450 Application Development for SAP HANA. COURSE OUTLINE Course Version: 12 Course Duration: SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

S4H410. SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views COURSE OUTLINE. Course Version: 05 Course Duration: 2 Day(s)

S4H410. SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views COURSE OUTLINE. Course Version: 05 Course Duration: 2 Day(s) S4H410 SAP S/4HANA Embedded Analytics and Modeling with Core Data Services (CDS) Views. COURSE OUTLINE Course Version: 05 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP

More information

TIA Academy Catalog. TIA Academy Catalog

TIA Academy Catalog. TIA Academy Catalog TIA Academy Catalog TIA Technology A/S Bredevej 2 DK-2830 Virum Denmark T +45 7022 7620 F +45 7022 7621 W tiatechnology.com E marketing@tia.dk Contents 1 The TIA Academy 3 1.1 General Description of Business

More information

EXCALIBUR COURSE CATALOG CLASSROOM AND WEBINAR TRAINING P2 Products Course Catalog

EXCALIBUR COURSE CATALOG CLASSROOM AND WEBINAR TRAINING P2 Products Course Catalog EXCALIBUR COURSE CATALOG CLASSROOM AND WEBINAR TRAINING Catalog Version P2 Excalibur Course Catalog, version 15, published October 2017 Copyright Notice 2017 P2 Energy Solutions. All rights reserved. No

More information

Implement a Data Warehouse with Microsoft SQL Server

Implement a Data Warehouse with Microsoft SQL Server Implement a Data Warehouse with Microsoft SQL Server 20463D; 5 days, Instructor-led Course Description This course describes how to implement a data warehouse platform to support a BI solution. Students

More information

C4C30. SAP Cloud Applications Studio COURSE OUTLINE. Course Version: 21 Course Duration: 4 Day(s)

C4C30. SAP Cloud Applications Studio COURSE OUTLINE. Course Version: 21 Course Duration: 4 Day(s) C4C30 SAP Cloud Applications Studio. COURSE OUTLINE Course Version: 21 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of

More information

Auditing IT General Controls

Auditing IT General Controls Auditing IT General Controls Amanthi Pendegraft and Nadine Yassine September 27, 2017 Agenda Introduction and Objectives IT Audit Fundamentals IT General Controls Overview Access to Programs and Data Program

More information

ITIL Service Transition Lifecycle

ITIL Service Transition Lifecycle ITIL Service Transition Lifecycle Certificate: ITIL Service Transition Lifecycle Duration: 3 days Course Delivery: Classroom, Virtual Classroom, Exam, ebook Course ID: ITL9337 Language: English Credits:

More information

BW405. BW/4HANA Query Design and Analysis COURSE OUTLINE. Course Version: 14 Course Duration: 5 Day(s)

BW405. BW/4HANA Query Design and Analysis COURSE OUTLINE. Course Version: 14 Course Duration: 5 Day(s) BW405 BW/4HANA Query Design and Analysis. COURSE OUTLINE Course Version: 14 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

Course 10324A: Implementing and Managing Microsoft Desktop Virtualization

Course 10324A: Implementing and Managing Microsoft Desktop Virtualization Course 10324A: Implementing and Managing Microsoft Desktop Virtualization Length: 5 days Audience: IT Professionals OVERVIEW This five-day, instructor-led course provides you with the knowledge and skills

More information

Service Manager. Ops Console On-Premise User Guide

Service Manager. Ops Console On-Premise User Guide Service Manager powered by HEAT Ops Console On-Premise User Guide 2017.2.1 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

55035: PowerShell for SharePoint Administrators

55035: PowerShell for SharePoint Administrators 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

A: Advanced Technologies of SharePoint 2016

A: Advanced Technologies of SharePoint 2016 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

Application Lifecycle Management Solutions using Microsoft Visual Studio 2013

Application Lifecycle Management Solutions using Microsoft Visual Studio 2013 1800 ULEARN (853 276) www.ddls.com.au Application Lifecycle Management Solutions using Microsoft Visual Studio 2013 Length 5 days Price $4477.00 (inc GST) Overview This five day course is designed to get

More information

11G ORACLE DEVELOPERS Training Program

11G ORACLE DEVELOPERS Training Program 11G ORACLE DEVELOPERS Training Program Complete OCP Track Training Developers manage the industry's most advanced information systems and command some of the highest salaries. This credential is your first

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6235A: Three days; Instructor-Led Introduction This three-day instructor-led course teaches students how to implement

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

DS10. Data Services - Platform and Transforms COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

DS10. Data Services - Platform and Transforms COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) DS10 Data Services - Platform and Transforms. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A 5 Days Instructor-led, Hands-on Introduction Data warehousing is a solution organizations use to centralize business data for

More information

CO Java EE 7: Back-End Server Application Development

CO Java EE 7: Back-End Server Application Development CO-85116 Java EE 7: Back-End Server Application Development Summary Duration 5 Days Audience Application Developers, Developers, J2EE Developers, Java Developers and System Integrators Level Professional

More information

BC414. Programming Database Updates COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

BC414. Programming Database Updates COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) BC414 Programming Database Updates. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User

55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User 55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User Microsoft - Sharepoint Nível: Intermédio Duração: 14h Sobre o curso This two day class is designed for information workers or power

More information

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification.

Course Content. This is the second in a sequence of two courses for IT Professionals and is aligned with the SharePoint 2016 IT Pro certification. Course Content Course Description: This five-day course will teach you how to plan, configure, and manage the advanced features in a environment. The special areas of focus for this course include implementing

More information

: Course : SharePoint 2016 Site Collection and Site Administration

: Course : SharePoint 2016 Site Collection and Site Administration Module Title Duration : Course 55194 : SharePoint 2016 Site Collection and Site Administration : 5 days Course Description This five-day instructor-led course is intended for power users and IT professionals,

More information

HA300 SAP HANA Modeling

HA300 SAP HANA Modeling HA300 SAP HANA Modeling. COURSE OUTLINE Course Version: 13 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Advanced Solutions of Microsoft SharePoint 2013

Advanced Solutions of Microsoft SharePoint 2013 Course 20332A :Advanced Solutions of Microsoft SharePoint 2013 Page 1 of 9 Advanced Solutions of Microsoft SharePoint 2013 Course 20332A: 4 days; Instructor-Led About the Course This four-day course examines

More information

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016

COURSE OUTLINE: A Advanced Technologies of SharePoint 2016 Course Name 20339-2A Advanced Technologies of Course Duration 5 Days Course Structure Instructor-Led Course Overview This five-day course will teach you how to plan, configure, and manage the advanced

More information

ITIL Service Design Lifecycle

ITIL Service Design Lifecycle ITIL Service Design Lifecycle Certificate: ITIL Service Design Lifecycle Duration: 3 days Course Delivery: Classroom Course ID: ITL9336 Language: English Credits: 3 Credits to ITIL expert PMI PDUs: 24

More information

SOFTWARE DEMONSTRATION

SOFTWARE DEMONSTRATION SOFTWARE DEMONSTRATION IDENTITY AND ACCESS MANAGEMENT SOFTWARE AND SERVICES RFP 644456 DEMONSTRATION AGENDA Executive Summary Technical Overview Break User Interfaces and Experience Multi-Campus and Inter-Campus

More information

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours

Advanced Solutions of Microsoft SharePoint Server 2013 Course Contact Hours Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332 36 Contact Hours Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment.

More information

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days

2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days 2310C VB - Developing Web Applications Using Microsoft Visual Studio 2008 Course Number: 2310C Course Length: 5 Days Certification Exam This course will help you prepare for the following Microsoft Certified

More information

BW305. SAP Business Warehouse Query Design and Analysis COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

BW305. SAP Business Warehouse Query Design and Analysis COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) BW305 SAP Business Warehouse Query Design and Analysis. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved.

More information

Academy Catalogue - Customers-

Academy Catalogue - Customers- Academy Catalogue - Customers- Last update: 1/17/2019 2019 Tagetik Software - All Rights Reserved This document contains the CCH Tagetik Academy courses catalogue, with detailed information about optimal

More information

BW362. SAP BW Powered by SAP HANA COURSE OUTLINE. Course Version: 11 Course Duration: 5 Day(s)

BW362. SAP BW Powered by SAP HANA COURSE OUTLINE. Course Version: 11 Course Duration: 5 Day(s) BW362 SAP BW Powered by SAP HANA. COURSE OUTLINE Course Version: 11 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

COURSE 20698A: INSTALLING AND CONFIGURING WINDOWS 10

COURSE 20698A: INSTALLING AND CONFIGURING WINDOWS 10 ABOUT THIS COURSE This five-day instructor-led course provides IT professionals with the knowledge and skills required to install and configure Windows 10 desktops in a Windows Server small to medium-sized

More information

COURSE LISTING. Courses Listed. Training for Cloud with SAP Ariba in Contracts. 9 April 2018 (08:55 BST) Grundlagen. Fortgeschrittene.

COURSE LISTING. Courses Listed. Training for Cloud with SAP Ariba in Contracts. 9 April 2018 (08:55 BST) Grundlagen. Fortgeschrittene. Training for Cloud with SAP Ariba in Contracts Courses Listed Grundlagen AR210 - SAP Ariba Contract Management: Creating Contracts AR230 - SAP Ariba Contract Management: Contract Authoring AR231 - SAP

More information

Advanced Technologies of SharePoint 2016 ( )

Advanced Technologies of SharePoint 2016 ( ) SharePoint Course - 203392 Advanced Technologies of SharePoint 2016 (20339-2) Length 5 days Audience The course is targeted at experienced IT Professionals who are interested in learning how to install,

More information

20767B: IMPLEMENTING A SQL DATA WAREHOUSE

20767B: IMPLEMENTING A SQL DATA WAREHOUSE ABOUT THIS COURSE This 5-day instructor led course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

ProLaw Summit Curriculum

ProLaw Summit Curriculum Summit Curriculum Feb 07, 2018 version Curriculum The following is the most current Summit at VANTAGE 2018 curriculum (updated on Feb 07, 2018). New sessions will be added over the next few weeks. Be sure

More information

Microsoft SharePoint End User level 1 course content (3-day)

Microsoft SharePoint End User level 1 course content (3-day) http://www.multimediacentre.co.za Cape Town: 021 790 3684 Johannesburg: 011 083 8384 Microsoft SharePoint End User level 1 course content (3-day) Course Description SharePoint End User Level 1 teaches

More information

Course : Planning and Administering SharePoint 2016

Course : Planning and Administering SharePoint 2016 Course Outline Course 20339-1: Planning and Administering SharePoint 2016 Duration: 5 days About this course This five-day course will provide you with the knowledge and skills to plan and administer a

More information

ALM120 Application Lifecycle Management 12.0 Essentials Gold Package

ALM120 Application Lifecycle Management 12.0 Essentials Gold Package Course Data Sheet ALM120 Application Lifecycle Management 12.0 Essentials Gold Package Course No: ALM120-120 For software version(s): Software version used in the labs: 12.0 Delivery formats: Instructor

More information

Planning and Administering SharePoint 2016

Planning and Administering SharePoint 2016 Planning and Administering SharePoint 2016 20339-1; 5 Days; Instructor-led Course Description This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft SharePoint

More information

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led

MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led MS 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Duration: 5 Days Method: Instructor-Led Certification: Microsoft Certified Solutions Developer [MCSD]: Exam 70-488 Course Description

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 6 Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: 4 days; Instructor-Led Introduction This course

More information

HA400 ABAP Programming for SAP HANA

HA400 ABAP Programming for SAP HANA HA400 ABAP Programming for SAP HANA. COURSE OUTLINE Course Version: 14 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this

More information

20463C-Implementing a Data Warehouse with Microsoft SQL Server. Course Content. Course ID#: W 35 Hrs. Course Description: Audience Profile

20463C-Implementing a Data Warehouse with Microsoft SQL Server. Course Content. Course ID#: W 35 Hrs. Course Description: Audience Profile Course Content Course Description: This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with

More information

20416B: Implementing Desktop Application Environments

20416B: Implementing Desktop Application Environments 20416B: Implementing Desktop Application Environments Course Details Course Code: Duration: Notes: 20416B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

MICROSOFT OFFICE 365. Feb. 22, 2018

MICROSOFT OFFICE 365. Feb. 22, 2018 MICROSOFT OFFICE 365 Feb. 22, 2018 Speakers Mike Adkins Director Microsoft Productivity Leader Todd Bleeker, Ph.D. Manager Office 365 and Productivity Leader 2 MICROSOFT 365 What do I get with my Office

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Developing Microsoft SharePoint Server 2013 Core Solutions 20488B; 5 days, Instructor-led Course Description In this course, students learn core skills that are common to almost all SharePoint development

More information

SharePoint Designer Customizing and Branding SharePoint 2010 and Office 365

SharePoint Designer Customizing and Branding SharePoint 2010 and Office 365 SharePoint Designer 2010 - Customizing and Branding SharePoint 2010 and Office 365 55010; 3 Days, Instructor-led Course Description This three-day instructor-led course provides students with the knowledge

More information

Microsoft End to End Business Intelligence Boot Camp

Microsoft End to End Business Intelligence Boot Camp Microsoft End to End Business Intelligence Boot Camp 55045; 5 Days, Instructor-led Course Description This course is a complete high-level tour of the Microsoft Business Intelligence stack. It introduces

More information

BC405 Programming ABAP Reports

BC405 Programming ABAP Reports BC405 Programming ABAP Reports. COURSE OUTLINE Course Version: 16 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours

Developing Microsoft SharePoint Server 2013 Core Solutions Course Contact Hours Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488 36 Contact Hours Course Overview In this course, students learn core skills that are common to almost all SharePoint development

More information

SharePoint 2013 End User

SharePoint 2013 End User SharePoint 2013 End User Course 55031A; 3 Days, Instructor-led Course Description This SharePoint 2013 End User class is for end users working in a SharePoint 2013 environment. The course teaches SharePoint

More information

Microsoft SharePoint Server 2016 for the Site Owner/Power User

Microsoft SharePoint Server 2016 for the Site Owner/Power User Course 55197: Microsoft SharePoint Server 2016 for the Site Owner/Power User Page 1 of 5 Microsoft SharePoint Server 2016 for the Site Owner/Power User Course 55197: 2 days; Instructor-Led Introduction

More information

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline

SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions. Upcoming Dates. Course Description. Course Outline SharePoint 20488: Developing Microsoft SharePoint Server 2013 Core Solutions Get the skills to design, manage and deploy SharePoint Development platform features in this 5-day instructor lead course. This

More information

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions

Course 20488A: Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488A: Developing SharePoint Server 2013 Core Solutions Delivery Method: Instructor-led (classroom) Duration: 5 Days Level: 300 COURSE OVERVIEW About this Course In this course, students learn

More information

Accelerated SQL Server 2012 Integration Services

Accelerated SQL Server 2012 Integration Services 1 Accelerated SQL Server 2012 Integration Services 4 Days (BI-ISACL12-301-EN) Description This 4-day instructor led training focuses on developing and managing SSIS 2012 in the enterprise. In this course,

More information

"Charting the Course... MOC /2: Planning, Administering & Advanced Technologies of SharePoint Course Summary

Charting the Course... MOC /2: Planning, Administering & Advanced Technologies of SharePoint Course Summary Description Course Summary This five-day course will provide you with the knowledge and skills to plan and administer a Microsoft environment. The course teaches you how to deploy, administer, and troubleshoot

More information

HA240 SAP HANA 2.0 SPS02

HA240 SAP HANA 2.0 SPS02 HA240 SAP HANA 2.0 SPS02 - Authorizations, Scenarios & Security Requirements. COURSE OUTLINE Course Version: 14 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate

More information

VMware vcloud Air Accelerator Service

VMware vcloud Air Accelerator Service DATASHEET AT A GLANCE The VMware vcloud Air Accelerator Service assists customers with extending their private VMware vsphere environment to a VMware vcloud Air public cloud. This Accelerator Service engagement

More information

MS-55045: Microsoft End to End Business Intelligence Boot Camp

MS-55045: Microsoft End to End Business Intelligence Boot Camp MS-55045: Microsoft End to End Business Intelligence Boot Camp Description This five-day instructor-led course is a complete high-level tour of the Microsoft Business Intelligence stack. It introduces

More information

Introduction to Microsoft.NET Framework Programming using VS 2005 (C#)

Introduction to Microsoft.NET Framework Programming using VS 2005 (C#) Introduction to Microsoft.NET Framework Programming using VS 2005 (C#) Course Length: 5 Days Course Overview This instructor-led course teaches introductory-level developers who are not familiar with the

More information

Course 20416B: Implementing Desktop Application Environments Page 1 of 7

Course 20416B: Implementing Desktop Application Environments Page 1 of 7 Course 20416B: Implementing Desktop Application Environments Page 1 of 7 Implementing Desktop Application Environments Course 20416B: 4 days; Instructor-Led Introduction In this four-day course, build

More information

Course Outline. Installing and Configuring Windows 10 Course 20698A 5 days Instructor Led

Course Outline. Installing and Configuring Windows 10 Course 20698A 5 days Instructor Led Installing and Configuring Windows 10 Course 20698A 5 days Instructor Led About this course This five-day instructor-led course provides IT professionals with the knowledge and skills required to install

More information

AGILE DATABASE TECHNIQUES USING VISUAL STUDIO TEAM SYSTEM 2008 Course ADT08: Three days; Instructor-Led Course Syllabus INTRODUCTION AUDIENCE

AGILE DATABASE TECHNIQUES USING VISUAL STUDIO TEAM SYSTEM 2008 Course ADT08: Three days; Instructor-Led Course Syllabus INTRODUCTION AUDIENCE AGILE DATABASE TECHNIQUES USING VISUAL STUDIO TEAM SYSTEM 2008 Course ADT08: Three days; Instructor-Led Course Syllabus INTRODUCTION This three-day, instructor-led course provides students with the knowledge

More information

SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014

SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 Agenda SHINE - Overview SHINE What s new in SPS 08 SHINE - Roadmap

More information

ADM506. Database Administration Oracle II COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

ADM506. Database Administration Oracle II COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s) ADM506 Database Administration Oracle II. COURSE OUTLINE Course Version: 15 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

Survey - Governance, Risk and Compliance

Survey - Governance, Risk and Compliance Survey - Governance, Risk and Compliance 2018 emerging trends around GRC : SAP HANA, Continuous Control Monitoring & Data Analytics kpmg.fr KPMG SURVEY RESULTS PARTICIPANTS of CAC40 companies CFO Audit

More information

20698A: Installing and Configuring Windows 10

20698A: Installing and Configuring Windows 10 20698A: Installing and Configuring Windows 10 Course Details Course Code: Duration: Notes: 20698A 5 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information