Ads block

How to Execute Direct SQL Statement Using X++ Code in D365


How to Execute Direct SQL Statement Using X++ Code in D365
In Microsoft Dynamics 365 Finance and Operation, we are very familiar with X++ SQL Statements, these statements are flexible to fit in to any custom busin…
Read more »

Table Relations in D365 with Examples


Table Relations in D365 with Examples
A table relation associates two tables that contain related information. Usually, the primary key field of one table appears as a foreign key field of the…
Read more »

How to get the Company Address Using X++ in D365


How to get the Company Address Using X++ in D365
In this article, I am writing the x++ code for getting the company address with two lines of code.  If you are a beginner or new to dynamics 365 Finance & …
Read more »

OOPS Concept in D365


OOPS Concept in  D365
Object Oriented Programming is a programming concept that works on the principle that objects are the most important part of your program. It allows users to c…
Read more »

Chain Of Commands in D365 with Example


Chain Of Commands in D365 with Example
In the previous articles, we have already discussed  Custom Table Methods Through Extension in Microsoft Dynamics 365 Finance & Operations . In th…
Read more »