Microsoft Dynamics CRM2015 Fast Track for developers

Size: px
Start display at page:

Download "Microsoft Dynamics CRM2015 Fast Track for developers"

Transcription

1 Microsoft Dynamics CRM2015 Fast Track for developers Eğitim Tipi ve Süresi: 5 Days ILT 5 Days VILT This course offers detailed and interactive information on how to develop extensions for Microsoft Dynamics CRM 2015, with focus on extension methods documented in the Microsoft Dynamics CRM SDK. It provides instruction on the use of a number of Common Platform Operations, on how to query and execute these operations, as well as on developing a concise understanding of business process including WorkFlows, Actions, CustomWorkFlow Activities, and Business Process Flows. The course also describes how to use and debug Plug-ins, integration of CRM with Azure ServiceBus, application event programming, client extensions and web resources. Target Audience This course is a CRM development course intended primarily for partners and customers who have a technical background and familiarity with Microsoft Dynamics CRM. The audience must also be experienced in basic form customizations and workflows. Prerequisites Experience in basic form customizations and workflows Comfortable with the following technologies:.net-connected applications to Visual Studio, JScript, HTML Basic understanding of XML, Transact_SQL, Microsoft Dynamics CRM customizations and web services, Silverlight, Windows Workflow Foundation, AJAX and Windows AZURE Platform Delegates will learn how to At the end of this course you will be able to: Describe how Microsoft Dynamics CRM is extended and the core extensibility features. Use common methods to access system and custom entities, including business logic, xrm Framework and exceptions. Execute queries in the Microsoft Dynamics CRM database, including QueryAttribute, QueryByExpression, LINQ, FetchXM, filtered views and OData. Explain how the Organization Service web service interacts with Microsoft Dynamics CRM metadata. Develop custom workflow activities for use within Microsoft Dynamics CRM that run code when configured workflow or dialog rules are created. Debug custom workflow activity code and use declarative workflows for On-premise deployments. Use Plug-ins to extend the functionality of events for any entity in Microsoft Dynamics CRM. Understand the integration between Windows Azure with Microsoft Dynamics CRM. Use the built-in features of the Microsoft Dynamics CRM application and understand how the Dynamics CRM application behaves when forms are loaded or saved, field data changed, tabs change state, and when IFRAMES are uploaded.

2 Use the new Xrm.Utitlity library to open forms and dialogs, and the Xrm.Page.UI library to use notificatioins Add custom buttons, menu items and modifications to the navigation areas, including interaction with the Site Map and the Command Bars. Add custom web content (for example HTML, Images, JavaScript) to CRM forms. Call the OrganizationService and the odata Service from clientside scripts Use web resources to enable the storage of shared blocks of code or resources for reuse across the Microsoft Dynamics CRM web application. Outline Module 1 - An Extensible Framework Demonstrate the range of options to customise and extend the CRM platform Introduce the use of Jscript and HTML web resources to enhance CRM Forms Introduce sitemap and command bar to enhance navigation Describe Processes (Workflows, Dialogs, Actions, Business Process Flows) Introduce Custom Workflow Activities Describe Plugins and their pros and cons over processes Introduce the ability to access the data platform via WCF Web Service calls Learn the major areas of extensibility for CRM Module 2 - Accessing CRM Data - part 1 Demonstrate the range of options to perform CRUD operations with CRM, and recognise best practice CRM WCF Web Services Accessing Organizations with the Discovery Service Organization Service CRUD operations with the Organization Service CrmSvcUtil.exe to create early bound classes and enumerations Compare the use of Early and late-bound classes CRM data types Compare CRUD operation techniques (QueryExpression, QueryByAttribute, LINQ, FetchXML, FilteredViews, OData) Interrogate the Discovery Service to find Organization Service Endpoints Perform CRUD operations with an instance of SDK OrganizationService proxy Use the CrmSvcUtil.exe to generate early bound entity classes Learn best practice in which data access technique to use Module 3 - Accessing CRM Data - part 2 Describe the OrganizationService Execute method and the use of OrganizationRequest and OrganizationResponse messages

