D365FO Development and X++

  • Collections in X++, Dynamyth-Busters episode 1

    Collections in X++, Dynamyth-Busters episode 1

    first episode of Dynamyth-busters, the video series where we put the Technical side of D365FO to the test, and, as a bonus, we learn together along the way. In this chapter we are going to talk about collections in X++, don’t miss it! … More Collections in X++, Dynamyth-Busters episode 1 Read more

  • Role based X++ tests for D365FO

    Role based X++ tests for D365FO

    This is a didactic example of how to make tests using a specific role or set of roles. You’ll find the code example as well as a short explanation and video. … More Role based X++ tests for D365FO Read more

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

    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… Read more

  • Using a List in our x++ DataContract

    Using a List in our x++ DataContract

    Do not listen to me! don’t use containers in DataContracts for many elements! Use list instead, In this post I tell you how. … More Using a List in our x++ DataContract Read more

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

    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… Read more

  • D365FO SSRS Report parameters (Cell definitions) error

    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.… Read more