Archive December 2021

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 cu…
Data 365 Admin Data 365 Admin
1

How to Import Records from Excel Using X++ Code in D365FO

In the previous article, I already discussed  how to create and export Microsoft excel files using X++ programming in D365 F&O . In this arti…
Data 365 Admin Data 365 Admin
2

How to Create and Export Excel Files using X++ in D365 FO

In this article, I am showing how to create and export Microsoft Excel files using X++ programming in D365 F&O. The management and integrati…
Data 365 Admin Data 365 Admin

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 fi…
Data 365 Admin Data 365 Admin
1

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 Fina…
Data 365 Admin Data 365 Admin
2

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 …
Data 365 Admin Data 365 Admin

Concept of ERP Integration and ERP - ERP Integration

D365FO D365FO X++ Currency Dynamics ERP Integration is the method of connecting and synchronizing the ERP system to other software applicati…
Data 365 Admin Data 365 Admin