3 Demonstrate the capability to create entities and attributes in CRM through use of Metadata Execute method of the Organization Service Common Request and Response classes MetadataRequest to return optionset values Using Metadata Requests to Create Entities and Attributes Know when to use the Execute method over the Create, Retrieve, Delete, Update methods of the OrganizationService Read OptionSet values Create a CRM entity and assign attributes in code Module 4 - Processes Demonstrate the range of options to define and automate Business Processes, and place Business Logic in appropriate layer for maintenance and reuse Identify the types of Processes (WorkFlow, Action, Dialog, Business Process Flow) Compare the scope, flexibility and maintenance of the different types Understand core Process designer features. Examine the steps involved in developing and deploying custom workflow activities. Create custom workflow activities. Debug custom workflow activities. Understand declarative workflows and their limitations. Create an Action and invoke it through code Create a Business Process Flow and modify the process in code Create Custom Workflow Activities, invoke them through a declarative workflow and debug them Create Actions, expose them as OrganizationRequest derived types via the CrmSvcutil.exe and invoke through code Create a Business Process Flow, invoke it through the User Interface and then set the process to different stage through code Module 5 - Plugins Demonstrate the creation of Plugins and recognise best practice in their use and debugging Identify how plug-ins can be used to extend Microsoft Dynamics CRM. Review the CRM Request Pipeline and the different event stages. Develop plug-ins. Use impersonation in plug-ins. Register and deploy plug-ins. Debug plug-ins. Create plugins with Developer Toolkit template, investigate preimage and secure settings Create a.net assembly deriving from SDK.Plugin Register a signed Plugin to CRM with the Plugin Registration Tool

4 Debug plugins online with the Plugin Profiler Create plugins with a preimage alias and Secure settings Module 6 - Integrate CRM with Azure Services Demonstrate synchronising data from CRM to External Applications via the use of Azure ServiceBus and queues Defining an Azure NameSpace to create a ServiceBus and Queue Defining a service endpoint from CRM to propagate changes from specified entities to the Azure ServiceBus Define a listener to receive messages from the Azure ServiceBus. Register an Azure Namespace with powershell Define an ACS secured queue Create a service endpoint with the Plugin Registration tool to point changes of an entity to be received at the queue Create.Net client application to read the queue Module 7 - Web resources and Client side Development - part 1 Demonstrate the purpose of Jscript web resources in extending and customising the CRM Forms. Interact with Form events to perform validation, formatting, messaging and modifying the display. Determine when to use Jscript over Business Rules Describe different Web Resource types Examine the Form and Control events Invoking Jscript libraries from Form events Best practices for writing Jscript libraries Using the Xrm.Page API Debug client side scripts Best practices for writing Jscript functions ( namespace structures to avoid ambiguity, xml documentation for intellisense, mocking the Xrm.Page API) Use the Xrm.Page API to access entity attribute values, and form elements Perform validation, formatting, show and hide controls, and perform notifications with Jscript Debug Jscript in IE and Chrome Module 8 - Web resources and Client side Development - part 2 Demonstrate the ability via Jscript to perform complex CRUD operations with OData and Execute system operations with SOAP and the XMLHttpRequest. Describe best practice for naming Web Resources and referencing from within CRM. Naming and referencing web resources Introduce the XMLHttpRequest to access server side resources Define REST operations and call OData service from JScript Examine and understand the use of ATOM and JSON. Understand and demonstrate how JQuery can be utilized to simplify Jscript operations

5 Understand how SOAP operations can be sent via XMLHttpRequest to call the OrganizationService Execute method Create a logical naming convention for web resources Create JScripts to access CRM data through the OData Service Create JScripts to access CRM data through the OrganizationService Module 9 - Controlling Navigation Demonstrate the ability to modify the CRM UI by changing the sitemap, and effect the user's interaction within forms and access to external resources by modifying the command bar. Edit the sitemap manually - through exporting a solution Edit the sitemap with a specialised tool Edit the command bar with a ribbon editor Display and Enable Rules for Commands Passing Parameters to CRM Forms and Web Resources Edit the sitemap to show or hide areas and links Create new buttons on Form command bars Create command Actions to navigate or run Jscript resources Pass parameters to Web Resources and Forms to populate fields or supply business data Bilginç IT Academy Telefon: Fax: E-posta: info@bilginc.com Adres: Huzur Mahallesi Fatih Caddesi No:67 Kat:4 4.Levent/İstanbul

Extending Microsoft Dynamics CRM 2011

Extending Microsoft Dynamics CRM 2011 Extending Microsoft Dynamics CRM 2011 Course 80295; 3 Days, Instructor-led Course Description: This course offers detailed and interactive information on how to develop extensions for Microsoft Dynamics

More information

Microsoft 80295 - Extending Microsoft Dynamics CRM 2011

Microsoft 80295 - Extending Microsoft Dynamics CRM 2011 1800 ULEARN (853 276) www.ddls.com.au Microsoft 80295 - Extending Microsoft Dynamics CRM 2011 Length 3 days Price $2629.00 (inc GST) Overview This course offers detailed and interactive information on

More information

Extending Microsoft Dynamics CRM 4.0

Extending Microsoft Dynamics CRM 4.0 Extending Microsoft Dynamics CRM 4.0 8969: Extending Microsoft Dynamics CRM 4.0 (3 Days) About this Course This three-day instructor-led course provides students with the knowledge and skills to develop

More information

This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0.

This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0. Table of Contents Introduction Audience Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction This three-day instructor-led course provides students with the

More information

Pass4Sure.MB2-701_90Q&A. MB2-701 Extending Microsoft Dynamics CRM 2013

Pass4Sure.MB2-701_90Q&A. MB2-701 Extending Microsoft Dynamics CRM 2013 Pass4Sure.MB2-701_90Q&A Number: MB2-701 Passing Score: 800 Time Limit: 120 min File Version: 16.02 http://www.gratisexam.com/ MB2-701 Extending Microsoft Dynamics CRM 2013 I have corrected few questions

More information

Course MS55077A Project Server 2013 Development. Length: 5 Days

Course MS55077A Project Server 2013 Development. Length: 5 Days 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course MS55077A Project Server 2013 Development Length: 5

More information

CRM University. Course Catalog. BC010 Boot Camp With a focus on the business use of Microsoft Dynamics CRM, the boot

CRM University. Course Catalog. BC010 Boot Camp With a focus on the business use of Microsoft Dynamics CRM, the boot Course Description Duration BC010 Boot Camp With a focus on the business use of Microsoft Dynamics CRM, the boot camp covers the entire application in detail. Using hands-on labs in a a training environment

More information

Developing Microsoft SharePoint Server 2013 Core Solutions

Developing Microsoft SharePoint Server 2013 Core Solutions Course 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Details Course Outline Module 1: SharePoint as a Developer Platform This module examines different approaches that can be

More information

Table of Contents. Introduction. Audience. At Course Completion. Prerequisites

Table of Contents. Introduction. Audience. At Course Completion. Prerequisites Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction This three-day instructor-led course provides

More information

Course 10978A Introduction to Azure for Developers

Course 10978A Introduction to Azure for Developers Course 10978A Introduction to Azure for Developers Duration: 40 hrs. Overview: About this Course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality

More information

Active Directory Services with Windows Server

Active Directory Services with Windows Server Active Directory Services with Windows Server Eğitim Tipi ve Süresi: 5 Days ILT 5 Days VILT Get Hands on instruction and practice administering Active Directory technologies in Windows Server 2012 and

More information

Premier Support for Lync Partners Tier 1

Premier Support for Lync Partners Tier 1 Premier Support for Lync Partners Tier 1 Eğitim Tipi ve Süresi: 5 Days ILT This five-day instructor-led course provides delegates with the knowledge and skills to setup and troubleshoot Lync Server and

More information

UCCXA - Cisco Unified Contact Center Express Advanced v4

UCCXA - Cisco Unified Contact Center Express Advanced v4 UCCXA - Cisco Unified Contact Center Express Advanced v4 Eğitim Tipi ve Süresi: 5 Days VILT UCCXA - Cisco Unified Contact Center Express Advanced v4 Cisco Course v4.0 Cisco Contact Center Express Software

More information

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Course Description This course is intended for students who have experience building vertically scaled applications. Students should

More information

10978A: Introduction to Azure for Developers

10978A: Introduction to Azure for Developers 10978A: Introduction to Azure for Developers Course Details Course Code: Duration: Notes: 10978A 5 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information

Premier Support for Lync Partners Tier 2

Premier Support for Lync Partners Tier 2 Premier Support for Lync Partners Tier 2 Eğitim Tipi ve Süresi: 10 Days ILT This 10-day instructor-led course provides delegates with the knowledge and skills to setup and troubleshoot Lync Server and

More information

Platform. Building Business Applications with Microsoft Dynamics CRM 2011. Microsoft Dynamics CRM 2011

Platform. Building Business Applications with Microsoft Dynamics CRM 2011. Microsoft Dynamics CRM 2011 Platform Microsoft Dynamics CRM 2011 Building Business Applications with Microsoft Dynamics CRM 2011 A guide to Independent Software Vendors and Developers November 2010 Contents Introduction... 3 Building

More information

MS 10978A Introduction to Azure for Developers

MS 10978A Introduction to Azure for Developers MS 10978A Introduction to Azure for Developers Description: Days: 5 Prerequisites: This course offers students the opportunity to learn about Microsoft Azure development by taking an existing ASP.NET MVC

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Course 20532A: Developing Microsoft Azure Solutions Page 1 of 7 Developing Microsoft Azure Solutions Course 20532A: 4 days; Instructor-Led Introduction This course is intended for students who have experience

More information

GSA2013: The Great SharePoint Adventure 2013

GSA2013: The Great SharePoint Adventure 2013 SHAREPOINT 2013 FOR.NET DEVELOPERS 5 DAYS GSA2013: The Great SharePoint Adventure 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led training with hands-on labs This 5-day course explores

