US 408 365 4638

6 Major Business Risks of Using Dynamics 365 EDI Integration

When opting for Dynamics 365 EDI as a communications tool, initiators need to ensure that concrete strategies are in place for managing the adoption, implementation and management of Dynamics 365 EDI to reduce the risks association with it. Some of the risks that a company may be exposed to when embracing EDI for Microsoft Dynamics […]

5 Top Considerations for EDI Integration with Dynamics 365

EDI is amongst the most widely recognized types of structured exchange of data between organizations by electronic means. However, selecting the right EDI for Microsoft Dynamics environment is no easy feat, particularly when EDI solution is not a core competency. The solution adopted should be based on the needs of the business and/or Trading Partner’s […]

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 […]