D365F&O, Developer

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 D365FO Interview Questions and Answers – 2022

Books, Consultant, Developer

Best books for D365 F&O Developers and Consultants

In my experience with D365 F&O, I have read many D365 F&O books for developers and consultants. I think that reading a book sometimes it's better to have a good understanding of how to do things in the best way and not just solve the problem. If you are a junior it's also a very… Continue reading Best books for D365 F&O Developers and Consultants

D365F&O, Developer, Uncategorized

How to add a new document in Print Management setup in D365F&O – using X++

Print management is the framework that we use in Dynamics 365 Finance and Operations S to configure print settings for various business documents (SSRS Reports), including sending emails, archiving, saving as a file, printing automatically, or just displaying at the screen. Print management setups are typically separated by module and for each module, there are… Continue reading How to add a new document in Print Management setup in D365F&O – using X++

D365F&O, Developer, Uncategorized

How to create a new number sequence in D365 F&O – Using X++

The main purpose of creating a new number sequence is to be used as a unique identifier, readable alphanumeric number for Master data or can be used as a business Id for transaction details records. In general, there is not any big difference between creating a new number sequence in D365FO and AX2012. To create… Continue reading How to create a new number sequence in D365 F&O – Using X++

AX 2012, D365F&O, Developer

Create new inventory dimension in D365 F&O.

Short intro of Inventory Dimensions. If we look at the InventDim table, the fields can be split up in 3 groups: Product DimensionsTracking DimensionsStorage Dimensions Apart those three groups are also 12 unassigned generic dimensions: InventDimension1 to InventDimension12. In the tracking dimensions group, fields InventProfileId_RU and InventOwnerId_RU are specified for Russian localization. those can be… Continue reading Create new inventory dimension in D365 F&O.

Developer

Dynamics 365 Finance & Operations – How to use chain of command in X++ (CoC)

Dynamics 365 Finance & Operations - How to use chain of command in X++ (CoC) Chain of Command (CoC) enables strongly typed extension capabilities of public and protected methods. It is an amazing piece of development capability that allows technical consultants to extend the application avoiding over-layering. Microsoft has implemented Chain on command across Classes,… Continue reading Dynamics 365 Finance & Operations – How to use chain of command in X++ (CoC)