Ultimate Guide to Payroll Benefits, Setup & Enrollment in Dynamics AX

In today’s business, only having job and paycheck is not enough for employees, so organizations provide different benefits to the employees such as medical, insurance, retirement etc. MS Dynamics AX provide extensive functionality to set up automatically handle such benefits and tie up these with the employee’s payroll. In this series of blogs we’ll cover […]
How to Record Inventory Counting in Dynamics AX 2012

You want to perform inventory counting on the main warehouse for the targeted item that you have in AX. Suppose the quantity counted is 30 units. You may create a counting journal line either registering it manually or automatically generating it, filtering on your item and the main warehouse. After inserting the counted quantity, you […]
How to Create Forms with Multiple Grids and Datasources in Dynamics AX

Getting Started Hey everyone, today we will be looking at creating forms that displays data through multiple datagrids using multiple datasources. Since a single form utilizing a single datasource and grid is rarely a case when doing custom development in Dynamics AX, so being able to utilize multiple grids and datasources effectively can be quite […]
Your Guide to Hiring Worker to Salary Generation in Dynamics AX 2012

In this blog I will cover how to hire new worker and generate pay statement. We have to work on two Dynamics AX modules Human Resource and Payroll. It involves following steps. Create Position Hire worker Generate Earning Statement Release Earning Statement Create Position in Dynamics AX 2012 Go to Human Resources -> Common -> […]
Setting Up Power BI for Dynamics AX 2012 Cubes

Power BI from microsoft is one of the most interesting initiatives taken by microsoft within the last year or so. I mean SQL Server Reporting Services were the only way to develop reports if you want to have them out of the box. Also, in order to develop those reports, it is very difficult for […]
Exposing Entities of Dynamics 365 for OData

What is OData? OData is a standard protocol for creating and consuming data. The purpose of OData is to provide a Representational State Transfer (REST)–based protocol for Create, Read, Update, and Delete (CRUD)–style operations. OData applies web technologies such as HTTP and JavaScript Object Notation (JSON) to provide access to information from various programs. OData […]
How to Make Ledger General Journal Entry in Dynamics AX

Introduction of Ledger General Journal The general ledger is used to define and manage a legal entity’s financial records. It is a formal ledger that contains a company’s accounting records, and is a register of debit and credit entries. These entries are classified by using the accounts that are listed in a chart of accounts. […]
How to Write Efficient Queries in Dynamics AX 2009, 2012 and 365

One of the things an AX developer commonly does is fetch data from tables. In Dynamics AX, irrespective of we are working on AX 2009, 2012 or 365, we can do that by writing a select statement or by building a Query object. Every Dynamics AX developer is fairly familiar with that, but is everyone […]
Creating One-Time Address using X++ in AX 2012 R3

Creating One-Time Address for the Sales order can be useful in Microsoft Dynamics AX 2012 R3 if you have to link the Postal Address only with the Sales Order and not with the customer. This Address will not be added in the Customer Address book. F3ComAxPostalAddressDocument is the document class for postal address. First we […]
8 Cool Features For Using Emails In Dynamics 365 You Don’t Want To Miss

Microsoft Dynamics 365 is packed with tons of cool features which solve day to day challenges of salespeople and help them maximizing their sales potential. Some of these selected features for using Dynamics 365 for emails are outlined below: 1. Integration with Microsoft Outlook and Exchange Microsoft Dynamics 365 helps to collect, manage and analyze […]