D365FO Interview Questions and Answers – 2022

In this article, we will try to help you with some of the commonly asked questions in technical interviews. If you are going to attend any D365 FO technical interview this will be very helpful for you. I will try to help you also with a short answer about every question. 1. What is Dynamics... Continue Reading →

How to update data in D365 F&O

The most usual thing that a developer has to do is to work with data. In our previous blog, we talked about How to insert data in D365 F&O. In this article, we will show some ways to update data in D365 F&O. Based on my experience I think that the best way to learn... Continue Reading →

How to insert new data in D365 F&O

One of the things you will usually do in D365F&O is to work with data. In this article, we will learn more about different ways to insert new data in D365F&O using the x++ programming language. Before starting writing the code we need to find where to put our code. Usually, this depends on the... Continue Reading →

How to create a custom service in D365 F&O

Using customs services is the most flexible and customized way to integrate with D365F&O. Custom services are created with X++ code and can be used for both data-based, and operation-based integrations. In this post I will show you how to create a custom service in D365 f&o using x++ language. In order to create a... Continue Reading →

How to create Extended Data Types – Microsoft Dynamics AX

What is an Extended Data Type? Extended Data Types are commonly mentioned as EDTs. They extend base types, such asStrings, and Integers, by adding properties that affect the looks, behavior, data(size), and table reference/relationships. This means we can have types like Customeraccount that has a label, size, table relation information, and other properties that provideconsistency... Continue Reading →

Create a website or blog at WordPress.com

Up ↑