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

Size: px
Start display at page:

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

Transcription

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

2 Key Data 3 Course Description and Format 3 Audience 3 Course 4 Prerequisites 5 Students 5 Environment 5 Course Outline 6 Module 1: Look and Feel 6 Module 2: IntelliMorph 6 Module 3: MorphX IDE 6 Module 4: Security Considerations 6 Module 5: Managing Security 6 Module 6: Layers and Models 7 Module 7: Development 7 Step Process 7 Module 8: Base Information 7 Module 9: Tables 7 Module 10: X++ Overview 7 Module 11: Database Manipulation 8 Module 12: Objects and Classes 8 Module 13: Inheritance 8 Module 14: Exception Handling 8 Module 15: Base Forms 9 Module 16: Form Creation 9 Module 17: Details Form 9 Module 18: Simple List Forms 9 Module 19: Table of Contents 9 Module 20: List Page Forms 9 Module 21: Area Pages 10 Agenda 11 Proprietary and Confidential Page 2 of

3 KEY DATA This document describes the design of the RSM Technical Bootcamp for Microsoft Dynamics AX 2012 course. This document identifies the learning objectives for the course, and describes the flow of the course. The purpose of this document ensures that the expectations for this course are the same for RSM and the client. This document must be signed off before production work on the course begins. This course syllabus should be used to determine whether the course is appropriate for the students based on their current skill and technical training needs. Number of days: 4 Format: Instructor led training (ILT) Maximum number of students per course: 10 This course is eligible for 28 CPE credits in the Computer Science field of study. COURSE DESCRIPTION AND FORMAT This four-day instructor-led course provides students with the knowledge and skill to leverage the MorphX Integrated Development Environment within Microsoft Dynamics AX 2012 to create and modify the application. The training course covers basic concepts of object oriented programming. Students will learn to create various types of objects and how the objects relate to each other. Basic architecture, troubleshooting tools and other development tools are also covered. The course is designed to build upon what you have learned to gradually create a complete programming module. The course is built and taught using a Hyper V image which will be hosted by RSM upon course commencement. The course includes hands-on experience for the participants. When the instructor demonstrates functionality, the participants will simultaneously duplicate the demonstration. Demonstrations identified as business-process critical are followed by practices that provide participants the opportunity to duplicate what is learned in the demonstration. AUDIENCE This course is intended for developers or those individuals who will be creating and modifying the Microsoft Dynamics AX 2012 application. Proprietary and Confidential Page 3 of

4 COURSE OBJECTIVES Course objectives identify the anticipated results of a participant actively participating in this course. The course objectives are used to measure the effectiveness of the training and can be used to evaluate the participant s understanding of the course material. Upon completion of this course, the participant will be proficient and able to: Effectively navigate throughout Microsoft Dynamics AX 2012 Understand the main elements of Microsoft Dynamics AX 2012 development Understand the layered architecture of Microsoft Dynamics AX 2012 Understand the MorphX development environment and the Application Object Tree (AOT) Understand the basic security structure of Microsoft Dynamics AX 2012 Create and use projects in Microsoft Dynamics AX 2012 Understand and create the different data types within Microsoft Dynamics AX 2012 Learn how to create and modify enumerated data types Design, create, and use tables using MorphX Use the development tools available within Microsoft Dynamics AX Create, modify, and use classes to develop deeper functionality for the user interface Use the data types that can be used for variables and how to declare and use them Use the various operators available and where to use them Use standard functions that are built in to the application Use output commands to display data and messages to the user Retrieve data from the database using a select and while select statements Create, update and delete data in the database Use the classes within Microsoft Dynamics AX 2012 X++ development Extend a class using the concept of inheritance Examine the exception handling mechanism in Microsoft Dynamics AX 2012 Use of exceptions handling including the Try, Catch, and Retry commands Transfer modifications from the development environment to test or live environment. Use temporary tables in classes, forms, and reports. Design and build forms in Microsoft Dynamics AX 2012 Create customized menus and menu items Use the Microsoft Dynamics AX 2012 help documentation Proprietary and Confidential Page 4 of

