Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

20
1: Introduction to Microsoft Dynamics AX Product 2: Features of Dynamics AX 3: Architecture of Microsoft Dynamics AX 1. Client – Server Architecture 2. Database Architecture 3. Layered Architecture Microsoft Dynamics AX 2012 Technical Training QBS INFOTECH +91-9948822559

description

QBS INFOTECH is offering Training on Microsoft Dynamics AX 2012 R2 R3 both Technical & Functional. 1. Training 2. Software Installation 3. Manuals 4. Resume Preparation 5. Support

Transcript of Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

Page 1: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

1: Introduction to Microsoft Dynamics AX Product

2: Features of Dynamics AX

3: Architecture of Microsoft Dynamics AX1. Client – Server Architecture2. Database Architecture3. Layered Architecture

Microsoft Dynamics AX 2012 Technical Training

QBS INFOTECH+91-9948822559

Page 2: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

4: Introduction to Content Pane

5: Introduction to AOT

6: Project Creation stepsPrivateShared

7: Necessity of Project Creation

8: Working with AOT Objects

9: Tables CreationTypes of Tables in AXa)    Regularb)   Temp Tablec)    In Memory

Page 3: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

10: Introduction to various types of Forms

a)    Entity typeb)   Source Documentsc)    Journald)   Sample List & Detaile)   Table of Contentsf)     Inquiryg)   Dialogh)   Drop Dialog

Page 4: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

11:Form Templates in AX 2012a)    Details Form Masterb)   Details Form Transactionsc)    Dialogd)   Drop Dialoge)   List Pagef)     Sample Listg)   Sample List detailsh)   Table of Contents

Page 5: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

12: Form Desigining Controls:GirdGrid Control PropertiesTab & TabPagesField Groups in the FormForm CaptionTitle Fields in the FormForm Maximize and MinimizeLabelsHelp Texts in the FormAction Panea)    Action pane Tabb)   Button Group in the Action pane Tab

Page 6: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

13:Button Controls ◦ Button◦ Menu Item Button◦ Drop Dialog Button◦ Menu Button◦ Command Button (New , Delete , Save, Refresh,

etc..)

14: Introduction to Enums creation ( Check box, Combo Box, Radio Button)

Page 7: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

15: Creating Relations in the TableIntroduction to LookupsParent & Child Form designing through

Relation ConceptHeader & Line concept ( Form

Datasource JoinSource Property)

16: Creating Index on Table

Page 8: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

12: X++ Language OverviewIntroduction to Variables creationPrint Statements in X++

Print command Info , error , warning Box Class

Controls statements If and If else For loop While loop Switch case

Page 9: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

13: Accessing Data baseX++ Select statement & SQL Select statementWhile SelectAccessing Enum values ( Check box/Combo box) in CodingUsing Index keyword in CodingOrder by ClauseAggregate FunctionsGroup by ClauseJoin command

DML OperationsFor Single Record DML OperationsInsertUpdateDeleteFor Multiple Record DML OperationsInsert_Recordset KeywordUpdate_recordset KeywordDelete_from keyword

Page 10: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

14: Container ConceptConpeek()ConIns()Condel()Conpoke()Conlen()Connull()

Page 11: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

15: Date Functions in X++1.Today   2. Date2str     3. Str2date4.dayName    5. dayOfMth         6. dayOfWk7. dayOfYr         8. WkOfYr       9. Year10. prevMth      11. PrevQtr      12. PrevYr13.nextMth       14. nextQtr       15. nextYr16.endMth      17.dateStartMth  18.dateMthF

wd

16: Difference between two date valuesUsage of ‘Intvno’ function and

‘intvscale’ baseEnum

Page 12: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

17:  Extended Data Types creation and usage

a)    Inheritanceb)   Coding level usage of EDTsc)    Getting Lookup for unbounded Controls

Page 13: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

18: Methods:Form methodsForm datasource methods

◦ a. Init               b. initValue           c. validateWrite◦ d.validateDelete     e. Create         f. active

Form datasource field methods ◦ a.Validate               b. Modified                c. lookup

Form methods ◦ a.Init                      b. Activate                   c. run

Form Control / design methods ◦ a.Validate              b. Modifed                  c. tooltip

Page 14: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

Table Methodsa. InitValue    b. modifiedFeild   c.

validateWrited. validateDelete   e. validateField     f. deleteUser defined methods

◦ Display◦ Exist ( eliminating duplicate record insertion )

19: Delete Actions in Tablea)    Cascadeb)   Restrictedc)    Cascade + Restricted

Page 15: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

20: Introduction to MenuItemsDisplay  2. Action   3. Output

 Display menuItem:

Creating child formLinking Child form through Menu Item

button on Parent FormGetting default value in Child form

from Parent form by args class

Page 16: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

Action MenuItem:Creating a Dialog box through JobCreating a ClassConverting Class as a Action Menu Item

21: Query creation

22: Info parts in the Form design

23: Number Sequence Development

Page 17: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

24: Dynamic Lookup in the Forma. SysTableLookup Classb. Eliminating duplicates in the dynamic lookupc. Getting selected criteria in the lookup

3. Output Menu Item:               Creating a Sample Report by using following Sections

Page 18: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

25: Reports:1. X++ ReportsPrologPage HeaderHeaderSection GroupFooterPage FooterEpilogProgrammable Section2. SSRS Reports

a) Query based Report developmentb) Report Data Provider base (RDP) Model

Page 19: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

26: Worked out Examples: Parameters form usage. How to shut down the AX Application. How to get the selected record in the Grid Image Loading in a form FormSplitter concept Restore the AX Database Close the form through coding SQL Server Database restore Excel work book operation through Standard

AX Classes Project Import & Export, Comparing the Layer

objects while importing.

Page 20: Microsoft Dynamics AX 2012 R2 R3 Online Training in Hyderabad Bangalore Chennai Pune

QBS INFOTECHEmail Id: [email protected] URL: www.qbsinfotech.comPhone: +91-9948822559

+91-9985922559

Contact Info: