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

Size: px
Start display at page:

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

Transcription

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

2 Table of Contents Course Details 1 Prerequisites 3 Course Outline 4 Agenda 9 Course Details 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 exercises that provide participants the opportunity to duplicate what is learned in the demonstration. Audience This course is intended for the following business role examples: Tim-IT Manager Chris-IT Engineer Sean-Technical End User/Power User Victor-Business Systems Developer Isaac-Business Application Developer At Course Completion Students will understand the basics of X++ coding and working in the AOT. 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. 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. Proprietary and Confidential Page 1 of

3 Continuing Professional Education In accordance with the standards of the National Registry (NASBA) of CPE Sponsors, CPE credits have been granted on a 50-minutes hour. Sponsor ID , 801 Nicollet Mall, 11th Floor West Tower, Minneapolis, MN CPE credits: 28 Field of Study: Computer Science Delivery method: Live Instructor Program Level: Beginner A certification of completion and CPE credits are only granted when the evaluation is passed and the course survey is completed. The certification and transcript can be downloaded from the RSM Technology Academy Portal upon successful completion of the 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 This course is Guaranteed-to-Run ("GTR") if hosted by RSM and a minimum of 4 participants have registered. Once the registration requirement is met, the course is guaranteed to run. If cancelled, it will effective no later than 7 days prior to course commencement. Travel Guide 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 you 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 Payment All work performed shall be performed on a fixed fee basis. RSM will bill the Client upon execution of the statement of work. Payments must be made 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 2 of

4 Prerequisites Participants 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 3 of

5 Course Outline Chapter 1: Look and Feel This chapter 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. Chapter 2: IntelliMorph This chapter 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 Chapter 3: MorphX IDE This chapter 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. Chapter 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 chapter introduces those topics for the administrator and developer. Review the security overview. Discuss authentication methods. Demonstrate adding users. Proprietary and Confidential Page 4 of

6 Chapter 5: Managing Security This chapter 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. Chapter 6: Layers and Models This chapter 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. Chapter 7: Development 7 Step Process This chapter reviews the seven steps in a development cycle and briefly discusses each one. Chapter 8: Base Information This chapter 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 Chapter 9: Tables This chapter 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 Proprietary and Confidential Page 5 of

7 Chapter 10: X++ Overview This chapter 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 Chapter 11: Database Manipulation This chapter 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 Chapter 12: Objects and Classes This chapter 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 Chapter 13: Inheritance This chapter 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 Proprietary and Confidential Page 6 of

8 Chapter 14: Exception Handling This chapter 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 Chapter 15: Base Forms This chapter 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 Chapter 16: Form Creation Create forms, menus, action panes, action pane buttons, and action pane strips in the AOT Review testing and style validation of forms Chapter 17: Details Form Define and review details form templates, constructs, required items, and best practices Fleet management exercise Chapter 18: Simple List Forms Define and review simple list form templates, constructs, required items, and best practices Proprietary and Confidential Page 7 of

9 Chapter 19: Table of Contents Define and review table of contents form templates, constructs, required items, and best practices Chapter 20: List Page Forms Define and review list page form templates, constructs, required items, and best practices Fleet management exercise Chapter 21: Area Pages Define and review area page form templates, constructs, required items, and best practices Proprietary and Confidential Page 8 of

10 Agenda Technical Bootcamp R3: Syllabus & Agenda 9:00 AM 10:00 AM MONDAY TUESDAY WEDNESDAY THURSDAY Look and Feel All Audiences MorphX IDE Tables Tables Exercise Objects and Classes Inheritance Forms Types and Exercises 11:00 AM Security X++ Exercise 12:00 PM LUNCH LUNCH LUNCH LUNCH 1:00 PM Layer Architecture X++ Overview X++ Exercise Final Exercise 2:00 PM 3:00 PM Enumerations Ext Data Types Database Access and Manipulation Forms 4:00 PM 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 9 of

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

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

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

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

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

NON-CEE CPE EVENTS INSTRUCTIONS

NON-CEE CPE EVENTS INSTRUCTIONS NON-CEE CPE EVENTS INSTRUCTIONS You should use this procedure if you intend to award CPE credits using the COPAS sponsor numbers (NASBA and TX numbers) for any presentation at a meeting or event that you

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

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

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

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

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

2 nd Annual Meeting for Abacus North America Members

2 nd Annual Meeting for Abacus North America Members 2 nd Annual Meeting for Abacus North America Members April 30 May 1, 2019 The Ritz-Carlton Atlanta Atlanta, Georgia USA The Meeting Abacus Worldwide brings firms together on a global scale but our Regional

More information

Honeywell WEBS/NIAGARA N4 Tridium Certification Training

Honeywell WEBS/NIAGARA N4 Tridium Certification Training Honeywell WEBS/NIAGARA N4 Tridium Certification Training 5 Day Training June 18 th -22 nd 8:00 AM to 5:00 PM Charles D. Jones North Denver Branch 4900 Osage Street Denver, CO 80221 The goal is to educate

More information

1 st Annual Meeting for Abacus Latin America Members

1 st Annual Meeting for Abacus Latin America Members 1 st Annual Meeting for Abacus Latin America Members March 14-15, 2019 Hilton Garden Inn Montevideo, Uruguay The Meeting Abacus Worldwide brings firms together on a global scale but our Regional Meetings

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

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

Local Luncheon Groups Continuing Education Information/Guidelines

Local Luncheon Groups Continuing Education Information/Guidelines ALL LOCAL LUNCHEON GROUPS SHOULD NOTIFY IPT OF THEIR UPCOMING ACTIVITIES USING THE ONLINE FORM BELOW REGARDLESS OF WHETHER THEY ARE REQUESTING CE OR NOT IPT should be notified of the upcoming luncheon

More information

Austin Title Company

Austin Title Company Austin Title Company School Policy Manual for Mandatory Continuing Education 9600 N. Mopac Expressway, Suite 125 Austin, TX 78759 512.459.7222 Approved by the Texas Real Estate Commission School Provider

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

FERC Audits and Compliance Conference March 3, 2015 Spectra Energy Corporation Fred Fowler Auditorium 5400 Westheimer Court Houston, Texas

FERC Audits and Compliance Conference March 3, 2015 Spectra Energy Corporation Fred Fowler Auditorium 5400 Westheimer Court Houston, Texas FERC Audits and Compliance Conference March 3, 2015 Spectra Energy Corporation Fred Fowler Auditorium 5400 Westheimer Court Houston, Texas Time Tuesday, March 2, 2015 8:00 AM Breakfast Included in Registration

More information

SAVE THE DATE MARCH Basics of St. Charles, MO CLICK HERE to register online!

SAVE THE DATE MARCH Basics of St. Charles, MO CLICK HERE to register online! SAVE THE DATE MARCH 22-24 2016 St. Charles, MO 63304 Basics of TABLET MANUFACTURING & TROUBLESHOOTING By attending this course you will enhance your knowledge of maintenance and troubleshooting procedures

More information

Workshop description

Workshop description Workshop description COBIT5 for Assurance With information and technology at the heart of creating value for enterprises, it is more important than ever for organizations to optimize their IT assurance

More information

raining Meeting your training needs and CPE requirements opportunities April-June Group-Live Course Group Internet- Based Course

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

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

W607 Review of SQL Profiler

W607 Review of SQL Profiler W607 Review of SQL Profiler Pre-requisites: Basic knowledge of SQL One of our most popular sessions at previous conferences, this class offers a complete look at SQL Profiler. Being instructed in SQL 2005,

More information

MBEA SUMMER BOOT CAMP 2018

MBEA SUMMER BOOT CAMP 2018 MBEA SUMMER BOOT CAMP 2018 Please join us for the 12 th Annual MBEA Summer Boot Camp! This year we are so pleased to be on the beautiful campus of Northwood University in Midland, MI. Camp will run from

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

