Book Image

Microsoft Dynamics AX 2012 R3 Security

By : Ahmed Mohamed Rafik Moustafa
Book Image

Microsoft Dynamics AX 2012 R3 Security

By: Ahmed Mohamed Rafik Moustafa

Overview of this book

Table of Contents (12 chapters)

The fundamentals of security coding using X++


In this chapter, we will cover the trustworthy computing features of Microsoft Dynamics AX 2012 and how they affect security coding.

X++ is an object-oriented language like any other programming language, for example, C++. It allows developers to design data types, tables, queries, forms, menus, and reports. It also allows access to the application code by launching the X++ code editor.

X++ has a lot of features and tools that help you edit the structure of the application and avoid common programming pitfalls that can prevent you from implementing X++. It includes keywords that match most of the keywords in standard SQL.