Create ledger journals in D365FO using X++

Featured Image
Create ledger journals using X++ is quite a common task, in this post I'll try to describe possible options how to perform it

Tool to filter in a query as a developer

Featured Image
X++ tool that adds a system field name in a standard query filter field lookup

Working with Financial dimensions in D365FO

Featured Image
Working with the financial dimensions framework has become much more difficult starting with the AX2012. This post describes the most common problems and how to resolve them

30 additional methods to the Global class

Featured Image
Global class is a standard class that contains a lot of small static functions. This post describes additional functions that extend it.

Fields list form(if you like Table browser, you will love it)

Featured Image
Fields list form is an extended version of the standard Show all fields form with the additional features such as displaying all fields with the extended information, comparing and editing

Blocking in D365FO(and why you shouldn't always follow MS recommendations)

Featured Image
Understanding blocking is a key component of resolving performance issues. You can have fast CPU, a lot of memory, but if you face SQL blocking problem all these will not be fully utilized

RunBase template class builder

Featured Image
'RunBase class builder' Add-in parameters description and usage scenarious

How to setup Financial reporting on D365FO local One box VM

Featured Image
Using Financial reporting (aka Management Reporter in Ax2012) on local DEV D365FO one box requires some addition settings, that are not yet documented. This post describes the problem and a possible solution.