Faculty Portal. Logging In:

Faculty Portal. Logging In: Faculty Portal Logging In: Access the portal via the web address provided by your institution. If your institution is using Active Directory to authenticate, you may not be required to log in at this page.

More information

SCADAvantage Training Guide

SCADAvantage Training Guide SCADAvantage Training Guide SCADAvantage Training Guide 2017 Maximize your SCADA investment The platform is easily upgraded to bring you the latest security patches and features that have been implemented

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

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

W706 Troubleshooting Transactions Using SQL Profiler

W706 Troubleshooting Transactions Using SQL Profiler W706 Troubleshooting Transactions Using SQL Profiler Pre-requisites: Session W607 or similar knowledge A perfect follow-up to session W607, this class will provide a more detailed look at the specific

More information

To Receive CPE Credit

To Receive CPE Credit Using Microsoft Access with Dynamics GP August 28, 2014 Charles Allen Senior Managing Consultant BKD Technologies callen@bkd.com To Receive CPE Credit Participate in entire webinar Answer polls when they

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

October 9-11, 2012 Lenexa, KS

October 9-11, 2012 Lenexa, KS NEBB s Cleanroom Performance Testing Certified Professional Seminar and Exam October 9-11, 2012 Lenexa, KS Introduction: NEBB, in continuance of its policy to enhance education and training within the

More information

WRITING RIGHT FOR THE WEB: SOCIAL MEDIA, MOBILE, AND TRADITIONAL SITES

WRITING RIGHT FOR THE WEB: SOCIAL MEDIA, MOBILE, AND TRADITIONAL SITES WRITING RIGHT FOR THE WEB: SOCIAL MEDIA, MOBILE, AND TRADITIONAL SITES Session 1: Communicating Via Your Traditional Website Tuesday, December 6, 2011 :: 1:00 2:30 p.m. EST Session 2: Communicating Via

More information

This course contains the subject matter to prepare candidates for the ivanti Certified Service Desk 2017 Administrator exam.

This course contains the subject matter to prepare candidates for the ivanti Certified Service Desk 2017 Administrator exam. Course Overview The Service Desk Administration 2017 course is a five-day training course covering topics for both administrative and design functions within the Service Desk 2017. Students will learn

More information

EHWLC Exams Terms & Conditions:

EHWLC Exams Terms & Conditions: EHWLC Exams Terms & Conditions: Registration: Candidates will not be enrolled and accepted for the exam under any circumstances without payment. Late entries: Where spaces are available, a late entry fee

More information

OIL & GAS AND CHEMICALS. SCADAvantage Training Guide 2018

OIL & GAS AND CHEMICALS. SCADAvantage Training Guide 2018 OIL & GAS AND CHEMICALS SCADAvantage Training Guide 2018 Maximize your SCADA Investment The platform is easily upgraded to bring you the latest security patches and features that have been implemented

More information

October 21-23, 2013 Holly Springs, NC

October 21-23, 2013 Holly Springs, NC NEBB s Cleanroom Performance Testing Certified Professional Seminar and Exam October 21-23, 2013 Holly Springs, NC Introduction: NEBB, in continuance of its policy to enhance education and training within

More information

MISC/GENRAL. What is your Return Policy? Does AFAA offer insurance to Instructors? Or have a discounted partnership?

MISC/GENRAL. What is your Return Policy? Does AFAA offer insurance to Instructors? Or have a discounted partnership? Question MISC/GENRAL Answer What is your Return Policy? Does AFAA offer insurance to Instructors? Or have a discounted partnership? Can I get a tracking number for my order? Can I access my courses on

More information

NEW Account - Electronic Transcript Requests Instructions for requesting Official Transcripts from Bethel University, Saint Paul, Minnesota.

NEW Account - Electronic Transcript Requests Instructions for requesting Official Transcripts from Bethel University, Saint Paul, Minnesota. NEW Account - Electronic Transcript Requests Instructions for requesting Official Transcripts from Bethel University, Saint Paul, Minnesota. Both electronic and paper versions of official transcripts are

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

