X++

X++ is an object-oriented language with similarities to C#. X++ is part of the MorphX development platform that you use to construct accounting and business management systems.
Microsoft Dynamics AX also provides application classes for managing many types of business processes.
Microsoft Dynamics AX supports interoperability between classes written in X++ and in C# (or other .NET Framework languages).

Create and post free text invoice using X++ code

In this article we will see how we can create and post free text invoice using X++ code in Microsoft…

3 years ago

Sales order confirmation using X++ code

In this article we will be focusing on confirmation of a sales order using X++ code. Confirm Sales Order First…

3 years ago

Purchase order confirmation using X++ code

In this article we will be focusing on confirmation of a purchase order using X++ code. Confirm Purchase Order First…

3 years ago

Create and post inventory ownership change journal using X++ code

In this article we will see how we can create inventory ownership change journal using X++ code in Microsoft Dynamics…

3 years ago

Create consignment replenishment order using X++ code

In this article we will see how we can create consignment replenishment order using X++ code in Microsoft Dynamics Finance…

3 years ago

Set Financial Dimension combination for Purchase line using X++

In this article we will see how to set financial dimension combination for a PurchLine using X++ code. Please follow…

3 years ago

Posting a Product Receipt with Item Registration through X++ code

In this article we are looking into receiving and registering of purchase order using X++ code in Finance & Operations.…

3 years ago

Generate Picking List and its registration in X++

In this article we will be focusing on generating a picking list and its registration for a salesline using X++…

3 years ago

Reserve and Unreserve salesline inventory in X++

In this article we are looking into how to reserve inventory of SalesLine with batch and without batch, it also…

3 years ago