5 PREREQUISITES Students Before attending this course, students must have: A working knowledge of the basic navigation and use of Microsoft Dynamics AX 2012 A working knowledge of the basic data structure of Microsoft Dynamics AX 2012 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 This module introduces the user interface of Microsoft Dynamics AX The main window of the program is discussed in addition to instructions on how to navigate in the system. Describe the user interface elements in Microsoft Dynamics AX Review how to search, insert, and delete records. Module 2: IntelliMorph This module introduces the IntelliMorph environment of Microsoft Dynamics AX Discuss the levels of customization available at different user rights. Describe how to modify form set up. Create and organize favorites. Using personalization for both the power user and the developer Module 3: MorphX IDE This module focuses on those objects contained in the Data Dictionary node. It briefly discusses all the objects within the data dictionary. The rest of the application objects are discussed in later chapters. Define MorphX and the AOT. Explore the navigation of the AOT. Discuss objects and elements of the AOT. Review the MorphX Development Tools. Module 4: Security Considerations Microsoft Dynamics AX has a variety of security and configuration options within the application framework, to help keep sensitive data safe, users focused on their roles, and the system as streamlined as possible. Microsoft Dynamics AX offers many security and configuration options. This module introduces those topics for the administrator and developer. Review the security overview. Discuss authentication methods. Demonstrate adding users. Module 5: Managing Security This module covers the reusable security roles, process cycles, duties, privileges, and permissions. Along with the new Extensible Data Security framework, these security tools give administrators greater control of individual and data access. This improves the adherence to internal policy and external security auditing controls. Explain role based security. Review extensible data security framework. Proprietary and Confidential Page 6 of

7 Module 6: Layers and Models This module discusses the development layers of AX2012 and the levels in which both customers and value added resellers (VARs) can affect changes. In addition, there is a review of models, which are a set of elements in a given layer. Explain layer architecture in Microsoft Dynamics AX Discuss the structure and benefits of model object management. Module 7: Development 7 Step Process This module reviews the seven steps in a development cycle and briefly discusses each one. Module 8: Base Information This module describes labels, primitive data types, base enumerations, and extended data types in Microsoft Dynamics AX Create labels files in the current model. Review primitive data types. Define and create enumerators. Define and create extended data types. Create new Base Enumerations Create new Extended Data Types Fleet Management exercise Module 9: Tables This module describes the Role Center feature of Microsoft Dynamics AX Role Centers are created and modified. Review the primary elements of Tables. Discuss the use of the table browser and temporary tables. Discuss the use of data partitioning. Create new Tables Fleet Management exercise Module 10: X++ Overview This module introduces students to the X++, the programming language used within Microsoft Dynamics AX Introduce the characteristics of X++ Discover the X++ code editor Review best practices when coding Revisit object types Define jobs and their purpose Use the code complier to build and review code Use the debugger to step through code Proprietary and Confidential Page 7 of

8 Module 11: Database Manipulation This module describes various methods for accessing and manipulating data within Microsoft Dynamics AX Retrieve data from the database using a select statement Create, update, and delete data in the database Module 12: Objects and Classes This module introduces objects and classes to the students. The components of each are discussed in detail. Use the classes within X++ development Describe the differences between and object and a class Discuss encapsulation and best practices Create a TV Class Fleet Management exercise Module 13: Inheritance This module introduces students to the concept of inheritance. Extend a class using the concept of inheritance Instantiating a class using the new method Create an HDTV class that inherits from the TV class Module 14: Exception Handling This module introduces students to various methods of exception handling that are available within the Microsoft Dynamics AX 2012 development environment. Examine the exception handling mechanism in Microsoft Dynamics AX Use the Try, Catch, and Retry statements Throw an exception from code Identify and create code used to handle optimistic concurrency exceptions Fleet management exercise Proprietary and Confidential Page 8 of

9 Module 15: Base Forms This module describes form and form setup. A form is a window that you open from the Microsoft Dynamics AX client workspace that shows information and enables you to perform actions. Define from design patterns in Microsoft Dynamics AX 2012 Review the process of form development including style properties and components Discuss form methods of display and edit Define form sources including queries and joins Fleet management exercise Module 16: Form Creation Lessons Create forms, menus, action panes, action pane buttons, and action pane strips in the AOT Review testing and style validation of forms Module 17: Details Form Lessons Define and review details form templates, constructs, required items, and best practices Fleet management exercise Module 18: Simple List Forms Lessons Define and review simple list form templates, constructs, required items, and best practices Module 19: Table of Contents Lessons Define and review table of contents form templates, constructs, required items, and best practices Module 20: List Page Forms Lessons Define and review list page form templates, constructs, required items, and best practices Fleet management exercise Proprietary and Confidential Page 9 of