More information

Developing Microsoft Azure Solutions 20532A; 5 days

Developing Microsoft Azure Solutions 20532A; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Developing Microsoft Azure Solutions 20532A; 5 days Course Description This

More information

Microsoft 10978 - Introduction to Azure for Developers

Microsoft 10978 - Introduction to Azure for Developers 1800 ULEARN (853 276) www.ddls.com.au Microsoft 10978 - Introduction to Azure for Developers Length 5 days Price $4389.00 (inc GST) Version A Overview This course offers students the opportunity to take

More information

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led

Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Developing ASP.NET MVC 4 Web Applications Course 20486A; 5 Days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. 20486B: Developing ASP.NET MVC 4 Web Applications Course Overview This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications. Course Introduction Course Introduction

More information

Extending Microsoft Dynamics CRM 2013 Online Training

Extending Microsoft Dynamics CRM 2013 Online Training Extending Micrsft Dynamics CRM 2013 Online Training Curse Outline Plan the deplyment f Micrsft Dynamics CRM Describe the Micrsft Dynamics CRM applicatin framewrk Describe the Micrsft Dynamics CRM extensibility

More information

Introduction to Azure for Developers

Introduction to Azure for Developers CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10978: Introduction to Azure for Developers Length: 5 Days Audience: Developers Level: 300 Technology:

More information

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc.

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc. SharePoint Specialists and Trainers SharePoint Specialists and Trainers SPT2O1O - Course Description Developing Solutions with SharePoint Server 2010 Tél 1 - DEVELOPING SOLUTIONS SHAREPOINT SERVER 2010

More information

Customization and Configuration in Microsoft Dynamics CRM 4.0

Customization and Configuration in Microsoft Dynamics CRM 4.0 Course Code: M8912 Vendor: Microsoft Course Overview Duration: 3 RRP: 1,477 Customization and Configuration in Microsoft Dynamics CRM 4.0 Overview This three-day instructor-led course provides delegates

More information

SPT2013: Developing Solutions with. SharePoint 2013. 4 DAYS AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES

SPT2013: Developing Solutions with. SharePoint 2013. 4 DAYS AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES SHAREPOINT 2013 FOR.NET DEVELOPERS 4 DAYS SPT2013: Developing Solutions with SharePoint 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led training with hands-on labs This 5-day course

More information

Microsoft SharePoint 2010, Application Development Course Outline

Microsoft SharePoint 2010, Application Development Course Outline Course 10175A: Microsoft SharePoint 2010, Application Development Course Outline Module 1: Introduction to the SharePoint 2010 Development Platform This module describes the SharePoint 2010 development

More information

Configuring, Managing, and Maintaining Server 2008 R2

Configuring, Managing, and Maintaining Server 2008 R2 Configuring, Managing, and Maintaining Server 2008 R2 Eğitim Tipi ve Süresi: 5 Days VILT 5 Day VILT Configuring, Managing, and Maintaining Server 2008 R2 (M6419) Perform exclusive, hands-on lab exercises

More information

GOA365: The Great Office 365 Adventure

GOA365: The Great Office 365 Adventure BEST PRACTICES IN OFFICE 365 DEVELOPMENT 5 DAYS GOA365: The Great Office 365 Adventure AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES Professional Developers Instructor-led training with hands-on

More information

Upgrading Your Development Skills to SharePoint 2013 Course 55014A; 5 Days, Instructor-led

Upgrading Your Development Skills to SharePoint 2013 Course 55014A; 5 Days, Instructor-led Upgrading Your Development Skills to SharePoint 2013 Course 55014A; 5 Days, Instructor-led Course Description This 5-day course will teach you all the new development changes that were made to SharePoint

More information

DUCC-CVP v8.0 - Deploying Unified Contact Center Enterprise v8.0 with CVP

DUCC-CVP v8.0 - Deploying Unified Contact Center Enterprise v8.0 with CVP DUCC-CVP v8.0 - Deploying Unified Contact Center Enterprise v8.0 with CVP Eğitim Tipi ve Süresi: 5 Days VILT DUCC-CVP v8.0 - Deploying Unified Contact Center Enterprise v8.0 with CVP In this course, you

More information

Managing Unified Communications with Microsoft Office

Managing Unified Communications with Microsoft Office Managing Unified Communications with Microsoft Office Eğitim Tipi ve Süresi: 5 Days ILT Overview This in-depth five day instructor led technical workshop provides delegates with the knowledge and skills

More information

ArcGIS Viewer for Silverlight An Introduction

ArcGIS Viewer for Silverlight An Introduction Esri International User Conference San Diego, California Technical Workshops July 26, 2012 ArcGIS Viewer for Silverlight An Introduction Rich Zwaap Agenda Background Product overview Getting started and