BOSTON UNIVERSITY Metropolitan College MET CS342 Data Structures with Java Dr. V.Shtern (Fall 2011) Course Syllabus

BOSTON UNIVERSITY Metropolitan College MET CS342 Data Structures with Java Dr. V.Shtern (Fall 2011) Course Syllabus BOSTON UNIVERSITY Metropolitan College MET CS342 Data Structures with Java Dr. V.Shtern (Fall 2011) Course Syllabus 1. Course Objectives Welcome to MET CS342 Data Structures with Java. The intent of this

More information

raining Meeting your training needs and CPE requirements opportunities October-December 2017 #GFOA Group-Live Course

raining Meeting your training needs and CPE requirements opportunities October-December 2017 #GFOA  Group-Live Course Meeting your training needs and CPE requirements T raining opportunities October-December 2017 #GFOA Group-Live Course Group Internet- Based Course To learn more or register for any of these events, visit

More information

National Fitness Professionals Association. Certification Renewal Packet

National Fitness Professionals Association. Certification Renewal Packet National Fitness Professionals Association Certification Renewal Packet P. O. B o x 1 3 9 7 B e t h a n y, O K 7 3 0 0 8 4 0 5. 4 9 9. 8 0 0 0 w w w. n f p a f i t n e s s. c o m NFPA FITNESS PROFESSIONAL

More information

PMI-ACP Certification Preparatory Course

PMI-ACP Certification Preparatory Course PMI-ACP Certification Preparatory Course Client Relation Officer Ewa Kazimierczuk Tel. +48 508 018 380 Ewa.Kazimierczuk@pl.ey.com Dates: Warszawa, 4-6 December, 2017 Price: 3900 PLN net or 890 EUR net

More information

raining Meeting your training needs and CPE requirements opportunities April-June Group-Live Course Group Internet- Based Course

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

More information

National Recreation and Park Association Certified Playground Safety Inspector Course & Exam

National Recreation and Park Association Certified Playground Safety Inspector Course & Exam National Recreation and Park Association Certified Playground Safety Inspector Course & Exam May 1-3, 2019 Spenard Community Recreation Center 2020 W. 48 th Avenue, Anchorage, Alaska Who Should Attend?

More information

Setting Up an Event Using Surveys

Setting Up an Event Using Surveys 2016 Contents 1. INTRODUCTION... 3 2. CONFIRMATION EMAIL... 3 3. MANAGE CONTACTS... 4 4. REGISTRATION FORM... 5 5. ADD ACTIONS... 14 6. SENDING YOUR INVITATION CAMPAIGN... 17 7. REMINDER TO REGISTER...

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

NETZOOM PRO CLASSROOM TRAINING

NETZOOM PRO CLASSROOM TRAINING 2015 NetZoom Pro Classroom Training Program NETZOOM PRO CLASSROOM TRAINING By Altima Technologies, Inc. This brochure explains the training structure for NetZoom & NetZoom Pro. Altima Technologies, Inc.

More information

Danfoss Turbocor Learning Center

Danfoss Turbocor Learning Center ue 2011 Danfoss Turbocor Learning Center TRAINING CATALOG 2 Table of Contents 1. Introduction... 4 2. Danfoss Turbocor Learning Center... 4 3. Danfoss Turbocor Instructors Profile... 5 4. Registration...

More information

Essentials of Freight Forwarding Program

Essentials of Freight Forwarding Program Program DESCRIPTION: Understanding how buyers and sellers manage risk with a variety of international payments, cargo insurance, properly completed commercial documents and export packaging leads students

More information

Renewal Unit (RU) Provider Handbook and Application

Renewal Unit (RU) Provider Handbook and Application Renewal Unit (RU) Provider Handbook and Application Renewal Unit Provider Program Guidelines and Requirements for all Levels of Certified Technology Specialist (CTS ) Renewal Units Table of Contents Renewal

