Posts

Showing posts from May, 2024

Getting started with development in D365 FnO - Create your own project

Image
Introduction Before we get started with a new project, there's some words that I want to introduce. The most basic element of a project is an object and it's metadata. An object  can be a table, a form, a report or even a EDT field. A group of such objects form  a project . A model  is used to logically group multiple projects together but in essence it holds multiple objects across multiple projects. It can also hold customization done on existing models.  A package  consists of multiple such models and this is what we finally deployed in a Finance and Operations environment using LCS. References: 1.  Models and packages 2. Application Explorer 3.  Properties Configuration The first thing we would need to do to get started with D365 Finance and Operations would be to create and deploy a Finance and Operations environment. I've demonstrated the same in my blog here . Now, once the virtual machine has been setup, we can create our first project here. Create a new project Ope