More information

Course 10175A - Microsoft SharePoint 2010, Application Development

Course 10175A - Microsoft SharePoint 2010, Application Development Course 10175A - Microsoft SharePoint 2010, Application Development ABOUT THIS COURSE This course provides existing.net developers with practical information and labs that enables them to build solutions

More information

MS 20487A Developing Windows Azure and Web Services

MS 20487A Developing Windows Azure and Web Services MS 20487A Developing Windows Azure and Web Services Description: Days: 5 Prerequisites: In this course, students will learn how to design and develop services that access local and remote data from various

More information

MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions

MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions MOC 20488B: Developing Microsoft SharePoint Server 2013 Core Solutions Course Overview This course provides students with the knowledge and skills to work with the server-side and client-side object models,

More information

Microsoft Dynamics CRM Event Pipeline

Microsoft Dynamics CRM Event Pipeline Microsoft Dynamics CRM Event Pipeline White Paper Published on: January 2014 2012 Rödl Consulting AG. All rights reserved Pipeline MS CRM 2011/ 2013 Event Table of Contents Introduction... 3 Event Pipeline

More information

Course Syllabus Microsoft Dynamics CRM 4.0 Customization and Configuration (Elements of this syllabus are subject to change.)

Course Syllabus Microsoft Dynamics CRM 4.0 Customization and Configuration (Elements of this syllabus are subject to change.) Emporis Academy Private Limited Course Syllabus Microsoft Dynamics CRM 4.0 Customization and Configuration (Elements of this syllabus are subject to change.) Key Data: Course number: 8912A Instructor-Led

More information

The Great Office 365 Adventure

The Great Office 365 Adventure COURSE OVERVIEW The Great Office 365 Adventure Duration: 5 days It's no secret that Microsoft has been shifting its development strategy away from the SharePoint on-premises environment to focus on the

More information

8912A: Configuration & Customization in Microsoft Dynamics CRM 4.0

8912A: Configuration & Customization in Microsoft Dynamics CRM 4.0 8912A: Configuration & Customization in Microsoft Dynamics CRM 4.0 Course Number: 8912A Course Length: 3 Days Course Overview This three-day course provides students with the tools to configure and customize

More information

Authoring for System Center 2012 Operations Manager

Authoring for System Center 2012 Operations Manager Authoring for System Center 2012 Operations Manager Microsoft Corporation Published: November 1, 2013 Authors Byron Ricks Applies To System Center 2012 Operations Manager System Center 2012 Service Pack

More information

Course 20532B: Developing Microsoft Azure Solutions

Course 20532B: Developing Microsoft Azure Solutions Course 20532B: Developing Microsoft Solutions Five Days, Instructor-Led About this Course This course is intended for students who have experience building vertically scaled applications. Students should

More information

InRule. The Premier BRMS for the Microsoft Platform. Benefits THE POWER OF INRULE. Key Capabilities

InRule. The Premier BRMS for the Microsoft Platform. Benefits THE POWER OF INRULE. Key Capabilities InRule The Premier BRMS for the Microsoft Platform THE POWER OF INRULE InRule empowers technical and business users to change rules and calculations in applications with less effort, cost, and risk than

More information

SAV2013: The Great SharePoint 2013 App Venture

SAV2013: The Great SharePoint 2013 App Venture SHAREPOINT 2013 FOR DEVELOPERS 5 DAYS SAV2013: The Great SharePoint 2013 App Venture AUDIENCE FORMAT COURSE DESCRIPTION Professional Developers Instructor-led training with hands-on labs This 5-day course

More information

New Features of SharePoint 2013

New Features of SharePoint 2013 With the recent release of the 2013 Preview, Microsoft has yet again improved its offering in enterprise content management, collaboration, social computing, enterprise search and the business intelligence

More information

Microsoft Dynamics CRM 2013/2015 Event Pipeline

Microsoft Dynamics CRM 2013/2015 Event Pipeline Microsoft Dynamics CRM 2013/2015 Event Pipeline User manual Published on: March 2015 *The document is based on Microsoft Dynamics CRM 2013 Version 2014 Rödl Consulting AG. All rights reserved Table of

More information

CATALOG OF CLASSES IT and Technical Courses

CATALOG OF CLASSES IT and Technical Courses CATALOG OF CLASSES IT and Technical Courses Table of Contents CATALOG OF CLASSES... 1 Microsoft... 1 10135BC... 1 Configuring, Managing and Troubleshooting Microsoft Exchange Server 2010 Service Pack 2...

More information

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises)

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) COMPANY: Microsoft Corporation RELEASED: September 2013 VERSION: 1.0 Copyright This document is provided "as-is". Information

