Blog
Hear me speak on User Group Summit
Hear me speak on User Group Summit Europe in Amsterdam 29th March 2019.
Chain of command (CoC) example
There is a quite good documentation about Chain of command (CoC) here: https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/extensibility/method-wrapping-coc But this is almost all that I could find about it now, so I have played a bit with it to...
Automatic shutdown of VM is easy
I was looking for a way to write a runbook for scheduled, automatic shutdown and deallocation of my Dynamics 365 for Finance and Operations (D365FO/AX8) DEV VM. There are many posts about how to set it up with Azure runbooks. I found that it is much easier than that....
Computed column using replace
Computed column using replace I have created a computed column using replace in a view that might be useful for others and decided to share it. My query-based view has many tables in the datasource. It is showing all possible combinations of PaymTerm and CashDisc for...
Example X++ job to call an AIF Document Service create (for easier debugging)
As part of AIF Document Service related examples, here you can find an example X++ code to call AIF Document Service. This is useful for example when you want to debug your AIF Document Service code. static void JAD_SCOCreateInvoice(Args _args) {...
Example C# code to call AIF Document Service create
As part of AIF Document Service related examples, here you can find an example C# code to call AIF Document Service. I would like to highlight few things in the example. Have a look at the error handling. This 'catch' will display the real errors from AX even if error...
AIF Document Service Code Examples
This page is to collect links to my AIF Document service code examples. AIF X++ generate XML example code Example C# code to call an AIF Document Service create Example X++ job to call an AIF Document Service create (for easier debugging)
AIF X++ generate xml example code
As part of AIF Document Service related examples, here you can find how I generate an XML using an enhanced file system outbound port. I will have a detailed description that will link to this code. static void JAD_SCOGenerateXmlVendInvoice(Args _args) {...
Reporting in AX 2012 R3 CU12 with SQL Server 2016
I recently had the task to fix reporting for an AX 2012 R3 CU12 environment. The database server is SQL Server 2016. Supported? We knew it was supported. Microsoft Dynamics AX 2012 System Requirements document was updated in 2017 June with SQL 2016 support related...
Last modified AOT objects (UtilIdElements ModelElementData)
There is a task that comes up from time to time. Find which objects were last modified, when and by whom. There are more ways in AX 2012. Here are 2 that I use. Open UtilIdElements table from AOT You can see last modifications in table browser. Go to 'System...
Need consulting? Contact Us now!
If you need help implementing and optimizing your ERP system, please contact DAXVision at info@DAXVisionERP.com