1 / 15

AX 2012 Development Training

AX 2012 Development Training. Presented by Vishy Grandhi. Training Outline. Lesson 1: Variables & Operators Lesson 2 : Conditional Statements Lesson 2: Loops Lesson 2: Built-in Functions Lesson 2: Communication tools Recipes. Variables & Operators : Overview. Scope of variables

hye
Download Presentation

AX 2012 Development Training

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. AX 2012 Development Training Presented by VishyGrandhi

  2. Training Outline • Lesson 1: Variables & Operators • Lesson 2: Conditional Statements • Lesson 2: Loops • Lesson 2: Built-in Functions • Lesson 2: Communication tools • Recipes

  3. Variables & Operators: Overview • Scope of variables • Global, Local • Declaration • Declare all variables before any other code • Use a semicolon after each declaration • EDTs: Try to use the variable same as EDT • Initialization • Composite Data Types

  4. Variables & Operators: Primitive types

  5. Variables & Operators: Composite types

  6. Variables & Operators: Containers • Containers can contain simple and EDTs but not classes. Following functions can be used to manipulate containers

  7. Variables & Operators: Assignment Operators

  8. Variables & Operators: Arithmetic Operators

  9. Variables & Operators: Relational Operators

  10. Variables & Operators: Operator Precedence

  11. Conditional Statements: Overview • If • Switch • Ternary

  12. Loops: Overview • While • Do while • For

  13. Built-in Functions: Examples

  14. Communication Tools: Overview • Print “…” • Pause; • Box::info(…) • Box::yesNo(“…”,DialogButton::Yes,””,””) • DialogButton • Info(“…”) • Warning(“…”), Error(“…”) • SetPrefix(“…”)

  15. Summary of Training • We have looked at X++ language elements including how to declare variables, loops, conditional statements, dialogs etc…

More Related