慧谷培训 >>> 特色技术课 >>> Dynamics AX 2012 III课程介绍   
    搜索课程
搜索:
选项:
 在线咨询    最新课表
    推荐课程
  优惠组合课程
思科官方授权CCNA班
思科官方授权CCNA+CCNP培训
思科+微软 CCNA+MCSE
网管课程CCNA+MCSE+RHCE
MCSE&全球IT认证金牌课程
  Cisco(思科)
思科官方授权CCNA培训
思科官方授权CCNP培训
思科官方授权CCIE培训系统
  政府补贴
政府补贴中高级计算机程序设计员Java
Office政府补贴
  微软/Linux
微软MCSE认证/server2016
红帽认证工程师(RHCE8)
微软官方MCITP 2008
  Office认证培训
Word课程
Excel基础入门应用
Excel中高级课程
Excel在企业管理上应用(专家级)
PPT(PowerPoint)商务应用
Access课程
Outlook课程
  平面广告设计
Adobe平面设计师班
美术创意设计班
Adobe Photoshop实战应用班.
高级平面广告创意设计师
  室内设计
AutoCAD 全能
3DMAX全能班(3DS MAX+VRA.
室内设计全能软件设计班
  网页设计
Flash/AS高级动画开发工程师班
资深网页设计美工定向班H5版
  影视动画制作课程
3DMAX影视动画全科班
  MAYA动漫游戏
Autodesk Maya认证班
  编程开发系列
Java初级入门SL-110
Jsp Web开发 SL314
Java模式设计OO-226
J2EE企业高级解决方案(SSM框架)
  特色技术课
VB.NET 开发编程
Visual Studio TFS
微软.net开发实战培训
C#技术基础课程
SharePoint Server 20.
MOSS 2013/2016(share.
Lotus Notes企业应用
Oracle OCP 数据库管理开发专家.
VM虚拟化技术 VCP6 培训
IOS精英直通车班
IOS核心速成班
Windows 10 桌面支持专家培训
互联网前端开发工程师(html5+JS)
安卓Android开发实训营
  小型机系统管理
HP-Unix系统及网络管理I
AIX 7 Basics AN10
大型机操作系统
Solaris 操作系统网络管理
  工业设计
CATIA V5/V6 造型设计实战应用
Pro/E 3/4/5/6 模具设计实战.
Pro/E 3/4/5/6 钣金设计实战
UG NX 5/6/7造型设计实战应用
UG NX 5/6/7模具设计实战
SolidWorks 造型设计实战应用
  软件测试专业培训
软件测试提高班
软件测试就业班
  企业管理课程
人力资源管理师二级
企业培训师二级
有效沟通技巧实战培训
  IT英语
IT英语,IT职业英语
it移民,IT就业
暂无小分类
  大数据
   
    广告课程
  >>> Dynamics AX 2012 III开班介绍
课程周期: 18小时 培训费用: 9000 元
使用教材: 送培训讲义,教学光盘 教材费用: 包含教材费
学员收益: 熟练应用
咨询电话: 021-64472947、13122257700  64470100   
  >>> Dynamics AX 2012 III最近开班
编 号 上课地点 学习时段 开课时间 在线报名


现在报名预约此课程

  >>>  Dynamics AX 2012 III详细介绍


Development III in Microsoft Dynamics AX 2012 培训

课程周期:18小时 
培训费用:9000 元
使用教材:培训讲义
教材费用:送培训讲义,教学光盘
咨询电话:13122257700、64472947

一、 培训介绍
    1、18小时、培训费9000
    2、附送培训讲义,培训光盘,

二、 课程简介
Module 1: X++ Unit Test Framework
    This module describes how the X++ Unit Test framework allows for unit tests to be created along with the code they are designed to test.
Lessons
    Introduction
    Creating Test Cases
    Adding Methods to Test Cases
    Running Test Cases
    Build Test Projects and Suites
    Lab : Create a Test Case
After completing this module, students will be able to:
    Create a test case.
    Add methods to a test case.
    Run a test case.
    Build a test project and suite.
    Isolate test cases appropriately.

Module 2: Working with Data
    This chapter explains the correct approach to database functions when processing large amount of data in Microsoft Dynamics AX.
Lessons
    Introduction
    While Select
    Query
    Caching
    Locking
    Temporary Tables
    InitFrom
    ParmTables
    Date Effectiveness
    Computed Columns in Views
    Data Integration
    Lab : Fetching Data
    Lab : Converting Queries
    Lab : Reducing Locking
    Lab : Temporary Tables
    Lab : Integrating External Data
After completing this module, students will be able to:
    Explain the MorphX development environment and the Application Object Tree
    Program optimal database access using a "while select" statement.
    Program optimal database access using queries.
    Describe the caching mechanisms in Microsoft Dynamics AX.
    Prevent and resolve database locking.
    Use temporary tables in classes, forms, and reports.
    List the reasons for using InitFrom methods.
    Use ParmId and ParmTables.
    Discuss date effectiveness and describe how to build date effective forms.
    Add a computed column to a view.
    Employ the various techniques available for integrating external data with Microsoft Dynamics AX.

Module 3: Classes
    This lesson introduces some of the most commonly used system classes, and demonstrates ways they can be used to support modifications.
Lessons
    Introduction
    Collection Classes
    Application Object Classes
    Application Substituted Kernel Classes
    RunBase Framework
    Args Object
    Lab : Create a Map
    Lab : Create a Query from Code
    Lab : Create a Global Method
    Lab : Make a RunBase Class
    Lab : Using Args
After completing this module, students will be able to:
    Use collection classes to store data in X++.
    List which application objects control different Graphical User Interface (GUI) components.
    Modify and use the Application Substituted Kernel Classes.
    Extend the RunBase framework to create new batch processes.
    Transfer information using the Args object.

Module 4: Forms
    This module provides a comprehensive foundation for using forms in Microsoft Dynamics AX 2012 to interact with the end-user.
Lessons
    Introduction
    Architecture
    Data Sources
    Form Controls
    Form Methods
    Placement of Code
    Additional Controls
    Lab : Create a Form
    Lab : Use Unbound Controls
    Lab : Initialize a Form
    Lab : Add a Window Control
After completing this module, students will be able to:
    Identify the main sections that make up a form.
    Add data sources to a form to define what data is displayed by the form.
    Add controls to a form to display data.
    Modify form methods to the control how the form behaves when it opens and closes.
    Make decisions about where to place the code.
    Make runtime modification of the fetch of data.

Module 5: Visual Studio Integration
    This module explains the Visual Studio tools built specifically for Microsoft Dynamics AX development.
    Lessons
    Introduction
    Application Explorer
    Visual Studio Projects
    Managed Code Projects
    Deploying Managed Code
    Visual Studio Debugging Experience for X++
    Lab : Create a Managed Code Project
    Lab : Create an Event Handler in Managed Code
After completing this module, students will be able to:
    Explore the Application Object Tree (AOT) from Visual Studio.
    Create a project in Visual Studio.
    Write .NET managed code that uses X++ objects.
    Deploy managed code.
    Debug code using Visual Studio.

Module 6: Workflow
    This module introduces the development side of creating a workflow. Workflow is a system in Microsoft Dynamics AX 2012 that allows business processes to be automated.
    Lessons
    Workflow Configuration
    Create a Workflow Category
    Create a Query
    Create a Workflow Type
    Enable Workflow on a Form
    Create a Workflow Approval
    Create Event Handlers
    Author a Workflow
    Lab : Add another Condition to the Submit Action
    Lab : Enable Resubmit
After completing this module, students will be able to:
    Configure how the workflow engine is executed on a server.
    Specify which application module a workflow is applicable to using a workflow category.
    Link tables to workflows using a query.
    Create a new workflow type.
    Apply a workflow to a form.
    Define what happens when the workflow is approved or denied.
    Create Event Handlers and apply them to a workflow.
    Configure a workflow.

三、 企业团体定制介绍
   1、可提供团体定制培训,为企业量身定做。
   2、咨询热线:13122257700、021-64472947
   3、电子邮件:training@vip.163.com

  >>> 这个课程我有问题向老师咨询
姓 名: 慧谷联络,不对外公布
电 话: 慧谷联络,不对外公布
邮 件: 慧谷回复提问,不对外公布
问 题:
验 证:  
 
 
查看Dynamics AX 2012 III最新开班时间    

上海慧谷职业技能培训中心  徐汇区乐山路33号2号楼4楼  
报名热线:021-64482972   64478100   64470100
Q Q:1335162497   Email:withub@vip.sina.com
Copyright© 1999—2019 All Right Reserved  IP/ICP备案:沪ICP备11020735号-5
劳动局认证批准文号:沪劳保技(2003)34号    教育局认证批准文号:徐教社(2005)310号