80055: C/SIDE Solution Development in Microsoft Dynamics NAV 2009 Accelerated Course Description
This five-day instructor-led course provides students with the knowledge and skills to develop Microsoft Dynamics NAV applications within the Classic Client and Role Tailored Client environments. This course is programming intensive. This is the second course on C/SIDE and knowledge from the Introduction in Microsoft Dynamics NAV 2009 course is vital to the understanding of the concepts and for participation in this course. In this course you will learn programming documentation, debugging tools, performance issues, complex data variables and their internal member functions, multi-language functionality, analysis of objects, posting routines, interfaces to Microsoft Dynamics NAV 2009, and some Microsoft SQL Server 2008 issues.
Intended Audience for the 80055: C/SIDE Solution Development in Microsoft Dynamics NAV 2009 Accelerated Course- This course is intended for Microsoft Certified Business Solutions Partner employees who sell and implement Microsoft Nav solutions. The curriculum is designed for participants who have completed the Introduction in Microsoft Dynamics NAV 2009 course.
Training Packages & Career Tracks that include the 80055: C/SIDE Solution Development in Microsoft Dynamics NAV 2009 Accelerated Course
80055: C/SIDE Solution Development in Microsoft Dynamics NAV 2009 Accelerated Course Objectives
- Creating solutions following the Microsoft Nav Implementation Methodology.
- Use debugging tools.
- Troubleshoot performance issues.
- Define complex data variables and their member functions.
- List multi language functionality.
- Perform analysis of objects.
- Post routines.
- Define the architecture of a basic Microsoft Nav document.
- Define Microsoft Nav dimensions.
- Deploy customized Microsoft Nav software solutions.
Required Prerequisites for the 80055: C/SIDE Solution Development in Microsoft Dynamics NAV 2009 Accelerated course
The 80055: C/SIDE Solution Development in Microsoft Dynamics NAV 2009 Accelerated Course prepare students for the following Exams- MB7-841 : NAV 2009 C/SIDE Solution Development
80055: C/SIDE Solution Development in Microsoft Dynamics NAV 2009 Accelerated Course Outline
- Module 1: Client Requirements
- The Diagnosis section of this chapter provides the "executive summary" of the business case, including the client's profile and a high-level description of their needs.
- Lessons
- Diagnosis - Executive Summary
- Analysis - Functional Requirements
- Data Model
- Project Plan
- After completing this module, students will be able to:
- Diagnose the executive summary.
- Analyze functional requirements.
- Create a data model based on the functional requirements.
- Develop a project plan.
- Module 2: Master Tables and Pages
- This module explains how the requirements for master tables and pages for the solution are discussed before moving on to the Design and Implementation phases.
- Lessons
- A Quick Refresher
- Customers and Participants
- Rooms
- Instructors
- Seminars
- Testing
- Lab: Create Seminar Room Tables and Pages
- Lab: Adding Code for Seminar Rooms
- Lab: Creating Instructor Tables and Pages
- Lab: Create Seminar Tables and Pages
- After completing this module, students will be able to:
- Use formalized analysis and design methodology.
- Understand master table and page standards.
- Work with table event triggers.
- Work with the complex data types and their member functions.
- Enable multi-language functionality.
- Define the strategy for implementing Customers and Participants.
- Create the tables to manage the seminar rooms.
- Create instructor data management.
- Create seminar data management.
- Test the master tables and pages by following a test script.
- Module 3: Registrations
- This module explains how to implement functionality to allow users to perform transactions with the master data.
- Lessons
- Prerequisite Information
- Types of Tables
- Additional Functions
- Registrations
- Testing Seminar Registrations
- Lab: Create Tables and Pages for Seminars
- Lab: Add Code to the Seminar Charge Table
- Lab: Adding Code to Seminar Registration Header
- Lab: Create Seminar Tables and Pages
- After completing this module, students will be able to:
- Import and export objects as text files.
- Support multilanguage functionality.
- Use main and subpages (document pages).
- Use virtual tables.
- Use temporary tables.
- Review the various types of tables.
- Review of C/AL functions.
- Create additional tables and user interfaces (pages) to maintain registrations.
- Test the results of the Labs.
- Module 4: Posting
- This module explains how to use the registration information to create ledger entries for seminars through a posting routine. This functionality is added to the Seminar module by the end of this chapter.
- Lessons
- Prerequisite Information
- Posting Seminar Registrations
- Lab: Creating the Tables and Pages for Seminar Registration Posting
- Lab: Creating the Codeunits and Page for Seminar Journal Posting
- Lab: Modifying the Table
- Lab: Creating Instructor Tables, Pages and Codeunits for Job Posting
- Lab: Role Tailored Client Menu Setup
- After completing this module, students will be able to:
- Create journal posting routines.
- Create document posting routines.
- Write internal documentation for modifications to existing objects.
- Debug code.
- Program for low-impact on the application.
- Develop pages and codeunits for posting.
- Add objects to the RoleTailored client menu.
- Test the design and development work.
- Module 5: Integration
- This module explains how to integrate these features with one another and with the standard application, making it user-friendly. This requires using MenuSuite objects and implementing Microsoft Dynamics NAV Navigate functionality.
- Lessons
- Prerequisite Information
- Seminar Feature Integration
- Navigate Integration
- Testing Managing Integration
- Lab: Integrating Seminar Features
- Lab: Modifying Objects to Integrate with Navigate
- After completing this module, students will be able to:
- Integrate previously created Seminar module features with one another by adding the Navigate feature to pages.
- Add to the Department Menu so that the Seminar module functionality is accessible in a standard way.
- Integrate the Navigate feature into the Seminar module.
- Test integration of the Navigate feature.
- Module 6: Reporting
- This module explains how to create reports for the Seminar module.
- Lessons
- Prerequisite Information
- Participant List Reporting
- Certificate Information
- Invoice Posting
- Lab: Create the Participant List
- Lab: Creating the Certificate Confirmation Report
- Lab: Creating the Invoice Posting Report
- After completing this module, students will be able to:
- Use report event triggers.
- Use special report functions.
- Create reports for both the Classic and RoleTailored clients.
- Create a seminar participant list.
- Create a confirmation certificate for a seminar participant.
- Create a ProcessingOnly report that posts invoices.
- Module 7: Statistics
- This module explains how statistics are added to the Seminar Management module using FlowFilters and FlowFields.
- Lessons
- Prerequisite Information
- Seminar Statistics
- Testing
- Lab: Creating FlowFields for Sums
- Lab: Creating the Seminar Statistics Page
- After completing this module, students will be able to:
- Create a page that calculates price sums efficiently.
- Make the page available from the Seminar pages.
- Use FlowFilters to easily calculate statistics for different time periods.
- Module 8: Dimensions
- This module explains how Dimensions are used to control how analysis occurs.
- Lessons
- Prerequisites
- Code Walkthrough - Dimension Management Codeunit
- Dimension Master Tables, Pages, and Codeunits
- Dimensions in Documents
- Dimensions in Posting
- Lab: Using The Debugger Interface to View The Dimension Process
- After completing this module, students will be able to:
- Describe Global, Shortcut and Budget dimension types and their functions.
- List the basic rules of Dimension Setup.
- List the functions that help populate the dimension tables.
- Enable multi-language functionality.
- Describe the flow of dimension values for posted documents.
- Describe how shortcut dimension fields are used.
- Module 9: Interfaces
- This module explains how the some of the methods that are used to interface Microsoft Dynamics NAV to external software or hardware.
- Lessons
- Prerequisite Information
- File-Handling
- Email Confirmation
- Using an XMLport
- Lab: Creating Email Confirmations
- Lab: Creating the XML Seminar Registration Participant List
- After completing this module, students will be able to:
- Use automation servers to perform tasks with other applications.
- Install and use custom controls in C/AL.
- Use file handling functions to import or export data.
- Design and implement an e-mail capability.
- Use the XMLport to generate exported data in XML format.
- Module 10: Web Services
- This module explains how the interoperation between different software applications, running on a variety of platforms and/or frameworks occurs.
- Lessons
- Web Services Overview
- Web Service Opportunities
- Creating, Exposing and Consuming Web Services
- Lab: Creating a Web Service
- Lab: Create a Console Application to Consume the Codeunit Web Service
- Lab: Create a Console Application to Consume the Seminar Card Page Web Service
- Lab: Create an InfoPath Form to Consume a New Web Page Service for Seminar Participants
- After completing this module, students will be able to:
- Know how Microsoft Dynamics NAV supports Web services.
- Evaluate the benefits of Web services over other integration options in Microsoft Dynamics NAV.
- Understand how to expose codeunit and page objects as Web services.
- Consume Web services using functions developed through Visual Studio and InfoPath.
- Module 11: Optimizing for SQL Server
- This module explains how the differences between the two servers options available with Microsoft Dynamics NAV 2009.
- Lessons
- Classic Database Server for Microsoft Dynamics NAV
- SQL Server for Microsoft Dynamics NAV
- Representation of Microsoft Dynamics NAV Tables and Indexes in SQL Server
- Collation Options
- SQL Server Data Replication
- Backup Options
- SQL Server Query Optimizer
- Optimizing a Microsoft Dynamics NAV Application
- Overview of NDBCS
- Optimization of Cursors
- Locking, Blocking, and Deadlocks
- How SIFT Data is Stored in SQL Server
- After completing this module, students will be able to:
- Distinguish between the two database options available in Microsoft Dynamics NAV 2009.
- Comprehend the advantages of both the Classic Database Server and the SQL Server for Microsoft Dynamics NAV 2009. Work with table event triggers.
- Work with and store tables and indexes.
- Use collation options and descriptions.
- Understand the SQL Server Data Replication process of distributing data.
- Know backup options available and best practices for backup.
- Introduction to SQL Server Query Optimizer.
- Understand how the Microsoft Dynamics NDBCS driver allows the Microsoft Dynamics NAV clients to communicate with SQL Server.
- Understand the value of optimizing cursors to maximize performance.
- Understand the performance impact of locking, blocking and deadlocks.
- Understand how SIFT data is stored in SQL Server.
- Module 12: Deployment
- This module explains how deployment marks the end of the implementation phase. During deployment, the final preparations are made and the Seminar module is installed at the client site.
- Lessons
- Deployment Tasks
- Ongoing Support Phase
- Upgrades and Updates
- After completing this module, students will be able to:
- Apply the essential elements of a successful deployment phase.
- Know of and understand the types of data generally imported into Microsoft Dynamics NAV.
- Know of and understand the partner's role for ongoing support both during and after the initial deployment phase.
- Evaluate the difference between updates and upgrades.
- Understand processes for upgrading executables and objects.
- Follow the basic steps involved in a typical Microsoft Dynamics NAV upgrade project.
- Know the tools available to assist with upgrades.
Benefits of taking the 80055: C/SIDE Solution Development in Microsoft Dynamics NAV 2009 Accelerated course at NetCom
-
Why choose Microsoft Dynamics Training at NetCom Learning?
As a recognition for training excellence, NetCom Learning was chosen by Microsoft as the 2007 Worldwide Learning Solutions Partner of the year out of 1400 training companies. In addition, we have won numerous other training awards for quality and customer satisfaction by CompTIA, EC-Council and other vendors. We are simply passionate about learning and achieving the highest customer satisfaction in your learning experience!
See the training value proposition below:
NetCom Information Technology is a Microsoft Gold Certified Partner for Learning Solutions (CPLS). CPLS is the premier training channel and delivery mechanism for Microsoft Dynamics training content. On July 11, NetCom was honored by Microsoft as its Learning Solutions Partner of the Year. Selected as the Number One CPLS, from over 1400 worldwide CPLS's, Microsoft recognized our commitment and ability to deliver high-quality learning services using a consultative engagement model. We could not have achieved this coveted status without the help and support of our customers and well wishers - thank you!!
Microsoft Certified Partner for Learning Solutions Value Proposition:
| Microsoft Certified Partner for Learning Solutions | Non-authorized Training Center |
| Only MCT (Microsoft Certified Trainers) are authorized to teach the class | Non MCT can teach the course |
| Taught using Microsoft Authorized Courseware (MOC), includes free evaluation software and online training | Do not have access to official courseware |
| Partners adhere to stringent Microsoft designated lab requirements | Computer and lab equipment may not be up to requirements of course |
| Successful candidates are awarded Certificate of Completion directly from Microsoft for most of the courses | Not authorized to issue Certificate of Completion |
| Overall, a better quality training experience | Substandard training experience |
|
|
-
NetCom provides Authorized Training
NetCom Learning is a Microsoft Gold Certified Partner for Learning Solutions (CPLS), Cisco Learning Partner, CompTIA Platinum Partner, EC-Council Accredited Training Center, Adobe Authorized Training Center, Autodesk Authorized Training Center and many others. We are proud to offer the highest quality, authorized training solutions from our many partners for our customers.
See our comprehensive list of partner authorizations.
-
Award winning, world-class Instructors
- Bachelor's Degree in Accounting and a Masters of Business Administration from Rutgers University. - Over 9 years of experience as a Master Certified Trainer. Expert in MS Dynamics GP Financials, Installation, HR/Payroll, Project Accounting, Inventory and Integration Manager. - Project Manager to various MS Dynamics Great Plains implementations.
Bio:
Ginger holds a Bachelor's Degree in Accounting and a Masters of Business Administration from Rutgers University. Her career started as an Auditor for Deloitte & Touché and over the years she developed her passion for Microsoft Dynamics, implementing Dynamics GP and Project Cost in the Professional Services, Commercial Real Estate and Medical Facilities vertical markets.
Ginger's experience with Microsoft Dynamics is unparalleled. As a Certified Master Dynamics trainer, she stays abreast of the latest Dynamics modules and shares experience with a very hands-on training technique at NetCom Learning.
|
- Designs and architects Microsoft IT solutions since the early 1990s. - Hands-on experience in multiple Microsoft Dynamics products including CRM, GP, SL, AX and NAV since 2004. - Taught over 250 courses at NetCom Learning.
Bio:
Ignacio is a Senior Solutions Architect, Civil Engineer and Certified Expert Trainer. He has been designing and architecting Microsoft IT solutions since the early 1990s, and has extensive experience developing scalable and high performance integration solutions. In 2004, Ignacio expanded into business management and accounting software as well, where he gained hands-on experience in many Microsoft Dynamics products including CRM, GP, SL, AX and NAV.
Ignacio holds a library of industry-wide certifications from Microsoft and other leading IT vendors. He has taught over 250 courses at NetCom Learning and is revered by students for his wide-ranging IT expertise.
|
- Over 25 years of experience working as Senior Financial Analyst and Senior Auditor. - Professor of Graduate Management and Business School at the University of Phoenix since 2007. - Microsoft Certifications in Financials, Trade & Logistics, Production and Human Resources Management as well as Microsoft Certified Trainer (MCT) since 2009.
Bio:
Lynn is a very accomplished Senior Financial Analyst and Senior Auditor with over 25 years of experience. She has been a Microsoft Certified Trainer since 2009 and a Professor of Graduate Management and Business School at University of Phoenix since 2007. In addition to several other Microsoft certifications, she is also a specialist in Microsoft Dynamics AX.
Lynn has taught several Microsoft Dynamics AX courses at NetCom Learning and is described by her students as very knowledgeable, qualified, and patient with her approach. Her classes are very dynamic and energetic, just as the course per se.
|
Ramesh holds a Masters Degree in Computer Science with specialization in Information Security and is pursuing his Doctoral degree in IT from the University of South Australia (UniSA). He is a one of a kind trainer - he has been working in the IT field since 1995 and is an expert in C#, VB.NET, ASP.NET, Java/J2EE, PL/SQL, VB, ASP, and XML technologies. Ramesh also has extensive experience developing and implementing BizTalk and SharePoint in large corporations, as well as more than 10 years experience working with Oracle and SQL server/Sybase databases.
With more than 19 certifications, Ramesh is an IT guru and trainer with worldwide experience, which includes presentations and trainings across US, Asia, and Middle East. He is a full time instructor at NetCom Learning and we couldn't be happier in having him as one of our Subject Matter Experts.
|
-
Actual Client Testimonials
|
May 21 2012 |
The lecturer is quite personable and is quite helpful with making sure we understand the material we have covered. He is also quite knowledge in the subject area.
This training has cleaned up a lot of areas that I have been having issues with in my work environment and I will surely be able to put a lot of it in to practice.
-Candice C.
|
| Course(s) Taken |
|
|
|
|
May 21 2012 |
Good course. Good service. Good instructor.
-Raman T.
|
| Course(s) Taken |
|
|
|
|
May 21 2012 |
The instructor did an incredible job of presenting.
-Kelly D.
|
| Course(s) Taken |
|
|
|
|
May 21 2012 |
The class provided the background I will need to build upon upcoming responsibilities. Satisfactory on all counts.
-John B.
|
| Course(s) Taken |
|
|
|
|
May 21 2012 |
Stan is an excellent instructor. He made the course very informative and kept it interesting.
Sebastian S.
|
| Course(s) Taken |
|
|
|
|
May 21 2012 |
Classes were awesome! Our teacher, Mr. Smith, was entertaining and kept us motivated.
-Lily L.
|
| Course(s) Taken |
|
|
|
|
May 07 2012 |
It was a good experience. It will help me in my new position loading the CRM practices.
-Adolfo R.
|
| Course(s) Taken |
|
|
|
|
Mar 12 2012 |
Ramesh our instructor was amazing. He has been the second amazing instructor through you guys!!! Nice, Knowledgeable and fun.
-Kyle P.
|
| Course(s) Taken |
|
|
|
-
Awards won by NetCom
NetCom Learning is an award winning, customer focused company. We are simply Passionate About Learning!
See our list of awards.
-
Specialized Boot Camp Training

This training is also available as a boot camp. NetCom is world famous for delivering specialized boot camp training to our clients. For answers to questions regarding our boot camp training delivery format, please refer to our Boot Camp FAQ section.
Enrollment Options for the 80055: C/SIDE Solution Development in Microsoft Dynamics NAV 2009 Accelerated course
Training Delivery Methods
Take this training with one of the following training delivery methods
-
Classroom Training

NetCom’s classroom training ensures that you have state-of-the-art tools, techniques and practices you need to succeed on the job. Our instructors are active practitioners and true masters in their fields. With convenient classes at multiple learning centers across the US, you never have to go far to get ahead.
-
Live Online Training (LOT)

NetCom’s premium Live Online Training (we call it LOT) is the ultimate in convenience and cost-effectiveness. LOT combines interactive video instruction via the latest web conference technology, and post-class access to learning labs for a best-in-class learning experience. Learn more about LOT
-
Boot Camp Training

NetCom’s intensive boot camps are designed to advance your skills in the shortest possible amount of time and get you certified. Boot camps go at a faster pace and often run for longer days, so you must have some level of subject matter experience before enrolling. Boot camps have mandatory assessment tests to ensure no one will slow down the class for other students. Learn more about Boot Camps
-
Private Onsite Training

With NetCom’s private training programs, you decide where and when courses are held. Tailor the training to reflect your industry, corporate culture, goals and schedule. You pick the course content, length of training and instructional technique. Save money by doing bulk customized training. Learn more about Private Onsite Training
-
Private 1-on-1 Training

NetCom’s private 1-on-1 training focuses on the highest quality training possible. You get individualized, full attention from the instructor and you decide where and when courses are held. The training is custom tailored to reflect your industry, corporate culture, goals and schedule. You pick the course content, length of training and instructional technique. Learn more about Private 1-on-1 Training
Contact us
|
|