Developing unit tests in D365FO, Finance and Supply Chain summit 2023 event session

Here you are the talk I gave in the Finance and Supply Chain summit 2023 event, organized by the Power Community in Lisbon. This session is an introduction to Unit tests focused in D365FO, where many (or almost all) the technical consultants and developers skip that good practice of software development. I hope you enjoy it as much as I did preparing, giving and editing the session. Thanks! … More Developing unit tests in D365FO, Finance and Supply Chain summit 2023 event session

Deep dive into X++ SysOperation: Sending form multi-selected records in the contract.

In the YouTube video and in the post we are going to analyse a few wrong options to send form multi-selected records in the SysOperations data contract and to understand why they are not a good approach for making it in all the situations. Afterwards we are going to see the solution I would rather decide to implement. … More Deep dive into X++ SysOperation: Sending form multi-selected records in the contract.

D365FO SSRS Report parameters (Cell definitions) error

If you work with SSRS Reports, specially duplicating out of the box ones, you will probably have to deal with the parameters errors after restoring a dataset. This quick post will help you understand why is this happening and how to fix it, as it may not be straightforward and the errors are not self-explanatory. … More D365FO SSRS Report parameters (Cell definitions) error

Learning about D365FO dimensions, and how to get the description in a generic way in X++.

This post-video is going to focus in the D365FO dimensions tables structures and how to get the descriptions for all your dimensions in a generic way, without having to go to the specific table in each case. … More Learning about D365FO dimensions, and how to get the description in a generic way in X++.