Category: Microsoft Dynamics AX ERP

ERP Specialist – Not just a designation 0

ERP Specialist – Not just a designation

The day I got to know about ERP, specifically, Microsoft Dynamics AX I was happy to find out that Microsoft has its own ERP (previously Axapta acquired by Microsoft in July 2002). I had been working at TRG Tech at that point in time and received a call from Mazik Global. This company is one of the largest AX product development company (Microsoft Gold...

Microsoft Dynamics AX Implementation Process 19

Companies offering Dynamics AX in Pakistan

In one of my post about Microsoft Dynamics AX, I described that this ERP is a complete business solution. Pakistan is a growing country in which companies are being founded every year or multinational company opens up a branch to run operations or operate as a whole company. Be it an IT company, FMCG, Oil industry, this ERP is a complete business solution for...

0

Microsoft Dynamics AX frameworks

Microsoft Dynamics AX is a whole world having its own programming language (X++), client, components, patterns, thousands of tables, forms and hundreds of classes shipped with the core product and you can add more. Like classes have methods, the tables in Dynamics AX has methods and override methods. Even the tables can be inherited like a class can be inherited. For a software engineer...

1

Create SSRS Report (Query based) – MS Dynamics AX

In this post I will demonstrate creation of SSRS reports in MS Dynamics AX 2012. If you want to know the basics, please read my previous post “Reporting in MS Dynamics AX 2012 – SSRS Concepts“. Pre-Requisites Microsoft SQL Server 2012 SQL Reporting Services MS Dynamics AX 2012 SSRS extensions for Dynamics ax Visual Studio 2012 Visual Studio Tools And most importantly you must...

Report Execution Process - SSRS 2

Reporting in MS Dynamics AX 2012 – SSRS Concepts

Reporting is a critical for any organization because it is the way that helps users to get the visibility of the business. For any business software solution, reporting is an integral part due to its importance. Microsoft Dynamics AX is a powerful ERP business suite that gives the powerful reporting. The reporting should be strong because it is the primary way to gain the...

Conceptual Model of XDS Policy 5

Extensible Data Security (XDS) Policy – Microsoft Dynamics AX 2012

What is XDS? The Extensible Data Security policy framework is the Application Foundation framework provided by Microsoft Dynamics AX 2012 (new feature) in addition to the role-based security in order to secure the data. Dynamics AX Admins and developers can use the security policies to block access to specific rows in a table. In the AOT, policies can be found under node Security >...

Organization Model - Conceptual Model 0

Organization Model Framework – Microsoft Dynamics AX 2012

  An organization model is the departmental or the organizational structure on which an organization is based. Every organization, be it small or an enterprise, there is some sort of structure that is followed. For example, a company or a group of company has several sub-companies and then they have departments and in them are sub departments and they have the people in department....

2

Microsoft Dynamics AX – A complete business solution

Microsoft Dynamics AX Microsoft Dynamics AX is the Microsoft’s Enterprise Resource Planning (ERP) software solution. It consists of almost all the business process software of all major industries. Before we start going into the detail of MS Dynamics AX, one should learn what makes a good ERP. If you don’t know ERP, please read the article Enterprise Resource Planning. Microsoft Dynamics AX – An...

Improve unit test code coverage – Microsoft Dynamics AX 0

Improve unit test code coverage – Microsoft Dynamics AX

We know what are unit tests and we know how do we create unit tests in Dynamics AX and we also know why do we create Unit Tests. There are times when code coverage of Unit Tests is not 100% or is very less such as 50% or 60%. Ideally it should be at least 70% but one should try to get as much...

1

Microsoft Dynamics AX 2012 – Introduction to AIF services

In many business scenarios, external software applications require access to information that is stored in Microsoft Dynamics AX. Below figure shows a few scenarios in which users access information that is managed in Microsoft Dynamics AX to accomplish a business task. It also shows sample scenarios in which Microsoft Dynamics AX accesses information that is managed in external applications. The arrows indicate the direction...

Microsoft Dynamics AX Eventing Framework – Coded and Automatic Events 1

Microsoft Dynamics AX Eventing Framework – Coded and Automatic Events

Introduction to Event Event is something that occurs at a particular time, sometimes expected sometimes not. Many events happen all around us in our daily lives. Some require action from us, some are not of our interest. Talking in technology terms, we can easily map event to the real-life concept of event. In Object-oriented paradigm, a class represents a real life entity and the...