About 101,000 results
Open links in new tab
  1. X++ language reference - Finance & Operations | Dynamics 365

    Feb 11, 2025 · X++ is an object-oriented, application-aware, and data-aware programming language used in enterprise resource planning (ERP) programming and in database applications.

  2. D365 X++ Development Learning Playlist - Dynamics 365 Musings

    Following the articles and videos in these tutorials will take you from a beginner to a master in D365 x++ development. This will show you the recommended learning order.

  3. X++ Tutorial: Dynamics 365 F&O: Mastering Code Development …

    By the end of this playlist, you will have a deep understanding of X++ and the ability to create robust, efficient, and scalable solutions for your D365 FO environment.

  4. X++ language reference - GitHub

    X++ is an object-oriented, application-aware, and data-aware programming language used in enterprise resource planning (ERP) programming and in database applications.

  5. AX / D365FO – Filter records on form using X++

    Aug 1, 2023 · //Step 1 //Declare a class variable //In the ClassDeclaration method of form declare a QueryBuildRange class FormRun extends ObjectRun { QueryBuildRange qbdr; } //Step 2 …

  6. X++ Programming Fundamentals - D365 F&O Technical - Udemy

    X++ Programming Fundamentals - D365 F&O Technical Object-Oriented Programming (OOP)

  7. X++ IDE Introduction Tutorial Chapter 1 - Dynamics Edge

    X++ has a model for managing memory that is very friendly to users and reminiscent of .NET framework. X++ differs from other managed languages in that there are very strong …

  8. x++ in operator - D365 Stuff

    Dec 7, 2018 · If you research 'x++ in operator' you'll find a long history of people in pain. Without in, their AX solutions have been assaulted by an overwhelming number of ||'s to compensate.

  9. Denis Trunin's X++ Programming Blog

    Sep 10, 2025 · Blog about Microsoft Dynamics 365 for Finance and Operations X++ programming, tools, hints and more.

  10. AX2012/D365FnO – TRAVERSING LIST USING ENUMERATOR AND ITERATOR USING X++

    Oct 30, 2024 · In Dynamics 365 for Finance and Operations (D365FnO), handling lists efficiently is crucial for various data operations. X++ provides two primary classes for traversing lists: …