More information

Developing Windows Azure and Web Services

Developing Windows Azure and Web Services Course M20487 5 Day(s) 30:00 Hours Developing Windows Azure and Web Services Introduction In this course, students will learn how to design and develop services that access local and remote data from various

More information

Table of Contents. Introduction. Audience

Table of Contents. Introduction. Audience Table of Contents Introduction Audience At Course Completion Prerequisites Microsoft Certified Professional Exams Student Materials Course Outline Introduction This three-day instructor-led course provides

More information

55014-Upgrading Your Development Skills to SharePoint 2013

55014-Upgrading Your Development Skills to SharePoint 2013 Course Outline 55014-Upgrading Your Development Skills to SharePoint 2013 Duration: 5 days (30 hours) Target Audience: This course is intended for anyone interested in getting an introductory look at the

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Course M20486 5 Day(s) 30:00 Hours Developing ASP.NET MVC 4 Web Applications Introduction In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools

More information

Windows Azure Data Services (basics) 55093A; 3 Days

Windows Azure Data Services (basics) 55093A; 3 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Windows Azure Data Services (basics) 55093A; 3 Days Course Description This

More information

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW About this Course This course provides SharePoint developers the information needed to implement SharePoint solutions

More information

Programming Fundamentals of Web Applications Course 10958A; 5 Days

Programming Fundamentals of Web Applications Course 10958A; 5 Days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Programming Fundamentals of Web Applications Course 10958A; 5 Days Course

More information

Customization and Configuration in Microsoft Dynamics CRM 4.0

Customization and Configuration in Microsoft Dynamics CRM 4.0 8912A Customization and Configuration in Microsoft Dynamics CRM 4.0 Fabricante: Microsoft Grupo: Dynamics Subgrupo: Microsoft Dynamics CRM 4.0 Formación: Presencial Horas: 15 Introducción This three-day

More information

This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud.

This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud. Module 1: Overview of service and cloud technologies This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud. Key Components of

More information

Developing ASP.NET MVC 4 Web Applications MOC 20486

Developing ASP.NET MVC 4 Web Applications MOC 20486 Developing ASP.NET MVC 4 Web Applications MOC 20486 Course Outline Module 1: Exploring ASP.NET MVC 4 The goal of this module is to outline to the students the components of the Microsoft Web Technologies

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Page 1 of 9 Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: 4 days; Instructor-Led Introduction

More information

New Features in Neuron ESB 2.6

New Features in Neuron ESB 2.6 New Features in Neuron ESB 2.6 This release significantly extends the Neuron ESB platform by introducing new capabilities that will allow businesses to more easily scale, develop, connect and operationally

More information

Seattle Course Schedule July 2013 December 2013

Seattle Course Schedule July 2013 December 2013 Seattle Course Schedule July 2013 December 2013 CONTENTS TECHNICAL TRAINING DESKTOP APPLICATIONS TRAINING A+ and Networking... 3 Access... 11 Exchange Server 2010... 3 Excel... 11 Exchange Server 2007...

More information

Fast Track: Applications in Microsoft Dynamics CRM 2015 / CRM Online (Microsoft Training Course: F1082) - 2 days

Fast Track: Applications in Microsoft Dynamics CRM 2015 / CRM Online (Microsoft Training Course: F1082) - 2 days Fast Track: Applications in Microsoft Dynamics CRM 2015 / CRM Online (Microsoft Training Course: F1082) - 2 days TARGET AUDIENCE This course provides both an introduction to Microsoft Dynamics CRM 2015

More information

Glyma Deployment Instructions

Glyma Deployment Instructions Glyma Deployment Instructions Version 0.8 Copyright 2015 Christopher Tomich and Paul Culmsee and Peter Chow Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except

More information

CRM UNIVERSITY - 2016 COURSE CATALOG

CRM UNIVERSITY - 2016 COURSE CATALOG 2016 COURSE CATALOG CRM UNIVERSITY - 2016 COURSE CATALOG 2 4 9 17 Contents About CRM University Certificates CRM Administrator Certificate CRM Trainer Certificate CRM Developer Certificate Trainings Individual

More information

DotNet Web Developer Training Program

DotNet Web Developer Training Program DotNet Web Developer Training Program Introduction/Summary: This 5-day course focuses on understanding and developing various skills required by Microsoft technologies based.net Web Developer. Theoretical

More information

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio Academic Visual Studio Library Curso Nombre del curso Idioma 2263 Clinic 2263: Exam Preparation for

More information

Key Benefits of Microsoft Visual Studio 2008

Key Benefits of Microsoft Visual Studio 2008 Key Benefits of Microsoft Visual Studio 2008 White Paper December 2007 For the latest information, please see www.microsoft.com/vstudio The information contained in this document represents the current