10 Module 21: Area Pages Lessons Define and review area page form templates, constructs, required items, and best practices Proprietary and Confidential Page 10 of

11 FINANCIAL ESSENTIALS Agenda 9:00 AM 10:00 AM 11:00 AM Monday Tuesday Wednesday Thursday Look and Feel All Audiences MorphX IDE Security Tables Tables Exercise Objects and Classes Inheritance X++ Exercise Forms Types and 12:00 PM LUNCH LUNCH LUNCH LUNCH 1:00 PM 2:00 PM Layer Architecture Enumerations X++ Overview X++ Exercise Final Practice 3:00 PM 4:00 PM Ext Data Types Database Access and Manipulation Forms Parking Lot/Open Forum 5:00 PM SESSION END SESSION END SESSION END SESSION END *A 10 minute break will be taken for every hour of content. Alternatively, a 15 minute break will be taken for two hours of content if the instructor chooses to do so.* Proprietary and Confidential Page 11 of 12

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

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

UPGRADING DEVELOPMENT SKILLS

UPGRADING DEVELOPMENT SKILLS RSM TECHNOLOGY ACADEMY Syllabus and Agenda UPGRADING DEVELOPMENT SKILLS FOR MICROSOFT DYNAMICS 365 FOR OPERATIONS Course Details 3 Audience 3 At Course Completion 3 Course Cancellation Policy 4 Guaranteed

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

Development II in Microsoft Dynamics AX 2012

Development II in Microsoft Dynamics AX 2012 Development II in Microsoft Dynamics AX 2012 Varighed: 2 Days Kursus Kode: M80304 Beskrivelse: This two-day instructor-led course introduces students to the tools available in Microsoft Dynamics AX 2012

More information

2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET

2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET 2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

WebEx University. WebEx University. Mastering Cisco WebEx Meeting Center. Program Overview

WebEx University. WebEx University. Mastering Cisco WebEx Meeting Center. Program Overview WebEx University WebEx University Mastering Cisco WebEx Meeting Center Program Overview Program Introduction Thank you for your interest in the Cisco WebEx Meeting Center Mastery Program. Please contact

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

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

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

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A)

Maintaining a Microsoft SQL Server 2008 Database (Course 6231A) Duration Five days Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

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

UX300 SAP Screen Personas 3.0 Development

UX300 SAP Screen Personas 3.0 Development UX300 SAP Screen Personas 3.0 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

More information

Appalachia Intermediate Unit 8

Appalachia Intermediate Unit 8 Appalachia Intermediate Unit 8 Microsoft Office 2013 Workshops Excel PowerPoint Word Summer 2014 Catalog Page 2 Introduction Appalachia Intermediate Unit 8 will offer Microsoft Office 2013 workshops during

More information

Microsoft Windows PowerShell v2 For Administrators

Microsoft Windows PowerShell v2 For Administrators Microsoft Windows PowerShell v2 For Administrators Course 50414 5 Days Instructor-led, Hands-on Introduction This four-day instructor-led course provides students with the knowledge and skills to leverage

More information

TIPA Lead Assessor for ITIL

TIPA Lead Assessor for ITIL TIPA Lead Assessor for ITIL Course Syllabus Fifalde Consulting Inc. +1-613-699-3005 ITIL is a Registered Trade Mark of the Office of Government Commerce in the United Kingdom and other countries 2017 Fifalde

More information

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2008

More information

Vertex Certified Achieve the highest standard to maximize your value Program Guide Vertex Indirect Tax O Series North America - Sales Tax Version 7.

Vertex Certified Achieve the highest standard to maximize your value Program Guide Vertex Indirect Tax O Series North America - Sales Tax Version 7. Vertex Certified Achieve the highest standard to maximize your value Program Guide Vertex Indirect Tax O Series North America - Sales Tax Version 7.x Copyright and legal notices Copyright 2016 Vertex Global

More information

Audience Profile This course is intended for novice users of Microsoft Dynamics AX. Students must have basic Microsoft Windows navigation skills.

Audience Profile This course is intended for novice users of Microsoft Dynamics AX. Students must have basic Microsoft Windows navigation skills. Introduction to Microsoft Dynamics AX 2009 Course 80020A: 2 Days; Instructor-Led About this Course This two-day instructor-led course provides students with the knowledge and skills to maneuver within

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

HA150 SQL Basics for SAP HANA

HA150 SQL Basics for SAP HANA HA150 SQL Basics for SAP HANA. COURSE OUTLINE Course Version: 13 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

BOCRC. SAP Crystal Reports Compact Course COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

BOCRC. SAP Crystal Reports Compact Course COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s) BOCRC SAP Crystal Reports Compact Course. COURSE OUTLINE Course Version: 15 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

Norbain Academy IP-CCTV Advanced Course

Norbain Academy IP-CCTV Advanced Course COURSE CODE: CAC IP-CCTV Advanced Course COURSE SYLLABUS Part 1: Course Information INSTRUCTOR INFORMATION Instructor Robert McDonald (Norbain Training Manager) Training Centre Locations Ashton Under Lyne

More information

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration:

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: HA150 SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

PCI DATA SECURITY STANDARDS VERSION 3.2. What's Next?

PCI DATA SECURITY STANDARDS VERSION 3.2. What's Next? PCI DATA SECURITY STANDARDS VERSION 3.2 What's Next? Presenters Alan Gutierrez Arana Director National PCI Leader RSM US LLP Gus Orologas, QSA Manager RSM US LLP Travis Wendling, QSA Supervisor RSM US

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL General Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can be taught as a course to students

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

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

Curriculum Guide. Integrity 11

Curriculum Guide. Integrity 11 Curriculum Guide Integrity 11 Live Classroom Curriculum Guide Requirements Engineering with Integrity 11 Test Management with Integrity 11 Workflows and Documents with Integrity 11 Requirements Engineering

More information

SCM380 SAP MII - Manufacturing Integration and Intelligence Fundamentals

SCM380 SAP MII - Manufacturing Integration and Intelligence Fundamentals SCM380 SAP MII - Manufacturing Integration and Intelligence Fundamentals. COURSE OUTLINE Course Version: 10 Course Duration: 4 SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All

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

: 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

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database

Course 6231A: Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Maintaining a Microsoft SQL Server 2008 Database OVERVIEW About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the

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

Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services

Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services Implementing and Maintaining Microsoft SQL Server 2005 Analysis Services Introduction Elements of this syllabus are subject to change. This three-day instructor-led course teaches students how to implement

More information

HA150. SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 14 Course Duration: 3 Day(s)

HA150. SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 14 Course Duration: 3 Day(s) HA150 SAP HANA 2.0 SPS02 - SQL and SQLScript 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

More information

Training Opportunities

Training Opportunities July September 2014 Training Opportunities Meeting Your Training Needs and CPE Requirements Group-Live Course Group Internet-Based Course To learn more or register for any of these events, visit www.gfoa.org.

More information

raining Meeting your training needs and CPE requirements opportunities July-September Group-Live Course Group Internet- Based Course

raining Meeting your training needs and CPE requirements opportunities July-September Group-Live Course Group Internet- Based Course Meeting your training needs and CPE requirements T raining opportunities July-September 2015 Group-Live Course Group Internet- Based Course To learn more or register for any of these events, visit www.gfoa.org

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

HA300 SAP HANA Modeling

HA300 SAP HANA Modeling HA300 SAP HANA Modeling. COURSE OUTLINE Course Version: 12 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

Fundamentals of Computer Science CSCI 136 Syllabus Fall 2018

Fundamentals of Computer Science CSCI 136 Syllabus Fall 2018 Fundamentals of Computer Science CSCI 136 Syllabus Fall 2018 CSCI 136 Section 00 Instructor: Michael Cassens Office: SS 411 Office Hours: MWF 11:00-11:50 am or by appt Phone: (415) 787-0577 E-mail: michael.cassens@mso.umt.edu

More information

SharePoint 2013 Site Collection and Site Administration

SharePoint 2013 Site Collection and Site Administration SharePoint 2013 Site Collection and Site Administration Course 55033; 5 Days, Instructor-led Course Description This five-day instructor-led course is intended for power users, who are tasked with working

More information

55033: SHAREPOINT 2013 SITE COLLECTION AND SITE ADMINISTRATION

55033: SHAREPOINT 2013 SITE COLLECTION AND SITE ADMINISTRATION ABOUT THIS COURSE This five-day instructor-led course is intended for power users, who are tasked with working within the SharePoint 2013 environment. This course will provide a deeper, narrowly-focused

More information

"Charting the Course to Your Success!" MOC Microsoft SharePoint 2010 Site Collection and Site Administration Course Summary

