Answer: It is a Global class that can be utilized to view elements in a tree format.What is COC (Chain of Command)?
Answer: In D365, To create the extension of the Protected access specified class, We mainly used COC, COC can also be used for a public class. For extension, we used the keyword Extension of(). We use the keyword final to define the class. we use the keyword next to call the base class methods.
Difference between COC and Event Handler?
Why are that people prefer TempDB over InMemory tables while using them in queries for reports?
Answer: Despite both being temporary type tables.
TempDB
You can use TempDB Table the SSRS report with a large amount of data without losing performance.
TempDB tables can be used in Joins with the other temp table or regular table.
Memory Table
Slow performance with a huge number of records.
couldn't use the inMemory table in the query with a join.
How to update the cross-reference tool?
What is a model in Dynamics 365 Finance & Operations?
Answer: A model is a design-time concept, for example, a warehouse management model or a project accounting model. A model always belongs to a package. A package is a deployment and compilation unit of one or more models. It includes model metadata, binaries, and other associated resources.
What is the difference between package and model in d365?
Answer: A model is a group of elements, such as metadata and source files, that typically constitute a distributable software solution and includes customizations of an existing solution.
A package is a deployment and compilation unit of one or more models. It includes model metadata, binaries, and other associated resources.
What is Extensible Data Security?
Answer: Link
What is the Sysoperation framework how it is different from the runbase framework?
Answer: Link
What is the difference between the configuration key & the security key?
Answer: Link
What is an intermediate language?
How to Import & Export Model?
How to Import & Export Project?
What is Microsoft LCS?
Lifecycle Services (LCS) for Microsoft Dynamics is a collaboration portal that provides an environment and a set of regularly updated services that can help you manage the application lifecycle of your implementations of the Dynamics 365 Finance and Operations apps.
Difference between List, set, container and Map?