More information

Developing Windows Azure and Web Services

Developing Windows Azure and Web Services CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20487: Developing Windows Azure and Web Services Length: 5 Days Audience: Developers Level: 300

More information

CLOUD COMPUTING & WINDOWS AZURE

CLOUD COMPUTING & WINDOWS AZURE CLOUD COMPUTING & WINDOWS AZURE WORKSHOP Overview This workshop is an introduction to cloud computing and specifically Microsoft s public cloud offering in Windows Azure. Windows Azure has been described

More information

ADS2013: App Development with SharePoint 2013

ADS2013: App Development with SharePoint 2013 SHAREPOINT 2013 FOR IT PROFESSIONALS 4 DAYS ADS2013: App Development with SharePoint 2013 AUDIENCE FORMAT COURSE DESCRIPTION.NET Developers Instructor-led webcast with hands-on labs This 4-day course explores

More information

CREATE EXACTLY THE MOBILE CRM YOU WANT

CREATE EXACTLY THE MOBILE CRM YOU WANT CREATE EXACTLY THE MOBILE CRM YOU WANT CWR Mobility gives you the mobile CRM you want. With our SDK, anything is possible. Advantages: Intuitive Tailor-made Can be set up per user Re-use your existing

More information

SharePoint 2010/2013 Course

SharePoint 2010/2013 Course *Must Have Knowledge SharePoint 2010/2013 Course SQL and DBMS Concepts ASP.net web application development using c# and Visual studio 2008 or above Client Server and three tier Architecture Basic knowledge

More information

How To Integrate SAP Business Data Into SharePoint 2010 Using Business Connectivity Services And LINQ to SAP

How To Integrate SAP Business Data Into SharePoint 2010 Using Business Connectivity Services And LINQ to SAP How To Integrate SAP Business Data Into SharePoint 2010 Using Business Connectivity Services And LINQ to SAP Jürgen Bäurle August 2010 Parago Media GmbH & Co. KG Introduction One of the core concepts of

More information

InnerWorkings Catalog

InnerWorkings Catalog InnerWorkings Catalog A complete guide to the InnerWorkings.NET training catalog, with prerequisites, learning goals & technical levels for each Drill. Contents InnerWorkings Catalog... 1 Introduction...

More information

HTML5. Turn this page to see Quick Guide of CTTC

HTML5. Turn this page to see Quick Guide of CTTC Programming SharePoint 2013 Development Courses ASP.NET SQL TECHNOLGY TRAINING GUIDE Visual Studio PHP Programming Android App Programming HTML5 Jquery Your Training Partner in Cutting Edge Technologies

More information

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Developing Microsoft SharePoint Server 2013 Advanced Solutions Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Course Details Course Outline Module 1: Creating Robust and Efficient Apps for SharePoint In this module, you will review key

More information

MS 8912A: Customization and Configuration in Microsoft Dynamics CRM 4.0

MS 8912A: Customization and Configuration in Microsoft Dynamics CRM 4.0 MS 8912A: Customization and Configuration in Microsoft Dynamics CRM 4.0 Description: This three-day instructor-led course provides students with the tools to configure and customize Microsoft Dynamics

More information

Visual Studio 2008: Windows Presentation Foundation

Visual Studio 2008: Windows Presentation Foundation Visual Studio 2008: Windows Presentation Foundation Course 6460A: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with the knowledge and skills to build and

More information

SharePoint 2013 DEV. David Čamdžić Kompas Xnet d.o.o.

SharePoint 2013 DEV. David Čamdžić Kompas Xnet d.o.o. SharePoint 2013 DEV David Čamdžić Kompas Xnet d.o.o. David Čamdžić Sharepoint Solutions developer since 2007 on and off Developing mostly intranet SharePoint solutions Currently working on about 10 Sharepoint

More information

CRM Sales PDF Productivity Pack Configuration and User Guide Microsoft Dynamics CRM 4.0

CRM Sales PDF Productivity Pack Configuration and User Guide Microsoft Dynamics CRM 4.0 CRM Sales PDF Productivity Pack Configuration and User Guide Microsoft Dynamics CRM 4.0 CRM Addins info@crmaddins.co.uk Table of Contents Introduction... 3 Document Overview.... 3 Version Compatibility....

More information

70-487: Developing Windows Azure and Web Services

70-487: Developing Windows Azure and Web Services 70-487: Developing Windows Azure and Web Services The following tables show where changes to exam 70-487 have been made to include updates that relate to Windows Azure and Visual Studio 2013 tasks. These

More information

Working with Microsoft Dynamics CRM 2011. Mike Snyder Jim Steger Kristie Reid

