Put Dynamics 365 FO Virtual Machine Dev or Test into Maintenance Mode
Posted in Dynamics 365 March 29, 2023 at 6:27:27 PM UTC
In this article, I explain how to put a Dynamics 365 for Operations development machine into maintenance mode by using a couple of simple SQL statements. Read more...
Software Development
Posts about software development, particularly programming, in a variety of languages and on a variety of platforms. Content about software development is generally organized into subcategories for each language or platform.
Subcategories
Posts about development in Dynamics 365 for Operations (formerly known as Dynamics AX and Axapta).
Latest posts in this category and its subcategories:
Update Financial Dimension Value from X++ Code in Dynamics 365
Posted in Dynamics 365 July 1, 2022 at 7:12:58 PM UTC
This article explains how to update a financial dimension value from X++ code in Dynamics 365, including a code example. Read more...
Add Display or Edit Method via Extension in Dynamics 365
Posted in Dynamics 365 July 1, 2022 at 5:51:01 PM UTC
In this article, I explain how to use a class extension to add a display method to a table and a form in Dynamics 365 for Operations, X++ code examples included. Read more...
Posts about development in Dynamics AX (formerly known as Axapta) up to and including Dynamics AX 2012.
Latest posts in this category and its subcategories:
Calling AIF Document Services Directly from X++ in Dynamics AX 2012
Posted in Dynamics AX March 18, 2021 at 6:20:14 PM UTC
In this article, I explain how to call Application Integration Framework document services in Dynamics AX 2012 directly from X++ code, emulating both inbound and outbound calls, which can make it significantly easier to find and debug errors in AIF code. Read more...
Identifying Document Class and Query for AIF Service in Dynamics AX 2012
Posted in Dynamics AX March 16, 2021 at 6:20:57 PM UTC
This article explains how to use a simple X++ job to find the service class, entity class, document class and query for an Application Integration Framework (AIF) service in Dynamics AX 2012. Read more...
Delete a Legal Entity (Company Accounts) in Dynamics AX 2012
Posted in Dynamics AX February 26, 2021 at 5:15:12 PM UTC
In this article, I explain the correct procedure for completely deleting a data area / company accounts / legal entity in Dynamics AX 2012. Use at your own risk. Read more...
Posts about one of my favorite programming languages, PHP. Although originally designed for web development, I use it extensively for local scripting as well.
Latest posts in this category and its subcategories:
Disjoint Set (Union-Find Algorithm) in PHP
Posted in PHP February 3, 2025 at 5:26:16 PM UTC
This article features a PHP implementation of the Disjoint Set data structure, commonly used for Union-Find in minimum spanning tree algorithms. Read more...