Charting the Course to Your Success! MOC Microsoft SharePoint 2010 Site Collection and Site Administration Course Summary MOC 50547 Microsoft SharePoint Site Collection and Site Course Summary Description This five-day instructor-led Site Collection and Site Administrator course gives students who have SharePoint Owner permissions

More information

Developing Microsoft Azure Solutions (MS 20532)

Developing Microsoft Azure Solutions (MS 20532) Developing Microsoft Azure Solutions (MS 20532) COURSE OVERVIEW: This course is intended for students who have experience building ASP.NET and C# applications. Students will also have experience with the

More information

BOD410 SAP Lumira 2.0 Designer

BOD410 SAP Lumira 2.0 Designer BOD410 SAP Lumira 2.0 Designer. COURSE OUTLINE Course Version: 10 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this

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

[MS55199]: SharePoint 2016 End User Training. Audience Profile This course is intended for new and existing users of SharePoint.

[MS55199]: SharePoint 2016 End User Training. Audience Profile This course is intended for new and existing users of SharePoint. [MS55199]: SharePoint 2016 End User Training Length : 3 Days Audience(s) : Information Workers Level : 100 Technology : Microsoft SharePoint Server Delivery Method : Instructor-led (Classroom) Course Overview

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

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

IT Audit Auditing IT General Controls

IT Audit Auditing IT General Controls IT Audit Auditing IT General Controls Agenda Introduction IT Audit IT General Controls Overview Access to Programs and Data Program Change & Development Computer Operations Lessons Learned from Regulatory

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

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

Siebel 8.1.x Fundamentals Student Guide

Siebel 8.1.x Fundamentals Student Guide Siebel 8.1.x Fundamentals Student Guide D72466GC10 Edition 1.0 April 2011 Part Number - Applied Copyright 2011, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS. Course: 20489A; Duration: 5 Days; Instructor-led

DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS. Course: 20489A; Duration: 5 Days; Instructor-led CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: DEVELOPING MICROSOFT SHAREPOINT SERVER 2013 ADVANCED SOLUTIONS Course: 20489A; Duration: 5 Days; Instructor-led WHAT YOU WILL LEARN This course provides SharePoint

More information

"Charting the Course... MOC A: SharePoint 2016 Site Collections and Site Owner Administration. Course Summary

Charting the Course... MOC A: SharePoint 2016 Site Collections and Site Owner Administration. Course Summary MOC 55234 A: 2016 Site Collections Course Summary Description This five-day instructor-led course is intended for power users and IT professionals who are tasked with working within the 2016 environment

More information

NETWORKING. Foundation Course Course Syllabus

NETWORKING. Foundation Course Course Syllabus NETWORKING Foundation Course Course Syllabus Part 1: Course Information Instructor Information Instructor: Robert McDonald (NORBAIN Training Manager) Training Centre Locations: Norbain Distribution Centre

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

ISM 324: Information Systems Security Spring 2014