Working with Microsoft Dynamics CRM 2011. Mike Snyder Jim Steger Kristie Reid Working with Microsoft Dynamics CRM 2011 Mike Snyder Jim Steger Kristie Reid PUBLISHED BY Microsoft Press A Division of Microsoft Corporation One Microsoft Way Redmond, Washington 98052-6399 Copyright

More information

Adam Rauch Partner, LabKey Software adam@labkey.com. Extending LabKey Server Part 1: Retrieving and Presenting Data

Adam Rauch Partner, LabKey Software adam@labkey.com. Extending LabKey Server Part 1: Retrieving and Presenting Data Adam Rauch Partner, LabKey Software adam@labkey.com Extending LabKey Server Part 1: Retrieving and Presenting Data Extending LabKey Server LabKey Server is a large system that combines an extensive set

More information

Professional Profile

Professional Profile Plex Plain GmbH Professional Profile Markus Tobler Current: 16.05.2013 Managerial Project Experience (excerpt, last three years) Responsibility Duration Team Budget and Delivery (full) Team Lead Budget

More information

Microsoft Dynamics CRM 2015 Update 1

Microsoft Dynamics CRM 2015 Update 1 Microsoft Dynamics CRM 2015 Update 1 Get ready for the next release Mandar Joshi @Joshi4Mandar Warning: Whatever demoed here is under PREVIEW MODE. This topic is prerelease documentation and is subject

More information

Choosing a Development Tool

Choosing a Development Tool Microsoft Dynamics GP 2013 R2 Choosing a Development Tool White Paper This paper provides guidance when choosing which development tool to use to create an integration for Microsoft Dynamics GP. Date:

More information

SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD. Faraz Khan Senior Consultant RBA Consulting

SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD. Faraz Khan Senior Consultant RBA Consulting SHAREPOINT 2010 DEVELOPMENT : IN THE CLOUD Faraz Khan Senior Consultant RBA Consulting AGENDA Intro to SharePoint Online SharePoint Hosting Options Feature Comparison with Public/Private/On-Premise Customization

More information

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services

Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008

More information

Understanding SharePoint Development Choices

Understanding SharePoint Development Choices Understanding SharePoint Development Choices SharePoint is an incredibly powerful platform that can support a wide variety of business scenarios. While many solutions can be configured using out of the

More information

Describe how to utilize the Publishing API to access publishing settings and content.

Describe how to utilize the Publishing API to access publishing settings and content. CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions Duration: 5 days About this Course

More information

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT AGENDA 1. Introduction to Web Applications and ASP.net 1.1 History of Web Development 1.2 Basic ASP.net processing (ASP

More information

SharePoint 2010 Developer Track

SharePoint 2010 Developer Track SharePoint 2010 Developer Track Duration: 5 days Thorough education is key to working with SharePoint 2010 productively. This course guides you through essential 2010 elements, from pre-requisites to system

More information

Kentico CMS 5 Developer Training Syllabus

Kentico CMS 5 Developer Training Syllabus Kentico CMS 5 Developer Training Syllabus June 2010 Page 2 Contents About this Course... 4 Overview... 4 Audience Profile... 4 At Course Completion... 4 Course Outline... 5 Module 1: Overview of Kentico

More information

New Features for Sybase Mobile SDK and Runtime. Sybase Unwired Platform 2.1 ESD #2

New Features for Sybase Mobile SDK and Runtime. Sybase Unwired Platform 2.1 ESD #2 New Features for Sybase Mobile SDK and Runtime Sybase Unwired Platform 2.1 ESD #2 DOCUMENT ID: DC60009-01-0212-02 LAST REVISED: March 2012 Copyright 2012 by Sybase, Inc. All rights reserved. This publication

More information

SharePoint 2010 Advanced Foundation Development

SharePoint 2010 Advanced Foundation Development Course 50478B: SharePoint 2010 Advanced Foundation Development Course Length: 5 Days Overview This 5-day Instructor led, group-paced, classroom-delivery learning model with structured hands-on activities.

More information

Dev01: Kentico CMS 7 Developer Essentials Syllabus

Dev01: Kentico CMS 7 Developer Essentials Syllabus Dev01: Kentico CMS 7 Developer Essentials Syllabus About This Course [Elements of this syllabus are subject to change] This three-day, instructor-led course teaches Web Developers the introductory fundamentals

More information

Microsoft Dynamics CRM Online Fall 13 Service Update

Microsoft Dynamics CRM Online Fall 13 Service Update How to Prepare for the Microsoft Dynamics CRM Online Fall 13 Service Update COMPANY: Microsoft Corporation RELEASED: September 2013 VERSION: 1.0 Copyright This document is provided "as-is". Information

More information