More information

Registering for a Course in VIU s Training Portal

Registering for a Course in VIU s Training Portal This Step-by-step Includes All Steps for the Registration Portal CREATE AN ACCOUNT/LOG IN 1. Visit the website: https://www5.viu.edu/student 2. Click on CREATE ACCOUNT: 3. Complete the CREATE ACCOUNT form.

More information

Fujitsu Training Academy 2015/2016 Course Overview & Travel Guide TRC Sales Training Center Garden Grove, CA Contractor & Distributor Edition

Fujitsu Training Academy 2015/2016 Course Overview & Travel Guide TRC Sales Training Center Garden Grove, CA Contractor & Distributor Edition COURSE OVERVIEW Fujitsu Training Academy 2015/2016 Course Overview & Travel Guide TRC Garden Grove, CA Contractor & Distributor Edition Fujitsu Training Academy courses are designed to provide an in-depth

More information

Wastewater Treatment Level 1 Operator Training and Certification Exam

Wastewater Treatment Level 1 Operator Training and Certification Exam Wastewater Treatment Level 1 Operator Training and Certification Exam July 10 14, 2017 Hosted by: Shakopee Mdewakanton Sioux Community Mystic Lake Casino Hotel Includes: FREE Training for Tribal Wastewater

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

South Portland, Maine Computer Information Technology. Web Site: blackboard.smccme.edu. Course Syllabus

South Portland, Maine Computer Information Technology. Web Site: blackboard.smccme.edu. Course Syllabus South Portland, Maine 04106 Computer Information Technology Title: Routing & Switching Fundamentals Catalog Number: CMIT 225 D1 Credit Hours: 3 Total Contact Hours: 45 Lecture (or Lab): Lecture & Lab Instructor:

More information

Course Outline. MCSA Configuring Windows 10 Devices (Course & Lab) ( Add-On ) MCSA Configuring Windows 10 Devices (Course & Lab)

Course Outline. MCSA Configuring Windows 10 Devices (Course & Lab)  ( Add-On ) MCSA Configuring Windows 10 Devices (Course & Lab) Course Outline MCSA Configuring Windows 10 Devices (Course & Lab) 15 May 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

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

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

To Receive CPE Credit

To Receive CPE Credit Integration Options for Dynamics GP September 17, 2015 Charles Allen Senior Managing Consultant BKD Technologies callen@bkd.com To Receive CPE Credit Participate in entire webinar Answer attendance checks

More information

2554 : Administering Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

2554 : Administering Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 2554 : Administering Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

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

To Receive CPE Credit

To Receive CPE Credit Excel Refreshable Reports in Dynamics GP Charles Allen Senior Managing Consultant BKD Technologies callen@bkd.com June 22, 2017 To Receive CPE Credit Participate in entire webinar Answer attendance checks

More information

Getting There. Contact Us: (877) or Contact Information Getting There

Getting There. Contact Us: (877) or Contact Information Getting There Getting There Contact Information Getting There Contact Us: (877) 983-7787 or VersusUniversity@versustech.com Versus Bayside Classroom Location Versus Technology Bayside Education & Visitor Center 600

More information

Master of Accounting (CPA Program)* Master of Advanced Professional Accounting

Master of Accounting (CPA Program)* Master of Advanced Professional Accounting Session 1 2018 CPA Information Session Master of Accounting (CPA Program)* Master of Advanced Professional Accounting Information and Enrolment Session * Master of Accounting (CPA Extension) for students

More information

ADD Administrator Training Course Overview

ADD Administrator Training Course Overview ADD Administrator Course Overview Introduction Ipro recommends that all users receive formal training from either the Ipro Department or from an Ipro Certified Trainer. Formal training ensures that all

More information

NA120 Network Automation 10.x Essentials

NA120 Network Automation 10.x Essentials Course Data Sheet NA120 Network Automation 10.x Essentials Course No.: NA120-101 Category/Sub Category: Operations Management/Network Management Center For software version(s): 9.0 10.1 Software version