ISM 324: Information Systems Security Spring 2014 ISM 324: Information Systems Security Spring 2014 Instructor: Co-Instructor: Office: E-Mail: Phone: Office Hours: Jeffrey Wall Hamid Nemati 392 Bryan Building jdwall2@uncg.edu (email is the preferred method

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL Course 20761C 5 Days Instructor-led, Hands on Course Information The main purpose of the course is to give students a good understanding of the Transact- SQL language which

More information

ITIL Service Design Lifecycle

ITIL Service Design Lifecycle ITIL Service Design Lifecycle Certificate: ITIL Service Design Lifecycle Duration: 3 days Course Delivery: (Virtual) Classroom, Exam, ebook Course ID: ITL9336 Language: English Credits: 3 Credits to ITIL

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

Course Syllabus: In-Depth unipaas Programming Techniques

Course Syllabus: In-Depth unipaas Programming Techniques Course Syllabus: In-Depth unipaas Programming Techniques TABLE OF CONTENTS: 1 COURSE OBJECTIVES AND GOALS...2 2 GENERAL COURSE DETAILS...2 3 DETAILED LESSONS OUTLINE...3 3.1 WORKING WITH MEMORY... 3 3.2

More information

Prerequisite Knowledge to Teach This Course

Prerequisite Knowledge to Teach This Course Trainer Preparation Guide for Course 20465D: Designing a Data Solution with Microsoft SQL Server 2014 1 Trainer Preparation Guide for Course 20465D: Designing a Data Solution with Microsoft SQL Server

More information

HA301. SAP HANA 2.0 SPS03 - Advanced Modeling COURSE OUTLINE. Course Version: 15 Course Duration:

HA301. SAP HANA 2.0 SPS03 - Advanced Modeling COURSE OUTLINE. Course Version: 15 Course Duration: HA301 SAP HANA 2.0 SPS03 - Advanced Modeling. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of

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

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

In Company Abrasive Wheels Instructor / Examiner Training & Certification

In Company Abrasive Wheels Instructor / Examiner Training & Certification Health & Safety Certification & Services Ltd Central Administration Office - 100 Princes Street, Kettering, Northamptonshire, NN16 8RR Tel: 01536 414966 Fax: 01536 416933 email: info@hscsltd.co.uk WEB

More information

SharePoint 2016 End User Training

SharePoint 2016 End User Training CENTER OF KNOWLEDGE, PATH TO SUCCESS Website: SharePoint 2016 End User Training Course: 55199A; Duration: 3 Days; Instructorled (Classroom) Learn to integrate Office applications with SharePoint 2016.

More information

Renewal Registration & CPE for CPAs in Iowa

Renewal Registration & CPE for CPAs in Iowa 1. When must I renew my certificate? Renewal Registration Process You must renew your certificate annually with the Iowa Accountancy Examining Board (IAEB). Online renewal is typically available May 15

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

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

Imagination To Realization

Imagination To Realization Imagination To Realization Introduction to HTML DB (HOT) Presented by: Bih-Shya Gau SunGard Higher Education Monday, April 3, 2006 3:30 5:30 pm April 2-5 Orlando, Florida Session Rules of Etiquette Please

More information

Telerik Training for Mercury 3

Telerik Training for Mercury 3 Telerik Training for Mercury 3 Telerik training is intended for IT professionals and Power Users familiar with constructing reports based on raw data from databases or spreadsheets. You will learn how

More information

2779 : Implementing a Microsoft SQL Server 2005 Database

2779 : Implementing a Microsoft SQL Server 2005 Database 2779 : Implementing a Microsoft SQL Server 2005 Database Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge and skills

More information

raining Meeting your training needs and CPE requirements opportunities July-September Group-Live Course Group Internet- Based Course

raining Meeting your training needs and CPE requirements opportunities July-September Group-Live Course Group Internet- Based Course Meeting your training needs and CPE requirements T raining opportunities July-September 2018 Group-Live Course Group Internet- Based Course To learn more or register for any of these events, visit www.gfoa.org

More information

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 Introduction to Web Development with Microsoft Visual Studio 2010 Course 10267; 5 Days, Instructor-led Course Description This five-day instructor-led course provides knowledge and skills on developing

More information

Developing Web Applications Using Microsoft Visual Studio 2008 SP1

Developing Web Applications Using Microsoft Visual Studio 2008 SP1 Developing Web s Using Microsoft Visual Studio 2008 SP1 Introduction This five day instructor led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2008

More information

Commonwealth Computer Training Featured Workshop: WORD 2010 DOCUMENT MANAGEMENT

Commonwealth Computer Training Featured Workshop: WORD 2010 DOCUMENT MANAGEMENT Featured Workshop: WORD 2010 DOCUMENT MANAGEMENT Take control of your Microsoft Word documents! This is a hands-on instructor-led training class, covering topics that will enhance the layout, ease-of-use,

More information

D75AW. Delta ABAP Workbench SAP NetWeaver 7.0 to SAP NetWeaver 7.51 COURSE OUTLINE. Course Version: 18 Course Duration:

D75AW. Delta ABAP Workbench SAP NetWeaver 7.0 to SAP NetWeaver 7.51 COURSE OUTLINE. Course Version: 18 Course Duration: D75AW Delta ABAP Workbench SAP NetWeaver 7.0 to SAP NetWeaver 7.51. COURSE OUTLINE Course Version: 18 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

Expertise that goes beyond experience.

Expertise that goes beyond experience. Pre-Conference Training and Certification Expertise that goes beyond experience. OKTANE18.COM Monday, May 21 - Tuesday, May 22 ARIA Resort & Casino, Las Vegas Contents 03 04 05 Okta Education Services

More information

COURSE LISTING. Courses Listed. Training for Cloud with SAP Ariba in Beschaffung. Grundlagen. Fortgeschrittene. Zertifizierung

COURSE LISTING. Courses Listed. Training for Cloud with SAP Ariba in Beschaffung. Grundlagen. Fortgeschrittene. Zertifizierung Training for Cloud with SAP Ariba in Beschaffung Courses Listed Grundlagen AR110E - Ariba Sourcing: Creating Events AR111 - Ariba Sourcing: Creating and Managing a Sourcing Project AR111E - Ariba Sourcing:

More information

Querying Data with Transact-SQL

Querying Data with Transact-SQL Querying Data with Transact-SQL 20761B; 5 Days; Instructor-led Course Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can

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

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

SharePoint 2016 Site Collections and Site Owner Administration

SharePoint 2016 Site Collections and Site Owner Administration SharePoint 2016 Site Collections and Site Owner Administration Course 55234A - Five days - Instructor-led - Hands-on Introduction This five-day instructor-led course is intended for power users and IT

More information

SharePoint 2016 Site Collections and Site Owner Administration

SharePoint 2016 Site Collections and Site Owner Administration SharePoint Course - 55234 SharePoint 2016 Site Collections and Site Owner Administration Length 5 days Audience This course is intended for those who provide site collection and site administration and

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

S4H01. Introduction to SAP S/4HANA COURSE OUTLINE. Course Version: 04 Course Duration: 2 Day(s)

S4H01. Introduction to SAP S/4HANA COURSE OUTLINE. Course Version: 04 Course Duration: 2 Day(s) S4H01 Introduction to SAP S/4HANA. COURSE OUTLINE Course Version: 04 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

"Charting the Course to Your Success!" MOC B Programming in C# Course Summary

Charting the Course to Your Success! MOC B Programming in C# Course Summary Course Summary Description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. During their five days in

More information

Developing Microsoft SQL Server 2012 Databases 36 Contact Hours

Developing Microsoft SQL Server 2012 Databases 36 Contact Hours Developing Microsoft SQL Server 2012 Databases 36 Contact Hours Course Overview This 5-day instructor-led course introduces SQL Server 2012 and describes logical table design, indexing and query plans.

More information

SLT100. Real Time Replication with SAP LT Replication Server COURSE OUTLINE. Course Version: 13 Course Duration: 3 Day(s)

SLT100. Real Time Replication with SAP LT Replication Server COURSE OUTLINE. Course Version: 13 Course Duration: 3 Day(s) SLT100 Real Time Replication with SAP LT Replication Server. COURSE OUTLINE Course Version: 13 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

More information

BC401. ABAP Objects COURSE OUTLINE. Course Version: 18 Course Duration:

BC401. ABAP Objects COURSE OUTLINE. Course Version: 18 Course Duration: BC401 ABAP Objects. COURSE OUTLINE Course Version: 18 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced

More information

ADM505. Oracle Database Administration COURSE OUTLINE. Course Version: 15 Course Duration: 3 Day(s)

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

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

MS 50547: Microsoft SharePoint 2010 Site Collection and Site Administration Duration: 5 Days Method: Instructor-Led

MS 50547: Microsoft SharePoint 2010 Site Collection and Site Administration Duration: 5 Days Method: Instructor-Led MS 50547: Microsoft SharePoint 2010 Site Collection and Site Administration Duration: 5 Days Method: Instructor-Led Course Description This five-day instructor-led Site Collection and Site Administrator

More information

EDB358. System and Database Administration: Adaptive Server Enterprise COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s)

EDB358. System and Database Administration: Adaptive Server Enterprise COURSE OUTLINE. Course Version: 15 Course Duration: 5 Day(s) EDB358 System and Database Administration: Adaptive Server Enterprise. COURSE OUTLINE Course Version: 15 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company.

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

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTERMEDIATE DATABASE/FILE AMANGEMENT (Access Intermediate) (12 hours) ITSW 1055 COURSE SYLLABUS

AUSTIN COMMUNITY COLLEGE CONTINUING EDUCATION. INTERMEDIATE DATABASE/FILE AMANGEMENT (Access Intermediate) (12 hours) ITSW 1055 COURSE SYLLABUS Course Description: Instruction in data validation, data manipulation, browsing through records, records selection and query, indexing, and sorting. Topics include modifying tables, using database wizards,

More information

SharePoint 2013 Power User

SharePoint 2013 Power User SharePoint 2013 Power User Course 55028; 2 Days, Instructor-led Course Description This SharePoint 2013 Power User training class is designed for individuals who need to learn the fundamentals of managing

More information