Microsoft Dynamics AX 2009 Programming – Getting Started

Dynamics ax 2009 Book “Microsoft Dynamics AX 2009 Programming – Getting Started”

Microsoft Dynamics AX 2009 Programming – Getting Started.pdf

Add AOT query to SysQueryForm

Below code can be used to add any AOT query to SysQueryForm.

SysQueryRun queryRun = new SysQueryRun(queryStr(TestQuery));

queryRun.form(formstr(SysQueryForm));

queryRun.title(‘Select a record’);

queryRun.prompt();

Advance Data Types

Advance Data Types

1.List Class
2.Map Class
3.Set Class
4.Container
5.RecordSortedList
6.RecordInsertList
7.Temp table.

See the attached doc and xpo for more details about the topics

Advance DataTypes.docx

Multidimensional Expressions (MDX)

Introduction to Multidimensional Expressions (MDX)

This tutorial introduces multidimensional expressions (MDX), a highly

functional expression syntax for querying multidimensional data in Microsoft SQL

Server OLAP Services. It also discusses the structure of OLAP Services cubes and

explores the features of MDX.

See the attached file for more details

MDX Query.pdf