More information

Advanced Tester Certification Test Manager

Advanced Tester Certification Test Manager Home > Advanced Tester Certification Test Manager Advanced Tester Certification Test Manager Accredited training for the ISTQB Advanced Tester Certification Test Manager (CTAL- TM) certification. This

More information

Implementing Desktop Application Environments

Implementing Desktop Application Environments Implementing Desktop Application Environments Course # Exam: Prerequisites Technology: Delivery Method: Length: 20416 70-416 20415 Windows Server Instructor-led (classroom) 5 Days Overview About this Course

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

Information Technology (IT) Skill Standards Checklist

Information Technology (IT) Skill Standards Checklist of Workforce Development Division of Employment and Training Information Technology (IT) Skill Standards Checklist Student Name YA Coordinator School District YA Consortium High School Graduation Date

More information

The Institute of Internal Auditors San Gabriel Valley Chapter

The Institute of Internal Auditors San Gabriel Valley Chapter The Institute of Internal Auditors San Gabriel Valley Chapter Presents INFORMATION TECHNOLOGY (IT) and PERFORMANCE AUDITING SEMINAR February 4 and 5, 2014 The San Gabriel Valley Chapter of the IIA is hosting

More information

NEBB FUME HOOD PERFORMANCE TESTING SEMINAR JUNE 5 & 6, 2017

NEBB FUME HOOD PERFORMANCE TESTING SEMINAR JUNE 5 & 6, 2017 NEBB FUME HOOD PERFORMANCE TESTING SEMINAR JUNE 5 & 6, 2017 FHT SEMINAR DATES MONDAY & TUESDAY, JUNE 5 & 6, 2017 SEMINAR REGISTRATION DEADLINE MONDAY, MAY 22, 2017 FHT CP PAPER-BASED EXAM DAY WEDNESDAY,

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

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

Course 20341B: Core Solutions of Microsoft Exchange Server 2013

Course 20341B: Core Solutions of Microsoft Exchange Server 2013 Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course 20341B: Core Solutions of Microsoft Exchange Server 2013 Course Specifications

More information

Master of Accounting (CPA Extension) Master of Advanced Professional Accounting. Information and Enrolment Session

Master of Accounting (CPA Extension) Master of Advanced Professional Accounting. Information and Enrolment Session Session 1 2017 CPA Information Session Master of Accounting (CPA Extension) Master of Advanced Professional Accounting Information and Enrolment Session By Rajni Mala Important Websites and Contact Details

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

GOLD WING ROAD RIDERS ASSOCIATION

GOLD WING ROAD RIDERS ASSOCIATION GOLD WING ROAD RIDERS ASSOCIATION RIDER EDUCATION PROGRAM Instructor Certification and Maintenance 513-312-0224 cwgeggie@gmail.com Subject: GWRRA Rider Course Instructor Certification process Introduction

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

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led About this course This course is intended for students who have experience building ASP.NET and C# applications. Students will

More information

Department of Education issued. Michigan Institute of Educational Management. April 1, 2010

Department of Education issued. Michigan Institute of Educational Management. April 1, 2010 Michigan Department of Education Michigan Institute of Educational Management Securee Central Registry and State Board Continuing Education Unit Program April 1, 2010 [CTRL+Click on table of contents to

More information

Sage Learning Services

Sage Learning Services Sage Learning Services Committed to Providing High-Quality Training to Ensure Your Success Customer Training Catalog for Sage PFW SUMMER / FALL EDITION SAGE PFW TRAINING CLASSES SAGE PFW Sage Learning

More information

raining Meeting your training needs and CPE requirements opportunities January-March Group-Live Course Group Internet- Based Course

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

More information

Using Excel with Dynamics GP

Using Excel with Dynamics GP Using Excel with Dynamics GP March 22, 2018 TO RECEIVE CPE CREDIT Participate in entire webinar Answer attendance checks & polls when they are provided If you are viewing this webinar in a group, complete

More information

Oil & Gas Industry Quality Management System Auditor/ Lead Auditor Training

Oil & Gas Industry Quality Management System Auditor/ Lead Auditor Training An Intensive 2-Week Training Course Oil & Gas Industry Quality Management System Auditor/ Lead Auditor Training 27 Oct - 07 Nov 2019, Dubai 24-OCT-18 This course is Designed, Developed, and will be Delivered

More information

NEW Account - Paper Transcript Requests Instructions for requesting Official Transcripts from Bethel University, Saint Paul, Minnesota.

NEW Account - Paper Transcript Requests Instructions for requesting Official Transcripts from Bethel University, Saint Paul, Minnesota. NEW Account - Paper Transcript Requests Instructions for requesting Official Transcripts from Bethel University, Saint Paul, Minnesota. Both electronic and paper versions of official transcripts are available

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

We are striving to make this our most successful conference and trade show to date and are looking forward to your attendance.

We are striving to make this our most successful conference and trade show to date and are looking forward to your attendance. Dear Vendor; Current Vendor Members of the Louisiana Self Storage Association are being offered the right of first refusal for a vendor table in the exhibit area and/or sponsorship at our association event.

More information

Water Distribution Level 1 January 8 12, 2018

Water Distribution Level 1 January 8 12, 2018 Water Distribution Level 1 Operator Training and Certi ication Exam January 8 12, 2018 Hosted by: Lac Courte Oreilles Public Works Lac Courte Oreilles Ojibwa Community College Hayward, Wisconsin Includes:

More information

I. CHW Profile.. Page 1 II. Employer Profile Page 12 III. Training Partner/Instructor Profile.. Page 27

I. CHW Profile.. Page 1 II. Employer Profile Page 12 III. Training Partner/Instructor Profile.. Page 27 Table of Contents I. CHW Profile.. Page 1 II. Employer Profile Page 12 III. Training Partner/Instructor Profile.. Page 27 I. CHW Profile MiCHWA s CHW Registry serves as a statewide database of all Community

More information

Advertising Regulation Conference

Advertising Regulation Conference Advertising Regulation Conference October 8 9, 2015 Washington, DC Conference Agenda Wi-Fi Code Conference App Information CE Credit Information AREF and E-Bill Information and more WELCOME TO THE FINRA

More information

AGENDA. Water Resources Data Management with HEC-DSSVue

AGENDA. Water Resources Data Management with HEC-DSSVue AGENDA Hydrologic Engineering Center Training course on Water Resources Data Management with HEC-DSSVue Course Control Number #152 Davis, California This class is designed to provide Corps water resource

More information

UT Arlington Authorized Safety and Health Trainer Program Requirements

UT Arlington Authorized Safety and Health Trainer Program Requirements UT Arlington Authorized Safety and Health Trainer Program Requirements Revised January 2018 The University of Texas at Arlington Box 19197, 140 W. Mitchell Street, Arlington, TX 76019 866-906-9190 outreach@uta.edu

More information

AIM ACADEMY ACCA F1 F3 Computer Based Exams Application Form- June 2018 Examinations

AIM ACADEMY ACCA F1 F3 Computer Based Exams Application Form- June 2018 Examinations AIM ACADEMY ACCA F1 F3 Computer Based Exams Application Form- June 2018 Examinations (Re-sit Sessions and Non-AIM students) Computer Based Exams bookings are accepted on a first-come first-served basis.

More information

Includes: FREE Training for Tribal Personnel Opportunity for FREE Professional Certification FREE Wastewater Collection Level 1 Certification Exams

Includes: FREE Training for Tribal Personnel Opportunity for FREE Professional Certification FREE Wastewater Collection Level 1 Certification Exams Wastewater Collection - Level 1 Tribal Operator Training and Certification Exam April 3-5, 2018 Hosted by: Quechan Indian Tribe, Publics Works Department Includes: FREE Training for Tribal Personnel Opportunity

More information